SQE Week 5 Lecture
SQE Week 5 Lecture
Testing
What is What ought to be
Reasons :
◦ Quality
◦ Acceptability
◦ Discover problems
a) Debugging
b) Testing
c) Fixing the errors
d) None
e) All
You are presenting your application and trying
to hide the defects. It is
a) Level 0 testing
b) Level 1 testing
c) Level 2 testing
d) Level 3 testing
e) Level 4 Testing
For applications which deal with human life we
need.
a) Level 0 testing
b) Level 1 testing
c) Level 2 testing
d) Level 3 testing
e) Level 4 Testing
If some one tests your application with only
purpose to find out the bugs, it is
a) Level 0 testing
b) Level 1 testing
c) Level 2 testing
d) Level 3 testing
e) Level 4 Testing
A form has 3 fields and each field have 5 values in
drop down. What are total combinations to test
a) 5
b) 8
c) 15
d) 125
Testing Levels
Testing Levels
Unit Testing
Acceptance testing
• Black box testing techniques are followed.
• Alpha Testing
• Beta Testing
Effective testing will reduce _______
cost.
a) maintenance
b) design
c) coding
d) documentation
All defects result in failure.
True
False
Problem
Sue calls service desk and reports she cannot
log in to timesheet system because the
password field is missing from the login
screen.
Error
Fault of omission
Fault of commission
Fault
Failure
Problem
During a peer review for software requirements
for a new financial management system, Alice
discovers that values are in the requirements as
thousands of dollars instead of as millions of
dollars.
Error
Fault of omission
Fault of commission
Fault
Failure
Problem
During a peer review for software requirements
for a new financial management system, Alice
discovers that values are in the requirements as
thousands of dollars instead of as millions of
dollars.
Error
Fault of omission
Fault of commission
Fault
Failure
To ponder...
Discuss: Who should write tests? Developers?
The person who wrote the code? An
independent tester? The customer? The user?
Someone else? •