Hi All, I am new to QTP but i was trained on winrunner
before. My problem is..QTP 8.2 was unable to record my
application which is a java app. By selecting smart
identification, i was somehow able to record the test BUT
QTP cant run the test! Can anyone help me in walking
through this problem..Is java addin really necessary for
this?? Is there anyways i can run the test successfully? I
am not sure whats going wrong in my testing.Please do help
me asap as i need to submit the report early.
Thanks in advance
Answer Posted / rajendra
If u r automating Java application then u should need Java
add-inn.Without java add-inn tool cant identify objects.My
application also java, we r using QTP9.2 with java add-inn.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Describe synchronization point.
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
What is the file extension of the code file and object repository file in QTP?
How qtp recognizes the object?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What is QTP scenario.
How to find operating system information using the qtp script?
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.
Did the scripts need lot of maintenance? If yes, why?
What is checkpoints for qtp?
What is test object?
What is system testing and what are the different types of tests you perform in system testing?