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.
3Does Internet Speed Affect FPS?Does internet speed affect fps? Explore the impact of internet overspeeding FPS. Master the techniques to monitor FPS to achieve better smoothness without game lag.
4What are White Box & Black Box TestingThis blog post is our conceptual explanation for the topic "white box & black box testing", why & how they are done, & their most obvious pros & cons in the real world.
5What are unit tests & what is their significance? What are unit tests? Why are they so important and whom do they serve? these are the most common questions being searched for the basic testing of software. This is why this post focuses on all the basic knowledge one needs to, master before jumping into these testing techniques.