can i able to connect any version of qtp to any version qc
Answer Posted / kriss_music
No, We can't connect any version of qtp to any version qc.If
scripts are developed in Qtp 8.0 version & Qc 8.0 version.It
is OK But,If u developed in Qtp 8.0 & Qc 8.0 & Run The
scripts in 9.0 Version using Qc 8.0 is not
possible.So,Better to use same version.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is environment variable in qtp and why to use it?
Explain object spy in qtp.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
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); }
Can anybody post some real time scenario in qtp? please its very urgent.
why you have standardized functions? plzzz guys with real time exp. do answer
What is text check point and text area check point?
What are the different types of checkpoints?
Explain the check points in quicktest professional?
Where to use function or action?
How many types of recording modes in the qtp?
How to use actions in qtp ?
How we can import data from database?