how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
Answer / uday
WebEdits cannot be converted to Listbox. These are two objects. First click on WebEdit, then you will see listbox object coming with options.
So first click on WebEdit, like B().P().WE().click
B().P().WL().select "your option"
Is This Answer Correct ? | 0 Yes | 0 No |
what is vss and cvs what is main difference b/w these two
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
What is the entry criteria and exit criteria for your test automation
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
How QTP identify the system time that's changes every seconds?
Definationions for keyword view and tree view?
How many types of run modes are there in qtp?
why the smart identification is not there in WinRunner
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
There is an excel file of 1 to 100 sheets how you will iterate through it?
How many types of recording modes in qtp? Which will be used when?