Hi Guys,
I tried to install java add-in for QTP 9.5 after the whole
installation but it didn't install but then i also found in
documentation saying that winrunner7.6 patch for java
plugin would work fine with QTP. But when i tried to
install from winrunner7.6 it asks me for the path of
winrunner So my question is are we supposed to install
winrunner for java add in to work on QTP. Please suggest me
AT the time of QTP 9.5 installation, you need to select the
type of installation as "Custom" instead of "Typical".
Next, it shows the avaiable addins in it.
Right click on Java Addin and select the first item in the
list and continue your execution.
This way you van install any addins on QTP 9.5. no need to
install it from Winrunner 7.6.
All the best...
| Is This Answer Correct ? | 4 Yes | 0 No |
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
How to use setroproperty?
How do u connect database through QTP tell me both Ms Access and SQL
How QTP recognizes Objects in AUT?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
What is batch testing?
What is the use of text output value in quicktest professional?
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
what is the extension of action script template?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
How to capture screen shots when an error occurs?