Checklist for Mobile App UI Testing
MD. Abdullah Al Fahad
Software QA Engineer at DataPath Ltd. | Automation Testing | API Testing | Performance Testing | Manual Testing | Security Testing
As beginners, going forward, you might hear a lot of automation tools for mobile app testing. First, automation is not the holy grail for everything in testing because you can’t automate everything. Second, manual testing will never probably go away. A machine or tool can’t understand the look and feel of your application; you need it by yourself. But you use automation to secure the shorter release cycles. Third, you need both of them, meaning that you need a good balance of both to attain maximum quality taking full advantage of their benefits.
Checklist for Mobile App UI Testing
UI testing is simple – just make sure everything “looks” good. Testers can quickly find themselves encountering dozens of different types of UI elements that require verification. Here is a quick checklist you can use to make sure you’ve considered all the most common items.
UI Testing Checklist – Common Tests
Each of the above must be tested across every page, table, form and menu that your application contains.?
It’s also a good practice to test the UI for specific critical end-to-end user journeys. For example, making sure that it’s possible to journey smoothly from: User clicks Free Trial Signup (Button) > User submits Email Address (Form) > User Logs into Free Trial (Form) > User has trial access (Product)
领英推荐
UI Testing Example
Let’s take an example of an app with a basic use case, such as a login screen.
Even a relatively simple page like this one will have numerous important test cases (TC):