Answer Posted / srujan
By using smart idetification and regular expressions
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do know the number of browsers opened?
what is error and fault in terms of software quality?
What is action split and the purpose of using this in qtp?
Describe function procedure in vbscript.
What are the different types of action?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
How will you declare a variable in qtp?
How would you export a script from one pc to another in qtp?
How do I get the QTP scripts result in xml format by using vb script function?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
How many tabs are available to view your test in a test pane and what are they?
what is clean sweep?
How to save your test 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
what type of framework u r using in ur organization