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
Discuss quicktest professional environment?
What are the data types in qtp?
when a test case is written how u test using qtp
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
how to idetfy which test cases are automated?who will deside that plz tell me
What are the advantages of a Hybrid framework?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Explain the differences between table and db checkpoints?
Did QTP prove efficient for your project? Yes or No, explain?
Explain in brief about the qtp automation object model (aom).
what are all the fileds present in object repository?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How may types of defects identify application or your currently working application?pls give me answer..