what is keyword driven framework in qtp.
Answers were Sorted based on User's Feedback
Answer / kavitha
keyword Driven Frame work means:
Frame work means it is the approach for scripting.
In keyword Driven Framework, it contains different folders
like Libraries, Datafiles, Driver , Controller , Recovery
Scenario Manager, object Repositories, and Results file.
Driver:it gives the way to the controller,
Controller: it contains the path of rest of the folders.
this way keyword driven Framework Works.
pls correct me, if im wrong.
| Is This Answer Correct ? | 13 Yes | 31 No |
Answer / yogesh
Keyword Driven Framework :
It is nothing but keyword driven test or keyword view, used
for parametarization.
It is dividing into 4 parts.
1. item 2. operation 3. value 4.
documentation ----> in QTP 8.2
In QTP 6.5 keyword view is nothing but Tree View. It
displays the list of objects along with logical names.
| Is This Answer Correct ? | 8 Yes | 28 No |
Answer / rohit sharma
keyword driven Framework
After Recording Script keyword View contain each step and
display the object hierarchy, in amodular , icon based
table.
if m wrong mail me at
Rohit Sharma
er.s.rohit@gmail.com
| Is This Answer Correct ? | 4 Yes | 28 No |
i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?
How to make arguments optional in a function?
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
what do u mean by test harnesses in qtp?
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
What are the different types of recording modes in qtp? Which will be used when?
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 take screenshots in qtp?
Explain in brief about the qtp automation object model (aom).