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
How to test results for qtp ?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
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 concept of object repository and how quicktest professional recognises objects?
How are actions and functions different in QTP?
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 to save your test using quicktest professional (qtp)?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How to handle Java tree in QTP?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Explain the difference between data driven testing and parameterization ?
When to use descriptive programming?
How will you handle java tree in qtp?