Answer Posted / ayaan
CAN SOMEBODY TELL ME WHAT IS THE CORRECT ANSWER OUT OF ALL
THESE NUMBERS??????????
THANKS!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Output values? i want a practical example
Explain different types of checkpoints?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What do you to script when objects are removed from application?
Can the user toggle between using Local OR and shared OR for the same action?
What is expert view and keyword view?
What is difference between run time object and test object?
How to define array in qtp?
What is the use of text output value in quicktest professional (qtp)?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is 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
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me