Placement papers on Software Testing - Set 3
1. Where may functional testing be performed?
At system and acceptance testing levels only.
At all test levels.
At all levels above integration testing.
At the acceptance testing level only.
View Answer / Hide AnswerANSWER: At all test levels.
2. The concern "Us-versus-them-mentality" occurs
when developers and testers are on the same side of testing issue
between testers and end-users
when developers are testers are on opposite sides of testing issues
between developers and end-users
View Answer / Hide AnswerANSWER: when developers are testers are on opposite sides of testing issues
3. Effectiveness is doing things right and effeciency is doing the right things.
True
False
View Answer / Hide Answer 4. The largest cost of quality is from production failure.
True
False
View Answer / Hide Answer 5. Software testing activities should start
as soon as the code is written.
during the design stage.
when the requirements have been formally documented.
as soon as possible in the development lifecycle.
View Answer / Hide AnswerANSWER: as soon as possible in the development lifecycle.
6. What are histograms commonly known as;
pie chart
scatter plots
bar charts
none of the above
View Answer / Hide Answer 7. Function point is a measure of
Effort
Complexity
Usability
Size
View Answer / Hide Answer 8. Auxiliary code which sets up an appropriate environment and calls the module is termed as
Driver
Function
Stub
None of the above
View Answer / Hide Answer