It is very difficult to test in manual for that we go to
DATA DRIVEN TEST.
Answer Posted / srikanth
To execute the multipul data at a time as well as you can
take expected resuld.
In manually so difficult to execute all test cases at a
time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create a qtp test from qc?
Define Canvas view of UFT?
What is the difference between the design-time and run-time data tables?
Sql questions to find second max salary and how to use joins
What are the different kinds of test steps?
Discuss quicktest professional (qtp) environment?
can anyone tell me from where i can download qtp demo or crack version
How many types of Automation frameworks are there in UFT? Describe them.
Explain different types of checkpoints?
To which environments does quicktest professional supports?
How many types of parameters are there?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
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 can you give wait up to 10 seconds in qtp?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?