Answer Posted / shrinivas
it can be organised by using object repository manager.
as there are two types of repositories 1.local object
repository 2.associate repository
associated repository can be created by user which consists
of objects that are used repeatad in the test carried out by
user.
local object repository consists of the objects exclusively
used in the test.
object repository manager provides merging option by which u
can merge associated object repositories.
by this way we can manage the object repository files....
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the use of option explicit statement?
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain about filter expression?
Explain the arrays in vb script?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
When to use function procedures and what are its characteristics?
please can you help me to get a code of flames using a visual basic 6
What are the different types of operators and their order of precedence?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Mention what is the difference between vbscript and vba?
write a program to display configuration of a local system with the help of vb script.
what is the features of visual basic?
Why is the use of exit do or exit for statements within loops discouraged?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?