can i able to connect any version of qtp to any version qc
Answer Posted / rajiv ranjan
YES, Through Add-ins
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Is text area check point supports for web applications?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
how to acess a test in RSA?
If I change the property value at runtime is it effect is object repository?
If you are testing a web application then what will you test in that application?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How does quicktest professional (qtp) identifies the object in the application?
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 find operating system information using the qtp script?
How do you delete unwanted results in qtp?
How do you convert manual test cases to automated test cases?
How QTP identify the system time that's changes every seconds?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading