Devops for Growth
107.5K views | +8 today
Follow
Devops for Growth
For Product Owners/Product Managers and Scrum Teams: Growth Hacking, Devops, Agile, Lean for IT, Lean Startup, customer centric, software quality...
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'keyword-driven testing'. Clear
Scooped by Mickael Ruau
Scoop.it!

Keyword Driven Testing

Keyword Driven Testing | Devops for Growth | Scoop.it
Software Acceptance Testing - Learning all terminologies related to Software testing. In other words, learn Software test life cycle, different types of testing, defect life cycle and other terminologies used in the field of quality assurance
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Keyword-driven testing - Wikipedia

Keyword-driven testing - Wikipedia

Keyword-driven testing, also known as table-driven testing or action word based testing, is a software testing methodology suitable for both manual and automated testing. This method separates the documentation of test cases -including the data to use- from the prescription of the way the test cases are executed.

Mickael Ruau's insight:

Methodology

The keyword-driven testing methodology divides test process execution into several stages:

  1. Model basis/prototyping: analysis and assessment of requirements.
  2. Test model definition: on the result requirements assessment, approach an own software model.
  3. Test data definition: on the basis of the defined own model, start keyboard and main/complement data definition.
  4. Test preparation: intake test basis etc.
  5. Test design: analysis of test basis, test case/procedure design, test data design.
  6. Manual test execution: manual execution of the test cases using keyword documentation as execution guideline.
  7. Automation of test execution: creation of automated script that perform actions according to the keyword documentation.
  8. Automated test execution.
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Test Language -Introduction to Keyword Driven Testing

KDT is the next generation test automation approach that separates the task of automated test case implementation from the automation infrastructure.

Test Language is not a test automation approach. Test Language is a comprehensive test approach that hands over the responsibility of automation plan, design and execution to the functional testers by using KDT based solution.

No comment yet.