In QTP while testing 3 tier application, It is Java Based
Application developed using Java, servelets and JDBC etc...
and It is a Web based Application.. which Add-In do we need
to select while testing ...Java or Web Add-In
Answers were Sorted based on User's Feedback
Answer / rajender peddi
as the application is webbased either java or .net no need
of purchasing add_in only web add_in is enough.if at all
the application is java based client server,then we have to
purchase the java add_in
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / francis-aurigotech
if it is a web based application using http/html protocol
web add in enough
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sdf
web comes with qtp.
Should purchase Java Add-In.
Patil
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rammy
Yes, Rajender is right, When we are workign with Web
applications, Web-Add-in is enough,
Java or .net addins are required, if we are working with
Client Server applications
Thanks
Rammy
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anuja sharma
But will this Java Add-in and Web Add-in help in testing
the Java Servlets too. Is there any settings required in
QTP to get the objects on the Servlet identified.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you brief the hurdles you faced during Automation testing?
how to parameterise a test with data base table or excel sheet?
How would you export a script from one pc to another in qtp?
What are the different attribute used with regular expression?
How to run a test using quicktest professional (qtp)?
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
from what stage you will start automation in your project
What contains Data Driven Framework document in qtp?
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
When Recovery scenario actually starts while testing the application?
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...