Customer Cases
Pricing

apm

Explore our blog content to learn more about the unique strengths of WeTest
The WeTest Blog

apm

Read More
1Appium Desired Capabilities: What Are They and How to Launch? Appium desired capabilities can help us modify the behavior of the server during automation. Understanding and learning how to use it is important for app automation testing. In this blog, we will dive into this concept.
2Common Security Testing Vulnerabilities: SQLi, CSRF, XSS, Open Redirect, File Upload Learn to identify and prevent SQL injection, CSRF, XSS, open redirect, and arbitrary file upload vulnerabilities. Includes testing methods, bypass techniques, and practical fixes for each security flaw.
3Exploring Valuable Test Cases in the Android Official MVP Project: A Comprehensive Guide to Unit Tes This article serves as an appendix to "Interpreting the Unit Testing of the Android Official MVP Project". This MVP project and its unit testing cases can provide many insights for our work, so it is worth giving it a quick read.
4Mobile Testing Case Study: Why It Matters in App Development Mobile testing is the process of testing software applications developed for mobile devices. Today, mobile applications have become an integral part of businesses, and it's rare to find a business venture that functions without a mobile application.
5How to Improve Code Testability: Practical Tips for Java Unit Testing Learn how to improve code testability for Java unit tests with practical methods (SRP, DI, TDD). Boost code quality, enable shift-left testing, and reduce engineering time.