Testing - What is Table-Driven testing?

What is Table-Driven testing?

- Table-driven testing is an automated testing methodology, in which test creation process separates into two distinct stages – planning stage and implementation stage.

- Table-Driven testing, also known as keyword or action driven testing uses a specified methodology for testing. The methodology divides the testing in two stages,

Planning stage: In this stage, the requirements of the application are analyzed. Thereafter the operations that need to be performed on the objects are planned. Here, the testers write the test cases based on keywords.

E.g. identifying all text fileds in the application accepting Mobile numbers. Here the keyword can be Entering Mobile number.

Implementing stage: Here the test cases are executed based on keywords mentioned above.
Testing - What is TPA Analysis?
What is TPA Analysis? - Test Point analysis is used to prepare an estimate for system testing or acceptance testing.......
Testing - What are function points?
What are function points? - Function points are used a metric in software testing. They are used to measure the size of the software, functionality by measuring the requirements........
Testing - Explain the concept of Application Boundary
Explain the concept of Application Boundary - Application boundary considers users perspective. It indicates the margin between the software measured and the end user........
Post your comment