WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102)
What is client side validation? Write a snippet.
What is tsl?
What are the key points to create a framework in QTP for oracle forms?
What is the Difference between test object and run time object?
hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent
With what extension you can save the list of tests in a file to run in test batch runner?
How do you upload a file?
Can we edit recorded selenium ide test cases?
What is the selenium ide and what is it used for?
What are the major differences between jmeter and load runner.
What is the extension of qtp local repository?
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
Explain Descriptive Programming Types with Examples?
Explain the synchronization points?
What are configuration elements?