IF suppose our project contains two platforms java and .Net. If java addin is not there then how to test that project with QTP
IF suppose our project contains two platforms java and .Net. If java addin is not there then how to test that project with QTP
Actually QTP supports java applications to some extent but the problem is when u record something & try to run it afterwards it may not recognise the objects for example like Radio buttons and even if u add the objects to the repository also it might not recognise so my advise is to better go with Java Add-in's for testing Java applications.
Hi,
I think, no need to have java or .net add-ins if the project is a web-application.
QTP supports web add-ins by default.
Regards,
Ganesh
For Java there is no need of any Java Add-ins (web application)
We need the java add-in's for testing an java application.If not QTP does not recongnise the objects of the java application.
QTP supports web add-ins by default.
Yes there is no need to have the java addin. QTP Supports web methods by default.
And importantly check the browser settings "Enable third party tools" which is in advanced tab. This will try to recognise the objects properly.
Arun*
I think we need java add-in even we have web add-in.
One example is, try to read date from java script calender in web application, without java add-in, QTP will not run the step.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
[IF suppose our project contains two platforms java and .Net. If java addin is not there then how to test that project with QTP
Hi
better to use QTP latest version i.e., QTP 9.5.
By 9.5 u can get a chance to utilize Java addins for 30days.
--
Bhaskar kumar
IMO, it depends on version of your QTP.
There are two applications (.net and java) where I am working. I got mine upgraded from 8.2 to 9.0. With this version (9.0) I use all adds-in.
I also would like to know more.
Can anyone relate about other QTP later than 9.0?
Hi,
We have a GUI application which is used to manage the network elements.
The GUI is developed by Java.
My question is to use this GUI in qtp do I need to install any Java addin or the built in WEB addin is enough.
thanks....
Last edited by samritrout; 08-29-2009 at 09:00 AM.
I have nerver been sure of these kind of stuffs. Whille was working with qtp I just included all add-in my qtp (9.0) provided. I used qtp to test both web application and .Net application. I knew that it will cause some performance issues.
I think you may have to add java adds-in since this will cause QTP to regconizes Java Swing objects - I think.