What is keyword driven testing please give process one example.what is the different between datadriven and keyword driven testing

Questions by koraratnakar

Showing Answers 1 - 4 of 4 Answers

prashant

  • Apr 4th, 2006
 

Data driven Testing where you can drive whereas data with one application to check wheather it works for variable data (many inputs),keyword driven testing where the key word(keywordinput) of that perticular applicaton can be driven

  Was this answer useful?  Yes

Prashant M

  • Apr 4th, 2006
 

%3cP%3eKeyword driven means you can drive many variable parameters at a time,data driven means you can drive perticular column data at time%2e %3c%2fP%3e%0d%0a%3cP%3e %3c%2fP%3e

  Was this answer useful?  Yes

kawal

  • Apr 21st, 2006
 

Hi,

Keyword Driven : In the Keyword Driven testing, user can defined screen objects. Suppose, user is adding page title, label name. when scripts are running...these objects will be verify with the scripts.

Data-driven scripts : In Data-driven testing, user is giving set number of values and replce these coulmns name with the declared one in the datadriven database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions