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 |
Can objects recognised without repository?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
What is a data driven test in qtp?
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?
How to save your test using quicktest professional?
can any body tell me all of the release dates of QTP?????..... thanks in adv!
Can we do Load Teting with QTP?
how to parameterise a test with data base table or excel sheet?
what is Automation frame work and how do u used this for your project?
How does QTP identifies the object in the application