1Considerations and Issues for Usability TestingThis article explores the key factors to consider during usability testing for mobile applications and highlights common usability issues that can impact user satisfaction.
3QA Security Testing: What's the Relationship Between Them?What is QA security testing? In software development, Quality Assurance (QA) is a crucial process that ensures the quality of a product or service. It involves a series of techniques and processes that aim to improve the system and prevent issues from occurring.
4How 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.