1The principles of Test AutomationTesting plays a vital role in software development. Software testing has now become a part of programming so that the developers are able to rectify errors from the beginning stage.
2Why We Need Software Test Automation Tools & Best Tool Recommendation 2023Software test automation tools matter a lot in software development. As technology continues to evolve, the demand for high-quality software products has skyrocketed. Manual testing is an arduous and time-consuming process that can significantly slow down development.
3How 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.
421 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.