-->IF two TextBOxes are there in a "Form".
-->A table contains some records which contains usernames &
password..
-->What is the script we need to write using Descriptive
programming concept...in QTP (simply DATA DRIVEN TEST
SCRIPT OF QTP)?
Answer Posted / manish
Browser("Name:=Browser name").page("title:=page
title").wededit("class:=name of the test").set
datatable.value(dtGlobalsheet,username)
Browser("Name:=Browser namae").page("title:=page
title").wededit("class:=name of the test").setsecure
datatable.value(dtGlobalsheet,password)
100% correct, try this out.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a data driven test in qtp?
Define virtual object?
How did you use regular expressions in QTP and also in WR?
What is data driver in qtp? Where we use it?
How to capture all the data of a webtable, weblist and combolist using QTP?
How does quicktest professional (qtp) identifies the object in the application?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
How to do call a output parameter from one action to another action??/
Explain the concept of object repository and how quicktest professional recognises objects?
What is the differences between image check point and bit map check point?
How did you resolve conflicts present in Object Repository?
Explain how you can find the absolute value of the number in qtp?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
To which environments does quicktest professional supports?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?