In: Computer Science
Which aspects of testing and documentation would a developer normally not be involved in? Explain your answer
Testing and Development team responsibilities are different.
Testing team would test the application/software/product
where as Development team develops the
application/software/product.
Developer focuses on specific functionality and builds it. Tester
would test the functionality according to the requirement. If he
finds out the flaws, bugs or issues then he raises the ticket and
developer would fix the same. Again the tester would test it. Both
the team go hand by hand to develop the required
application/software/product.
Software Testing Document where the developer will not be involved. As this is a complete suite of document on test plan, test resources, test designs, Test scenario, test case, test execution, test results, traceability matrix.
There are different types of testing are present where the
developer will not be involved. The below are broader group of
testing
- Functional Testing - Ex: Unit Testing,
Integration Testing, System Testing, etc.
- Non Functional testing - Ex: Usability
Testing, Security Testing, Usability testing, etc.
- Performance testing - Ex: Compatibility
Testing, Load Testing, Stress testing, etc.
- Automation testing
- Agile testing etc.