Post New Xueming Financial Banking Finance Interview Questions
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
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
What is the difference between a multiplexer and encoder?
How do I link two windows forms in c#?
What is polymorphism in oops with example?
Explain the difference between new() and malloc() in c++?
What is XML serialization
What is trigger.old and when do you normally use it?
What is incremintal loading?
When Scrum cannot be useful?
What language is nodejs?
The present state of recession in the IT Industry - as a Human Resource Manager how are you going to undertake Human Resource Planning at Macro Level to tide over this crisis
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
What are the selectors in jquery? How many types of selectors in jquery?
Why do we use cache in hibernate?