What is the dis advantage of check points in QTP, if any?
Answer Posted / qtplearner
Used QTP 9.5.
Checkpoint as we know takes longer time to execute than
normal checking. In such cases defining amount of time
dedicated to a checkpoint can be reduced.
In case a checkpoint fails it shows which property has been
failed aslo showing passed properties as well in test
report.
Checkpoint is wonderful if used properly.
Thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
can the activities of test case design be automated?
Is it possible to call win runner script in qtp?
What is QTP’s model for test creation?
How do you send email with attachment from outlook using qtp ?
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); }
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
What is the difference between rational rose and QTP?
What is a reusable action?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Explain how you can find length of array in qtp?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
If I change the object name in one action will it be updated in all the actions? Or not?
How to remove the associated function library?
How do you test DLL files using automation Tool QTP?