How Does Run time data (Parameterization) is handled in QTP?
Answer Posted / gyanesh ranjan rout
Parameterization is nothing but giving multiple input/test
data. In QTP i/p data can be given in 4 ways:
1.Input through keyboard
2.Input through notepad
3.Input through Excel Sheet:a.Global Sheet b.Action Sheet
4.Input through database i.e importing data from database
5.Through Environment Variable.
6.Through Random Number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to remove the associated function library?
what is output value in QTP and how it can be used in automation testing
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the different recording modes?
What is parameter in qtp?
write script for bitmap image?
Is virtual object supported in low level recording mode?
How to analyzing test results using quicktest professional?
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
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Hi,All How to create a link in excel sheet using qtp
Which recording modes need more memory?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
How did you use regular expressions in QTP and also in WR?
tell me abt a time when u had to go above &beyind the call of duty to get the job done