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 |
what is Automation frame work and how do u used this for your project?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
where the check points are stored ?
what r advance features u had done in QTP?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
After geting the modules where we generate the script ie in qtp or notpad ?
w is recovery senario manager
How to create a Runtime property for an object in QTP?
What is the qtp testing process?
what is difference between Mandatrary proparties and Assistive proparties? Explain
what is Compile Module in QTP? what exactly it contains Functions or Actions?
Hi All, How to Compare two strings character by character in QTP