if you have the same application screen with 7 drop down
boxes and approximately 70 values how do you test with QTP?
Answer Posted / s
allITEMS =GetROProperty("all items") property should be
used.
x=Split(allITEMS,";")
for i=0 to UBound(x)
msgbox (x(i))
Next
OR
for i=1 to 29 'Assume there are 29 Items in the Listbox.
ListBox().GetItem(i) should be used.
next
Post your feedback here, I would like to know opinion.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain about business process component? types and usage?
How to find the difference between 2 dates in qtp?
who QTP recognizes the object stored in object repository?
How many types of recording modes in qtp? Describe each type with an example where we use them?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
what are the utilities and drivers
How does qtp identify gui object?
What are the ordinal identifiers in web page?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Difference between copy to action and call to action?
What are the different types of recovery operation?
What is checkpoints for qtp?
How to open a new test using quicktest professional?