Answer Posted / deven mehta
Check Points are stored in ObjectRepository.bdb under the
action(X) folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is QTP and the use of QTP in TD?
To which environments does quicktest professional (qtp) supports?
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); }
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
what type of run time errors you get while you ar edoing rpg program?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How to recognise the webelement and verifying that webelement is enabled?
How do Parameterization and Data-Driving relate to each other in QTP?
Explain the difference between check point and output value?
What are the features and benefits of quick test pro (qtp 8.0)?
How to attach a file to TD?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework