Comment: Testing (Score 1) 228
As some who DOES do software testing, there are a few things good software testers do but it depends on exactly what type of testing they're looking for.
- Are you doing functional testing ?
- Are you doing business acceptance testing ?
- Are you doing unit testing ?
- Are you going to be using Automated Testing ?
Generally, you will need to analyze the business requirements to create functional tests to ensure that you have code coverage and that the code does exactly what the requirements say. If there are variances, they need to be documented and someone has to determine if they are bugs, or omissions of the requirements (and then update the requirements).