software, web, and e-business testing
services
Back to Course
Description
Course
Agenda for Writing Test Plans for Automation
| 1. Automation
Strategy |
- Identifying
the best candidates for automation
- Using
functional decomposition or use cases to identify unique paths
- Separating
the user interface from the business rules to be tested
- Creating
reusable test cases
|
| 2. Creating
Data Driven Tests |
- Separating
the data from the tests
- Automatically
generating input data
- Approaches
to automatically calculate expected results
- Using
the contents of the test database to generate test cases, input data
and results
|
| 3. Test
Attributes |
- Assigning
attributes to tests
- Priority
Attributes
- Core
functionality Attributes
- Regression
testing attributes
|