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
What is Cross browser testing? Does UFT support it?
What are the types of data tables in qtp?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
what type of run time errors you get while you ar edoing rpg program?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
can test automation improve test effectiveness?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What is reusable action?
How to save your test using quicktest professional (qtp)?
When to use shared and local object repository?
Why qtp the best testing tool?
How you calling actions in qtp?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What is the latest version of qtp?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP