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


Please Help Members By Posting Answers For Below Questions

Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

566


Why is Client side image is preferred over server side image?

1442


What is the parameterization?

579


Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

1485


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

1802






Mention the different actions types of qtp.

575


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

604


When do go for loop condition in test?

654


Define Error Pane of UFT?

691


UFT 12.02 which ALM version will support

982


How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?

1280


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1492


what kind of frame work you used in your last project?

1817


How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))

1669


i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script

1418