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
Answer Posted / 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 |
Post New Answer View All Answers
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Have you done batch testing in qtp? If yes how you are doing?
How to get popup error message.
What is a quick test professional?
what is the difference between modular framework & datadriven framework
How to replay a script in qtp?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Explain the check points in quicktest professional (qtp)?
How will you check that your test cases covered all the requirements?
how to prepared for first for the first interview?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How will you declare a variable in qtp?
can the activities of test case design be automated?
Difference between action & Reusable action?