what is keyword driven framework in qtp.
Answer Posted / winner
Framework : Framework is a defined process for re usability
of resources like libraries, object repositories, testcases,
e.t.c. And features(test plan,Re-usable test cases,
different format reports, e.t.c) that are associated in a
orderly manner.
Keyword Driven Framework : Each atomic functionality is
identified in the AUT, written as small functions and named
meaningful. The framework is designed in a way that, we can
call the functions in the testcase excel sheets as a keyword.
Ex: ClickOnButton is a keyword for performing any click
operation on any kind of button.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is the file extension of the code file in qtp?
What is the short cut keys for the following?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What is system testing and what are the different types of tests you perform in system testing?
If object is not recognized by qtp but the object is standard object what is your approach?
what are all the fileds present in object repository?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
If you are testing a web application then what will you test in that application?
What is checkpoint in qtp?
How to open a new test using quicktest professional?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
I want to do QTP Certification what is the pattern of Question paper.
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks