Home / Companies / Sauce Labs / Blog / June 2022

June 2022 Summaries

3 posts from Sauce Labs

Filter
Month: Year:
Post Summaries Back to Blog
The Chrome DevTools Recorder panel is a new feature available in Chrome versions 101 and above, allowing development teams to create user flow tests with minimal background knowledge on testing. The Recorder panel can record, replay, and measure user flows, and the recorded sessions can be imported and exported as JSON files, which can then be run on Sauce Labs using saucectl. This enables teams to gain access to video, screenshots, and other test metadata to help debug and improve their tests.
Jun 28, 2022 190 words in the original blog post.
Android is the world's most popular mobile operating system, with 72% global market share as of 2021. Creating an effective testing routine can be intimidating due to the wide variety of Android testing frameworks, languages, tools, and methods available. Manual testing involves running tests on physical devices, while compatibility testing ensures app functionality across different devices and configurations. Automated testing is necessary for large-scale testing, with open-source test frameworks like Selenium, Appium, and Espresso streamlining automated tests. Performance testing evaluates how an application behaves under stress, security testing identifies vulnerabilities, and continuous integration testing validates changes after each build. A well-planned Android testing strategy involves identifying the types of testing needed, choosing the right frameworks, assigning test writers, selecting devices and configurations to test on, and running tests in parallel. Best practices for Android testing include automating as much as possible, finding the "sweet spot" for the number of tests, using emulators sparingly, testing every time code changes, making testing a collective effort, leaning toward open-source testing, and continuously improving the testing process to improve app quality and reduce developer effort.
Jun 17, 2022 2,239 words in the original blog post.
The growing dependency on mobile apps means users are increasingly impatient with errors and slow performance, leading to uninstallation and erosion of trust. Debugging and resolving issues quickly is critical, but many developers struggle with fixing software bugs and errors, with 44% saying their biggest pain point is this task. Mobile app development has become complex, leading to slower hand-offs, inconsistent feedback loops, and a lack of depth of information on issues. However, Sauce Labs Real Device Cloud offers a comprehensive suite of diagnostic test information and quality signals, enabling teams to quickly determine the root cause of errors in their code and test failures, prioritize issues, and improve testing efficiency with faster, continuous feedback loops. This allows developers to build better, more reliable apps faster, while providing actionable data and context on impact, reducing time to resolution, and improving collaboration between development and testing teams.
Jun 16, 2022 1,445 words in the original blog post.