What is the difference between QTP 8.2 and QTP 9.2 ?
Answer Posted / mohammad
check syntax is not avilable in 8.2 check syntax is
available in 9.2 commenting is not available in 8.2
commenting is available in 9.2
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the significance of “action 0” in qtp?
What does mean by Scope of Automation?n How we defined it?
Hi All, How to get repeated word in string . Thanks Balaji
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 many types of actions are there in quicktest professional (qtp)?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
how to post xml data from QTP scripts to any application?
what is object and child object.. explain ..if possible give some example for better understanding ..
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
what is actually contain test report? can anybody post the test report
What is checkpoint in qtp?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Explain the types of object repository?
Explain different types of action in qtp?
What are the disadvantages of recording test cases in qtp?