There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
Answer Posted / jbsinfotechbng1
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
can any body give the banking domain concepts/links
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What are the Test design techniques you uses in ur project?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Tell me one scenario, the complex functionality you have automated in your project?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
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 get the particular property value?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Is it possible to change the values of analog recording?
What are the flaws in water fall model and how to overcome it?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
If the objects hierarchy is changing from build to build, then how you will handle that condition?