How to automate activities of test case design

Is it possible to automate the activities of test case design? Explain.

Yes. We can automate the test-case design to some extent using some specialized automation tools. But for most of the projects, it may not be so useful to do all such cases. It could be useful in case of time constraint, resource constraint. So, we can follow this for few projects which are very small or if any of the module is critical for project success and we have to test it in every possible way to disclose any possible bug.
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................
Testing activities to be automated
Tests that need to be run for every build of the application................
Post your comment