You are on page 1of 2

Nguyen Thi Chung – Post Activities

Question 1: identify the scenarios where automation testing can be more applicable
Automation promises it's going to save you time and lower costs while raising quality, something
that's seemingly impossible
Good automation helps testers do their job. It's not there to replace them. It is a tool that
enhances testing. Good automation should be baked into your SDLC upfront.
A test case should be automated if:
 The task is going to be repeated
 It’s going to save time
 The requirements, the test, or the task are low risk, stable, and unlikely to change often.
 The test is subject to human error.
 The test is time consuming.
 The test has significant downtime between steps.
 The test is repetitive.
Question 2: List functionalities will be more repeated used by the end users in the below
application.
VietNam Airline
 Buy ticket
 Book ticket
 Book hotel
 Search flight schedule
 Search hotel
 Compare airline tickets
 Search flight
 Live chat
 Checkout/Payment
 View voucher
 Contact with admin
 Accumulate points
Online shopping web
 User
 Login/Logout/Register
 View product list
 View product detail
 View product by name
 Search product by name
 Sort product by category
 Make order
 Update profile
 View order
 Give feedback

 Admin
 Manage product =>Create/add/update/delete product
 Manage category => Create/add/update/delete category
 Manage user
 View all orders
 View feedback

You might also like