May 2019 Summaries
2 posts from testRigor
Filter
Month:
Year:
Post Summaries
Back to Blog
End-to-end regression testing for web and mobile applications has traditionally been conducted through manual testing, automation testing, and record and play methods, each with its own challenges such as high costs, support issues, and stability problems. Manual testing involves testers executing predefined test cases, while automation testing uses code to automate these cases, and record and play allows testers to capture their actions for test production. Despite these efforts, test coverage often remains low, averaging around 30%, due to difficulties in creating and maintaining tests and the inherent instability of testing infrastructure. The concept of an autonomous testing system is introduced as a solution, promising to automatically generate tests for key functionalities, requiring minimal support, and offering greater stability by adapting to changes and distinguishing between bugs and features.
May 31, 2019
581 words in the original blog post.
Autonomous testing offers several significant advantages for organizations, including minimizing the risk of costly production errors, as evidenced by incidents like Walmart's $100 million loss due to a bug. It accelerates the speed of implementing critical changes, such as urgent security patches, thereby propelling organizational progress. By automating regression testing, teams can redirect their efforts towards more strategic and meaningful tasks, enhancing overall productivity and job satisfaction among QA staff, who are relieved from monotonous tasks. Furthermore, autonomous testing supports scalable growth by reducing the need for an expanded workforce, allowing companies to efficiently handle increased testing demands as their development teams grow over time.
May 29, 2019
262 words in the original blog post.