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?



I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have ..

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

Post New Answer

More QTP Interview Questions

What is the "Release Notes", what it cosists? Key components in Release Notes ?

2 Answers  


Explain the benefits of quick test pro(qtp)?

0 Answers  


setroproperty and getroproperty difference

5 Answers   Ordain Solutions,


somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can

4 Answers  


Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance

2 Answers  






what is the diff b/w assistive and mandatary rules of object repository in QTP???

0 Answers  


how to capture data from images in QTP and produce them in excel sheet?

3 Answers  


When to Insert transactions in QTP?

3 Answers   Siemens,


how we connect oracle or sql data server database to qtp.

4 Answers   TCS,


What is the limitation to XML Checkpoints?

0 Answers  


hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?

2 Answers   Value Labs,


What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?

2 Answers  


Categories