Customer Cases
Pricing

data-integrity

Explore our blog content to learn more about the unique strengths of WeTest
The WeTest Blog
Read More
1What are Test Cases? Introduction to Basic Concepts What are test cases? how do they work? which one is for you? all these questions are the most trending queries when it comes to software testing. Today, we are going to explain the very basics and essential knowledge one needs to know to get started with test cases and software testing techniques.
2How to Efficiently Test iOS Apps with Appium on WeTest To 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.
3A Case Study on Debugging High-Concurrency Bugs in a Multi-Threaded Environment The article covers the debugging process for core dump issues, memory leaks, and performance hotspots, as well as the use of various tools such as GDB, Valgrind, AddressSanitizer, and Perf.
4Exploring the Advantages of .NET Core for Game Development This article delves into the features, components, and performance of .NET Core, comparing it to other platforms such as C++ and Mono, and exploring the practical benefits it can bring to game development.
5Best Practices for Android Testing: A Strategic Approach to Achieving Optimal Results This article explores the different categories of Android testing, including unit testing, integration testing, UI testing, and end-to-end testing. It also discusses best practices for selecting test frameworks, devices, and configurations, as well as determining testing locations.