What is not test objective?
a.Finding defects
b.Gaining confidence in and providing information about the level
c.Preventing errors
d.Providing decision-making information ** Answ** c
Which of the following is a goal for a proof-of-concept or pilot phase for tool evaluation?
a.Decide which tool to acquire
b.Decide on the main objectives and requirements for this type of tool.
c.Evaluate the tool vendor including training, support and commercial aspects
d.Decide on standard ways of using, managing, storing and maintaining the tool and the
test assets ** Answ** d
Which of following is correct the order of independence testing from low to high ? a.
Test designed by the persons b. Test designed from a different organization group c.
Test designed by an external company d. Test designed by the another person
a.a-b-c-d
b.a-c-d-e
c.a-d-b-c
d.d-c-b-a ** Answ** c
Which is the example of a defect that causes the MOST harm?
a.A usability defect that results in user dissatisfaction
b.A defect that causes slow response time when running reports
c.A defect that causes raw sewage to be dumped into the ocean
d.A regression defect that causes the desktop window to display in green ** Answ**
c
Which of following will help prevent defects from reoccuring?
a.Rotating developers to keep them motivated
b.etermining the environmental conditions that cause the failure
c.Improving processes based on root cause analysis
d.Prioritizing re-occurring defects higher than new defects ** Answ** c
Which testing level is primarily focused on building confidence rather than finding
defects?
a.Unit test
b.Integration test
c.System test
, d.Acceptance test ** Answ** d
Which characteristic must a tester possess in order to be successful when working with
a project team?
a.Constructive communication skills
b.Authoritarian leadership style
c.Extroverted personality
d.Extensive organizational network ** Answ** a
If you need to add system integration testing as a test level for a particular project, what
testing level should it directly follow?
a.Unit test
b.Integration test
c.System test
d.Acceptance test ** Answ** c
In which testing level are the developers most heavily involved?
a.Compatibility
b.Acceptance
c.Component
d.Conversion ** Answ** c
If you are testing to ensure that the software will be easy to analyze and change, what
type of non-functional testing are you conducting?
a.Portability
b.Functional
c.Usability
d.Maintainability ** Answ** d
Which of following is an importance of characteristic of tests used for regression
testing?
a.They focus on testing the intricate and difficult-to-test aspects of software
b.They require signification maintenance effort for each release
c.They are used for one release and are then discarded to keep the test set fresh
d.They are reusable for multiple releases with little maintenance ** Answ** d
Which of following is a trigger of maintenance testing?
a.A new software product is being developed and defects have been found in unit
testing
b.A new software product is being developed and will work across multiple platforms
c.A component of existing production software product has been removed
d.A component of existing production software product has received high usage **
Answ** c
Which of following is an effective method for finding defects early in the software
lifecycle?