Customer Cases
Pricing

network-performance-testing

Explore our blog content to learn more about the unique strengths of WeTest
The WeTest Blog
Read More
1Striking the Balance: Achieving Intelligent Automation in Software Testing In this article, we will elucidate the fundamentals of intelligent automation to facilitate a better understanding of this subject matter.
2WeTest UDT: Empowering Effective Testing with Unified Device Toolkit Empowering Effective Testing with Unified Device Toolkit. Seamlessly transition from manual to automated testing, ensure data and environmental security, and overcome testing challenges
3How 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.
4Streamline Your UI Testing: A Step-by-Step Guide to Automation on WeTest UDT This blog shows how to connect to a cloud device, write and debug a test script using uiautomator2 to automate login and form interactions, handle pop-ups, and then package the script to run a test task on the platform and review the results using the WeTest UDT platform.
5Overcoming Proxy Restrictions for Web Crawlers in Python In this article, we explore how to set up a ProxyHandler proxy for urllib2 and modify the code to overcome these restrictions, allowing us to successfully download images from a forum and save them locally.