I have a WebEdit Object.It is added in object repository.It
has two properties Name and Index.In the next release the
Name Property is same but the index property is
changed.when i run the script will the script Pass or Fail
Answer Posted / bharathi
Fail.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How can we conduct U-I Testing by using QTP??????
What are the advantages of Object Repository?
what type of framework u r using in ur organization
How many add-ins comes by default with qtp?
Define virtual object?
Limitations in QTP?
Is it possible to call win runner script in qtp?
How can you handle exceptions in qtp?
How to use conditional loops in qtp ?
What are the benefits of quick test pro(qtp)?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
What is post recovery scenario?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How many ways we can parameterize data in quicktest professional (qtp)?