1Streamline Your UI Testing: A Step-by-Step Guide to Automation on WeTest UDTThis 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.
2How to Efficiently Test iOS Apps with Appium on WeTestTo 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.
3Quality Engineering vs Quality Assurance: What’s the Real Difference?Quality engineering vs quality assurance, what are their roles and differences? While both are very important in software development, there are still significant differences between the two. Understanding the differences can help us go further and deeper in our software testing work.
4Advantages of Test AutomationAutomated testing is an effective risk mitigation strategy that helps businesses identify and fix issues in a timely manner, which reduces the likelihood of these issues causing problems or creating negative impacts when software goes live.