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.
2A Beginners Guide to The Query: What is Functional TestingIf you are still wondering about what is functional testing and which techniques to use then this article is for you. We have explained here a beginner conceptual dose to all of you out there just entering the testing world.