Data-driven automation

Explain data-driven automation.

- DDT is testing the same set of functionalities with different set of data.

- In DDT, the scripts are programmed in structured manner and is defined by testdata.

- During execution the Data is supplied to the script through an excel sheet or external files.

- It is used in testing of the computer software to describe testing done using a table of conditions directly as the test inputs and verifiable outputs as well as the process where test environment settings and control are not hard-coded.

- It helps to add the additional inputs to the table when new partitions are discovered or added to the product or system under test.

- Cost wise it is cheap for automation but expensive for manual testing.
How to automate activities of test case design
Yes. We can automate the test-case design to some extent using some specialized automation tools. But for most of the projects................
Limitations of automating testing
Designing a perfect automation script need some solid understanding of software development principles which automation testers lack most of the time.................
Principles of good testing scripts
Document the automated tests, Create reusable and maintable tests................
Post your comment