Difference between revisions of "BUGGY SCRIPTS"
Jump to navigation
Jump to search
m (Put topic titles in capital letters) |
|||
Line 12: | Line 12: | ||
=<span style="font-family: Arial; font-size: 16px">'''Resolving Patterns'''</span>= | =<span style="font-family: Arial; font-size: 16px">'''Resolving Patterns'''</span>= | ||
<span style="font-family: Arial; font-size: 16px">Most recommended:</span><br /> | <span style="font-family: Arial; font-size: 16px">Most recommended:</span><br /> | ||
− | * <span style="font-size: 16px">[[TEST THE TESTS]]</span> | + | * <span style="font-size: 16px">[[TEST THE TESTS]]: Test the scripts just as you would test production code</span> |
− | * <span style="font-size: 16px">[[GOOD PROGRAMMING PRACTICES]]</span> | + | * <span style="font-size: 16px">[[GOOD PROGRAMMING PRACTICES]]: Use the same good programming practices as in software development</span> |
− | * <span style="font-size: 16px">[[GOOD DEVELOPMENT PROCESS]]</span> | + | * <span style="font-size: 16px">[[GOOD DEVELOPMENT PROCESS]]: Use good development practices for test code; the same as developers [should]] use for production code</span> |
<br /> <br /> <span style="font-size: 14px">................................................................................................................[[Main Page]] / Back to [[Process Issues]] / Back to [[Test Automation Issues]]</span></div> | <br /> <br /> <span style="font-size: 14px">................................................................................................................[[Main Page]] / Back to [[Process Issues]] / Back to [[Test Automation Issues]]</span></div> |
Revision as of 16:52, 26 June 2018
................................................................................................................Main Page / Back to Process Issues / Back to Test Automation Issues
................................................................................................................Main Page / Back to Process Issues / Back to Test Automation Issues
Issue Summary
Scripts are not tested adequately
Category
Process
Examples
- Automation scripts are generated with a tool (for instance with a capture functionality)
- Scripts are deemed so simple that there is no need to test them
- Scripts are written by an expert that knows what he is doing
Questions
Who is writing the scripts? How?
Who is going to use them?
Resolving Patterns
Most recommended:
- TEST THE TESTS: Test the scripts just as you would test production code
- GOOD PROGRAMMING PRACTICES: Use the same good programming practices as in software development
- GOOD DEVELOPMENT PROCESS: Use good development practices for test code; the same as developers [should]] use for production code
................................................................................................................Main Page / Back to Process Issues / Back to Test Automation Issues