January 2022 Summaries
2 posts from testRigor
Filter
Month:
Year:
Post Summaries
Back to Blog
Assigning a monetary value to Software Quality Assurance (QA) can be challenging, but it's possible by collaborating with various organizational departments to calculate the financial impact of defects. By determining the amount of business lost over 12 months due to defects and dividing it by the number of defects that reached production, the cost of a single defect can be assessed. This metric, known as the Dollar Escape Rate, provides insight into the financial consequences of defects. Doubling the number of validated scenarios before software release can potentially halve the number of escaped defects, thereby reducing the business loss. The Return on Investment (ROI) for increasing the number of validated scenarios can be calculated using a specific formula, indicating that investment in test automation is beneficial. Automating tests can significantly improve coverage and reduce the manual effort required, with platforms like testRigor allowing teams to create regression tests much faster than traditional methods.
Jan 13, 2022
684 words in the original blog post.
Autonomous testing involves several key features that ensure automated tests are executed programmatically, are repeatable, end with a validation, are stable for CI/CD, easy to understand, require minimal maintenance, and can run independently in parallel with other tests. TestRigor, a test automation tool, simplifies the creation of such tests by allowing users to write them in plain English from an end-user's perspective, making it accessible even to non-engineers. It ensures tests remain stable and repeatable by generating unique data automatically and integrates seamlessly with CI/CD platforms like Jenkins and GitHub Actions, reducing maintenance needs and enabling parallel test execution by default. TestRigor offers both a forever free open-source version and the option to request a demo to assess its suitability for different systems.
Jan 02, 2022
735 words in the original blog post.