common issues qa teams often find

13
QA Team Common QA issues

Upload: jane-chung

Post on 13-Apr-2017

44 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Common issues QA teams often find

QA Team

Common QA issues

Page 2: Common issues QA teams often find

Part 1App UI / UX Handling

Page 3: Common issues QA teams often find

Let’s take these as examples...

● Make a table reservation

● Create an account for social chatting

● Create an account for art sharing

Page 4: Common issues QA teams often find

What we need to consider..

1. Does the email need to be verified?

2. Do we need to restrict users behaviours to make the app consistency?

From OUR point of view :

1. The purpose of email2. The email content3. The design layout of email

Page 5: Common issues QA teams often find

● How to handle long text fields?

When users sign up / edit profile...

● What actions does they take when they want to quit app?

Show “...”

Expand the text field

text is cut

Page 6: Common issues QA teams often find

When users want to get up-to-date list from apps...

Different ways to refresh a list / a table..

● Manually (Pull down / click on a button)

● Automatically (Update instantly / through some time)

Whether user should be able to scroll a list infinitely..

● Show a limit number of items ● Page by page

Page 7: Common issues QA teams often find

How should we handle no internet connection issue?● An accurate

messages should be given to notify users

● Display a cached view of last seen data

● Display a no network blank screen

● Operate normally and sync afterward

Page 8: Common issues QA teams often find

Part 2App Common issues

Page 9: Common issues QA teams often find

Sign up / Login / Profile...

When user re-login after logging out, previous login name should be auto-filled in at the input text field

Uses information should be stored on it

User input should not be saved and displayed in this case

Page 10: Common issues QA teams often find

User Input

Issue description Expected results

User input is saved even "Cancel" button is clicked

User input should not be saved if "Cancel" button is clicked

Edited information cannot be saved even users click "Saved" button

Edited information should be saved

Custom and native back buttons should perform same actions

Both custom and native back buttons should go back to previous page

Page 11: Common issues QA teams often find

Visual Display

Issue description Expected results

Option field not showing previous selection

Native picker should keep user's previous selection

Not showing correct type of keyboard (e.g. phone no., numbers)

Show the keyboard that matches the input type

Keyboard of previous page staying in screen

Hide keyboard on submission

Page 12: Common issues QA teams often find

End

Page 13: Common issues QA teams often find

Brought to you by Oursky

Build your mobile app fast skygear.io (open source)