Answer Posted / amu
extension of log file in QTP is .res
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What are the ordinal identifiers in web page?
what is the difference between modular framework & datadriven framework
How to test background color and dynamic images during run time can you put the check point for moving objects?
Explain how Selenium is different from UFT?
in a web page How to check and display a particular word from a paragraph?
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); }
Difference between action & Reusable action?
How to release all resources file from the QTP?
What is the difference in the global and action sheet in qtp?
what is the difference between the modular framework and datadriven frame work
How to check which add-ins are associated with a test in qtp?
When to use descriptive programming?