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 Posted / 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 |
Post New Answer View All Answers
Did QTP prove efficient for your project? Yes or No, explain?
Explain the concept of object repository and how qtp recognises objects?
What is TOM in QTP?
How many types of parameters are there?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Are Shared ORs read-only?
Explain advantages and disadvantages of ddf?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to use checkpoints in qtp ?
How do you create new test sets in td?
what is vmodel?advantages and disadvantages of vmodel?
How to use Environment parameterization? Explain with an example.
What is the standard timing delay for web based application in qtp?
can test automation improve test effectiveness?
Is it possible to call win runner script in qtp?