1How 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.
2Explanation: What’s an Impact of Automation on Software DevelopmentWhat’s an impact of automation in software testing and why it is so important in the ever-changing IT world? This topic covers everything and is a must-read for every software engineer and coder out there.
3Conquering Challenges in Automated TestingThis blog explores common challenges faced by enterprises in automated testing, including unrealistic goals, lack of skilled personnel, absence of a proper strategy, and unrealistic expectations.
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.
5Streamline 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.