Testing Factory - SQA (Software Quality Assurance)
Functional testing
- Application Functional.
- Regression Testing.
Non-functional testing
- Stress tests.
- Maintainability tests.
- Security tests.
- Usability test.
- Volume tests.
- Usability tests.
- Performance tests.
Test automation
- Automated regression tests.
Reviews
- Inspections.
- Technical reviews.
- Informal reviews.
We research, validate and verify software quality
- Detect issues before they arise in Production.
- Reduce risks related to issues impacting production.
- Improve customer confidence in the final product.
- Provide information to support the decision making process.
Testing levels available:
- Unit testing:
- Individual Evaluations individual Software component (unit o module).
- Component integration:
- We validate interactions between modules within the same system and with other applications.
- End-to-end testing:
- The goal is to validate that functional requirements and technical software specirfications
are met.
- This is a “pre-production like” test where conditions and data are very similar (if not identical) to a full production environment.
- User Aceptance Testing
- These tests evaluate that system complies with User requirements, normally executed by the
actual users.