what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / venkat
Frame work is the Approach or we can say the Architecture
that we follow for a project. The type of frame work you
choose depends on the project.
There are so many classification's on the type of frame
work some of them are:
1. Module driven.
2. Data driven.
3. Keyword driven.
4. Hybrid driven.(Data driven + Keyword driven)
| Is This Answer Correct ? | 30 Yes | 13 No |
Post New Answer View All Answers
Dis advantages of XML checkpoint ?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Is it possible to call from one action to another action in qtp?
How to handle Java tree in 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); }
How to record application running on the Virtual machine?
What are the common defects found in your project? (in qtp interview)
how to test use the quality control .how to verify the image verification
How to integrate the qualitycenter with qtp
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
how will load the object during runtime?
How to remove the associated function library?
How did you resolve conflicts present in Object Repository?
what is the structure for the data driven framework
In qtp, how you can use xpath to identify objects?