1What is Gameplay Testing and how does it work?Game Testing is a software testing process for video games’ quality control, usually conducted in the post-production stage of the game development cycle.
2How 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.
4Difference between Agile Testing and Waterfall TestingThe difference between waterfall and agile is fundamental knowledge to acquire. If you want to know which one is better for your project, this article will help you decide which one suits your needs.
5A 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.