Answer Posted / vish
we can test .net applications using QTP.
more reliability.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Explain in brief about the quicktest professional automation object model?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
how to explain a claims and insurance project?
To which environments does quicktest professional supports?
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
Hi ,Can any one pleas explain how to test splash objects using QTP?
QTP script is not working on other's machine..
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Explain about Test Fusion Report of QTP?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
If object is not recognized by qtp but the object is standard object what is your approach?
What are the technics follow in writing VB script?
How to associate function library at a run time?