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


Please Help Members By Posting Answers For Below Questions

Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1259


What is the Difference between copy to action and call to action?

593


What is checkpoint in qtp?

559


Differentiate the type of test cases which can be automated and which cannot be automated?

575


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

1633






In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1510


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

1591


what is description object?

1608


I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...

1466


Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay

2672


What are the benefits of qtp?

566


please post the interview questions for QA position in FACTSET

3960


How do you check ticket cost and ticket number in flight application?

593


What is the script for database check point, bitmapchek point, regular expression ?

1566


How can I use Call dlls in QTP ?

1800