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 Posted / 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 |
Post New Answer View All Answers
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How to customize qtp?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Explain quicktest professional testing process?
what is vmodel?advantages and disadvantages of vmodel?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What is the quicktest professional testing process?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Hi All, How to get repeated word in string . Thanks Balaji
What is the difference in testing a client-server application and a web application?