You are on page 1of 1

1. What is “Software Quality Assurance”?

2. What are the 5 testing techniques in software testing?

3. There’s registration page with full name, phone number, email, password fields, and submit
button. Write all possible test cases for the page.

4. Do you think the registration page in question number 2 is lack something? Write all things
that could improve the registration page!

5. There is a page with an age field which conceptually can only enter ages 2 to 12, how do
you test the age column? And write the valid and the invalid test case

6. What testing technique did you use for question number 5? Why?

7. A webpage have several information in a table : date, departure time, flight number, airlines,
and terminal. There’s a program that collect data from the webpage and store it to SQL
database. Only data with departure time 5 pm or more and airlines A that will be stored.
How will you test the program? The webpage have thousands of data.

You might also like