what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / seema
Please describe :
1. Keyword Driven Framework
2. Linear Framework
3. Moduler Framework
4. Hybrid Framework.
i have a little idea about Keyword Driven Framework and
Moduler Framework
Keyword Driven Framework - where we create O.R., Scripts,
Data tables, Function Library and etc.
Moduler Framework - we can call reusable existing /
external Actions in a particular Action.
Let me know, if i am wrong.
Thanks
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many maximum number of virtual users we can create?
Without using gui map editor we can recognize the application in winrunner ?
Explain how to use QTP to check broken links on a page?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What is clean sweep?
What are the technologies supported by qtp?
Why bpt?
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); }
What is business process testing(bpt) in qtp?
Key word driven framework
what is the diff b/w assistive and mandatary rules of object repository in QTP???
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How to give a call to another action from one action?
Where you get the run time data table?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?