October 2018 Summaries
2 posts from Sauce Labs
Filter
Month:
Year:
Post Summaries
Back to Blog
Choosing an automated testing framework for a project can be crucial in its success. Selenium is the industry standard in open source automated testing frameworks for web applications, with a test domain-specific language that allows writing tests in various programming languages and compatibility across multiple operating systems. Appium extends Selenium's functionality to mobile apps, while XCUITest and Espresso are popular frameworks for iOS and Android app development respectively, but with limitations in terms of programming languages and platform support. The choice of framework depends on the project's requirements and the team's expertise.
Oct 23, 2018
706 words in the original blog post.
Testing in production refers to the continuous testing and monitoring of a software application's production environment after deployment. This practice provides several key advantages, including quicker recovery from defects, analysis of user experience through A/B testing, and identification of issues that may not be easily detectable in other environments. While testing at earlier stages is also essential, production testing is crucial for ensuring the smooth transition post-deployment and providing a better user experience. It allows DevOps teams to adequately prepare to react to bugs, identify edge cases, and fix issues in a timely manner, ultimately enhancing the performance of an application in the long run.
Oct 16, 2018
1,002 words in the original blog post.