
Domain focused testing
This consists of test services that are driven by a sound understanding of the product domain. These test services are:
Functionality testing:
The Product / Application functionality testing has three distinct steps-
- Understand the expected capability of the application (through shared product knowledge, user manuals and available specifications).
- Prioritize the features to be tested and design the test scenarios and test cases.
- Execute the test cases via a combination of scripted and exploratory testing (An approach to testing where product understanding, test design and test execution run in parallel. Read more here) approaches. And the results are reported as test summary reports and bug reports.
Regression testing:
This testing is focused on validating the impacted product capabilities due to the changes introduced. Typical steps followed are:
- Identify the impacted modules / components, for each change
- Test the changes
- Test the impacted components via manual and/or automated means
- Enhance the test automation suite, depending on the nature of the change
Test automation
Test automation is selectively chosen as a technique when visible improvements in productivity can be gained or when the tests cannot be run manually. Test automation is enabled by selecting appropriate tools and test frameworks to ensure maintainability and ease of execution on a repeatable basis.
Contact Us to learn more.
Copyright © 2007 Trigent Software.