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.
5Test Case Definition, Types, Significance, and Basic ConceptsIn this case, we will go through the basics of the test case definition, its types, and why it is used. This blog post is based on concepts and will stay away from the technical complexities of these testing methods, serving only the beginners in the software universe.