Answer Posted / nanda
I Agree with Krishnachand.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What are the different types of recording modes in qtp? Which will be used when?
What is the difference between per-action and shared?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Tell some commonly used Excel VBA functions?
What is the new version of qtp which is recently released in the market?
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
how to find that tools work well with ur existing system?
Explain how qtp identifies objects?
desribe a situation where u faced a stressful situation and how did u cope with it
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Explain quicktest professional testing process?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Generic function to search for the unique link in webtable and click on it
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?