Customer Cases
Pricing

software-testing-trends

Explore our blog content to learn more about the unique strengths of WeTest
The WeTest Blog

software-testing-trends

Read More
1How We Test Phones We use a stringent set of repeatable tests to analyze the mobile phones we review, taking into account battery life, call quality, multimedia capabilities, reception, and more.
2How to Efficiently Test iOS Apps with Appium on WeTest To ensure the quality of our iOS Apps during development and testing, we decide to use Jenkins jobs to test it on WeTest cloud devices for every update of our app. After investigating various tools, we use gtest + gmock as the unit test framework and Appium as the UI test framework for the SDK.
3iOS App Resigning & Certificate Uploading Guide The article covers iOS APP resigning and certificate uploading guide.
4Java Code Coverage: Principles, Instrumentation & CI/CD Best Practices Learn Java code coverage fundamentals, bytecode instrumentation with JaCoCo & Cobertura, and production-grade unit & integration testing CI/CD engineering practices.
5Regression Testing vs Unit Testing: Pros and Cons Overview Regression testing vs unit testing, which one to choose? Software development is a complex and time-consuming process. To ensure the quality of the end product, various testing methods are employed.