In QTP, while launching qtp application from startup.. we
find Advanced Keyword-Driven Testing caption.. wht is
that...Anybody can pls explain it.
Thanks in Advance
Answer / raj
Advanced Keyword-Driven Testing is one of the frameworks
that are available in QTP. It is a set of files that
contains all the required functions to execute the test
case actions like click button, click links, input text in
text box etc.,
Once all the functions are ready we can use the functions
names called keywords to execute the test cases. We just
call the keyword and provide the object logical name that
is obtained during object spy and the test data in a excel
sheet.
For example, all the functions are in functions.vbs file
and the test cases as test.xls.
Then in QTP, call
ExecuteFile "C:\qtp\functions.vbs"
ExecuteFile "C:\qtp\test.xls"
In xls sheet it will be
Keyword Object ObjectValue
Input txt_firstname Raj
Input txt_lastname Reddy
Clickbutton btn_submit index
With this framework we can achieve the optimum independency
of record and playback. The above one is just an example
and may differ from company to company based on their key
work framework.
| Is This Answer Correct ? | 4 Yes | 0 No |
How we can add actions in the test using QTP?
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
1)What is the Difference Between WaitTo & Sync?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
How to add a runtime parameter to a datasheet?
can the activities of test case design be automated?
How can you pass value one action to another action?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
WHAT IS OBJECT REPROSITORY?
What are the factors on which script execution time is dependent?
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
The xls contain data. how to get number of columns form the sheet?