Like Driving A Car: Software Testing
As with driving a car, certain things need to be in order when performing software testing:
- reviewing the software requirements of the application under test;
- reviewing the design with the product designer;
- reviewing the code with the developer and asking about riskier areas for testing;
- developing the test cases to be used;
- setting up the testing environment;
- performing the test execution and logging defects;
- creating the test report.
Example for "Like Driving A Car: Software Testing":
n/a