What is keyword driven testing..what is the use of this in
Automated testing
Answers were Sorted based on User's Feedback
Answer / anji
It sounds like business process testing where you might be
able to write business logic/code and develop your script
and those scripts can be call from outside of your test.
Moreover there might be various functions libraries to be
build and to be use, Recovery Scenarios, OR maintenance etc
will provide your test Reusable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subhash pasupuleti
My two cents
Keyword Driven Testing is synonomous with Framework based
Testing. We use user defined Keywords in Excel sheet(first
column)and a list of parameters in 2nd and subsequent column.
Driverscript imports the excel sheet into Global data sheet.
Reads line by line and using Case statement calls
appropriate Action( or Functions) and passes the parameter
values defined
| Is This Answer Correct ? | 2 Yes | 2 No |
WHICH functionalities of QTP used in Banking project?
How will u find that how many List boxes( and check boxes) are present in one particular window
What are the five challenges you faced in QTP?
how can i add an action(external action) programmatically?
How we can differentiate between stand alone application and web application in QTP?
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
How can I generate customized logs in QTP ?
Explain the check points in quicktest professional?
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)
You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
Hi Guys, here I am posting one question. Wen u r working with Notepad. If it is not responding in the middle of TEst...what u will do.