Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 5 - Coggle Diagram
Chapter 5
-
Test plans, estimates and strategies
-
-
-
-
-
Test organization
-
working as a test leader
test leader tend to be involved in planning, monitoring, control of testing activities and tasks
tasks for a test leader
-
-
-
plan the effort, select tools
-
as test execution comes near, they make sure test environment is put into place before test execution and managed during test execution
working as a tester
in the planning and preparation phases of the testing, testers should review and contribute to test plans, as well as analyzing, reviewing and assessing requirements and design specification
testers execute and log the tests, evaluate the results and document problems found
they monitor the test and test environment, review each other's work
-
Configuration Management
Configuration management is in part about determining clearly what the source code, test scripts, third-party software, hardware, data and both development and test documentation are that make up the software or system.
Configuration management is also about making sure that these items are managed carefully, thoroughly and attentively during the entire project and product life cycle.
Implication for testing
Allows the testers to manage their testware and test results using the same configuration management mechanisms.
Support the build process, which is important for delivery of a test release into the test environment
Allows us to keep the record of what is being tested to the underlying files and components that make it up.
-
-