Anda di halaman 1dari 6

Testing Preliminary

This Questionnaire has two sections: Multiple choice and Descriptive


questions.
All the questions are compulsory and both the sections must be
attempted.
Every Multiple choice question weighs 1 mark.
No Negative marking.

1. Defects are less costly if detected in which of the following phases


a)
b)
c)
d)

Coding
Design
Requirements Gathering
Implementation

2. Executing the same test case on a modified build is called as:


a)
b)
c)
d)

Regression
Retesting
Adhoc testing
Smoke testing

3. Which bug should the developer fix first?


a)
b)
c)
d)

High Severity
High Priority
High Severity and Priority
All the above

4. An Input field takes the year of birth between 1900 and 2004.The Boundary
values for testing this field are
a)
b)
c)
d)

0,1900,2004,2005
1900, 2004
1899,1900,2004,2005
1899, 1900, 1901, 2003, 2004, 2005

5. A program validates a numeric field as follows: values less than 10 are


rejected, values between 10 and 21 are accepted, values greater than or equal

to 22 are rejected. Which of the following input values cover all of the
equivalence partitions?
a) 10,11,21
b) 3,20,21
c) 3,10,22
d) 10,21,22

6. The approach/document used to make sure all the requirements are covered
when writing test cases
a) Test Matrix

b) Checklist

c) Test bed

d) Traceability Matrix

7. To check whether we are developing the right product according to the


customer requirements are not. It is a static process
a) Validation

b) Verification

c) Quality Assurance d) Quality Control


8. To check whether we have developed the product according to the customer
requirements or not. It is a Dynamic process.
a) Validation
c) Quality Assurance

b) Verification
d) Quality Control

9. A Plan to overcome the risk called as


a) Migration Plan

b) Master plan

c) Maintenance plan

d) Mitigation Plan

10. Automation Testing should be done before starting manual testing. Is the
above statement correct?
a) Yes

b) No

11. Requirements Specification, Planning, Test case Design, Execution,


Bug Reporting & Maintenance This Life Cycle comes under:
a) SDLC
c) SQLC

b) STLC
d) BLC

12. Before launching software which testing is to be done in-house?


a)
b)
c)
d)

Beta
Gamma
Alpha
None of the above

13. Unit testing is done by


a)
b)
c)
d)

User
Developers
Customers
Testers

14. The difference between re-testing and regression testing is:


a) re-testing is running a test again; regression testing looks for unexpected
side effects
b) re-testing looks for unexpected side effects; regression testing is
repeating those tests
c) re-testing is done after faults are fixed; regression testing is done earlier
d) re-testing uses different environments, regression testing uses the same
environment
e) re-testing is done by developers regression testing is done by
independent testers
15. When to stop testing:
a)
b)
c)
d)

When you run out of time


All test cases are done
When quality goals established in the beginning of the project are met
When all bugs are fixed

16. Spot the Difference

(1O M)
1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

11.

12.

17. Give an example for each of the following:


5M
a) High priority and Low severity bug.
b) Low Severity and High Priority.
18. Differentiate between Native, Web and Hybrid applications. Provide examples.
5M
19. Write test cases for Login screen shown below using test case design
techniques:
10M

Username (Min 5 to max 15)


Username accepts alphanumeric characters
Password (Min 5 to max 15)
Password can have alphabet, letters and Special characters
Password is case sensitive

20. Write a bug report for the following scenario:


10M
Assume that the Stay logged in(refer the picture of previous question) is not
working.

Anda mungkin juga menyukai