Please enable JavaScript.
Coggle requires JavaScript to display documents.
Test Automation Approach - Coggle Diagram
Test Automation Approach
Record and Playback
Pros
ideal way to get into automation
Low development costs
Simple design and ease deployment
Cons
Functional price
Limited performance, robustness and flexibility
Maintenance costs can be high
Usage
Basic projects with short test flows
Record and Playback Enhanced
Pros
Low cost development and deployment
Cons
Modest performance
Moderate usability and flexibility
High maintenance costs due to manual intervencion
Usage
Project with modest automation requirement
Data Driven
Usage
Satisfies mode advanced testing needs
Cons
Performance is based on the automation skills of the person
Regular maintenance
Manual intervention upon failure
Pros
Good usability
Good re-usability
Solid test flow coverage
Reproducible test results
Keyword Driven
Pros
Good script usability
Good script re-usability
Test flow coverage
Ability to reproduce test results
Sophisticated programming skills not need it
Cons
Significant upfront investment for the design and implementation
Keyword limitations restrict the complexity of test cases
Regular maintenance
Manual intervention upon failure
Usage
Suitable for many automation testing projects across multiple applications