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
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
What is quicktest professional window?
what is the frame work in J-meter?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What is test object?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How to find Operating system information using QTP script?
wt is the use of multiple questions in QTP
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
How will you find the current time of the remote machine using QTP script?
What is throw object?
How to test results for qtp ?
after click on compose mail how can we attached a file in qtp with vbscript code
Explain the types of properties that quick test learns while recording?