Answer Posted / sreeprasad
A sequence of related statements are called "Action".But a
script will contain more than one Action
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In qtp, how you can use xpath to identify objects?
What is the short cut keys for the following?
If you are testing a web application then what will you test in that application?
Where you are storing your script?
How to use parameterization in qtp?
If created one virtual object? Next time I changed the window position will it work?
What will be happen if i load object repository at run time, but it has already associated.
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is the basic concept of qtp?
What is qtpro? What is quick test pro? What is a quick test professional?
What are the technics follow in writing VB script?
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
tell me QTP standards ?plz
Does quicktest professional is unicode compatible?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods