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 |
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...
If some requirements r changed during the testing process ,then how can u handle this in frame work?
If the object property is changing very frequently, what was your approach?
How can i see test results in excel sheet ? test data not present in data table.
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
what is the difference between modular framework & datadriven framework
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
How to record application running on the Virtual machine?