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 |
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
Write the vb script for the lowest and highest values of an array?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
Can objects recognised without repository?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....
How to Test Dynamic links ?
what time u r using data driven test in ur app"
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
how to merge 2 object repositories in qtp 9.0.what is use of merge and y merge is used?
Analyzing the checpoint results?