What is Modular framework and Keyword drive framework?
Explain
Answers were Sorted based on User's Feedback
Answer / rama
Modular framework is spliting the script into individual
components.Keyword frame work is designed based on the
keywords mentioned on the data table
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rama krishna
hai lakshmi in keyword driven firstly one should prepare
test data, OR, libray fns, recovery scenarios and
environment fns
and should write the script based on the key words mention
in the data table
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rama
Hi in Keyword driven framework
In Key Work Driven Framework the script values will be
written in Excel files and QTP will execute them using
Driver Script. Now this will explain how to execute the
script which is specified in Excel Files.
There are majorly two approaches followed to make Keyword
Driven Framework.
Specify Script Values Directly in the Excel
Write Global Functions for each and every application
control and specify those functions as keywords in Excel
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we perfom Action and Component parameter.?
How to add verification steps to tests?
How to retrieve data from application objects?
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
What are the difference between QTP and Winrunner
diff between global variables and environment variables in qtp?
can u explain relative path architecture framework in qtp?
Are You using any frame work? What is that? Explain about that.
Explain script generated at the time of setting runtime property?
does qtp runs on internet explorer 7.0
how do we add a new sheet to data table in QTP?
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?