Testing automated activities

What are the various testing activities that you may want to automate?

- Data driven tests Platform and OS independence

- Tests that run on several different hardware or software platforms and configurations

- Repetitive tests that run for multiple builds

- Scenarios that has high risk conditions

- Support unattended test runs for integration with build processes and batch runs
Scripting techniques for test automation
Scripting techniques available for test automation - Data-driven, Modularity-driven, Keyword-driven, Hybrid testing, Model-based testing
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...............
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................
Post your comment