Is there any option in QTP to add Java add-in after
instaling the QTP?
Answer Posted / alex
Yes, first you have to install QTP after you are enable to
install Add ins as .net, oracle, java, etc.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to capture a window in QTP?
How will you report the bug and explain the defect tracking sheet you handled?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
There is an excel file of 1 to 100 sheets how you will iterate through it?
What are test settings and global settings?
Define virtual object?
What is the extension of the qtp local repository?
How to data driven test for Win objects in QTP ?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
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 would you directly trigger javascript in a test?
Which scripting language used by quicktest professional (qtp)?
What is checking bitmaps?
in a web page How to check and display a particular word from a paragraph?
Object repositories types, which and when to use?