3How 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.
4Ensuring a Positive First Impression: Key Aspects to Consider in Mobile TestingIn today's digital age, mobile applications play a crucial role in our daily lives. However, for these apps to succeed, they must make a positive first impression on users. This is where thorough and meticulous mobile testing becomes essential.
5Navigating the Road to Success in Designing Distributed SystemsThis article discusses the author's various endeavors in the realm of mobile gaming to implement distributed systems and outlines the definition of services, the development of the overall framework, and the process of internal service segmentation during these efforts.