1What 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.
2How To Make A Console Game | In-depth GuideHow to make a console game? Using a step-by-step approach in this guideline helps to create the console game with far more advanced methodologies in consideration.
321 Essential Guidelines for Using C# in Unity: A Summary of Effective C# In this article, the author has distilled and summarized 21 guidelines from the book "Effective C# Second Edition" that are applicable to using C# in the Unity game engine. These guidelines are provided for you to quickly grasp the main ideas of the book and write higher quality C# code in Unity.
5How 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.