I have faced one issues while doing test in QTP.
I have described the scenario below.
1. I have to test web application.In that i want to give
input of drop down values in the application.
2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to
give value from data table of QTP.
3. I have changed the drop down value as variable in Keyword
view and given values in data table "A,B,C,D,E" as one below
one.
4. While i am running the script it could not identify the
drop down value which is in Data Table.It shows message.
How to make value identify by QTP?
Answer / kiran
Browser("Mercury Tours").Page("Find Flights").WebList("depart").Select "London"
or else by using index
Browser("Mercury Tours").Page("Find Flights_2").WebList("arrive").Select "#4"
| Is This Answer Correct ? | 5 Yes | 0 No |
how to test Web application using QTP software
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
How will you check a web application for broken links using qtp?
How can you close the second opened browser?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
wht type of User defined functions or Java Releated functions do we write in VB scripting
Explain how you can delete excel file in qtp?
how to test Web application using QTP software
how to download mercury qtp9.2 ny internet ?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
How do you perform testing on web based application using qtp 9.2?
Where the text version of script file located in file system?