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 |
what is Business Process Testing plz explain?
How to use Environment parameterization in QTP? Explain with an example.
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
What are the framework folders?
where exactly we can't do the automation testing. give some examples
What is the use of Accessibility check point?
In qtp is it possible to check broken links of a page?
What are the different types of Database checkpoints in QTP? when they are used?
What is the differnce between action & script