June 2019 Summaries
2 posts from testRigor
Filter
Month:
Year:
Post Summaries
Back to Blog
A company eliminated its test environment in favor of a continuous deployment strategy, where code is merged and goes directly to production, leading to improved quality. Initially, their process involved coding, committing, and deploying to a test environment before production, but this proved inefficient and unreliable, occasionally resulting in production issues due to untested code. The team experienced quality challenges as the reliance on a test environment led to complacency among developers. By removing the test environment, developers gained a stronger sense of ownership and responsibility, testing their changes in a temporary development environment before direct deployment. This shift not only streamlined the deployment process but also resulted in better quality outcomes as nothing tests code more effectively than a production environment.
Jun 17, 2019
389 words in the original blog post.
Test automation is crucial for ensuring product reliability, as even minor changes can lead to significant issues, such as the costly incident experienced by Walmart due to a bug in production. Achieving 100% test coverage is often impractical, making it essential to find efficient ways to manage and maintain tests. Traditional tools like Selenium can become cumbersome as the codebase grows, resulting in increased maintenance efforts and slowing the development of new tests due to frequent updates in HTML structures. The speed of change is vital, especially when dealing with critical security issues requiring urgent deployment, and limited test coverage may leave gaps that manual testing struggles to cover. TestRigor offers a solution by significantly reducing test maintenance hours, as it simulates human interaction with apps and websites, focusing on visible elements rather than underlying HTML details, thus streamlining the testing process and enhancing test coverage efficiency.
Jun 17, 2019
303 words in the original blog post.