Shivaji University Kolhapur M.Sc Semester-II Computer Science Paper March 2019
The purpose of the ____ phase is to come up with a schedule, the scope, and resource requirements for a release
(a) Planning
(b) Design
(c) Coding
(d) Testing
______ is meeting the requirments expected of the software, consistently and predictably.
(a) Quality
(b) Quality contorl
(c) Quality Assurance
(d) All of the above.
______ is traditionally used to mean testing of the program code
(a) Validation
(b) Verification
(c) Testing
(d) Both a and b
In the ________ model, a project is divided into a set of phases (or activities)
(a) Waterfall
(b) Spiral
(c) V
(d) All of above
_____ testing takes into account the program code, code structure, and internal design flow
(a) Static
(b) Structural
(c) White Box
(d) Black Box
Which of the following statements about exit criteria is true?
(a) Once finalized, exit criteria cannot be changed by the test manager
(b) Exit criteria evaluation results in decision to continue or stop testing
(c) Completion of regression testing is never a part of exit criteria
(d) Exit criteria are decided on the basis of entry criteria only
Which of the following structure-based technique as the strangest code converage?
(a) Condition coverage
(b) decision coverage
(c) Statement coverage
(d) Multiple coverage
When what is visible to end-users is a derivation from the specific or expected behavior, this is called ______
(a) An error
(b) A fault
(c) A failure
(d) A defect
Testing should be stopped when ______
(a) It depends on the risks for the system being tested
(b) All the planned tests have been run
(c) Time has run out
(d) Both (b) and (c)
Non-functional testing includes ______
(a) Testing to see where the system does not function properly
(b) Testing quality attributes of the system including performance and usability
(c) Testing a system feature using only the software required for that action
(d) Testing for functions that should not exist
Which of the following is NOT part of configuration testing?
(a) Status accounting of configuration items
(b) Auditing conformance to ISO9001
(c) Identification of test versions
(d) Controlled library access
What is the purpose of test completion criteria in a test plan?
(a) To know when a specific test has finished its execution
(b) To plan when to stop testing
(c) To know when test planning is complete
(d) To ensure that the test case specification is complete
When a new testing tool is purchased, it should be used first by ______
(a) A small team to establish the best way to use the tool
(b) Everyone who may eventually has some use for the tool
(c) The independent testing team
(d) The managers to see what projects it should be used in
What can static analysis NOT find?
(a) The use of a variable before it has been defined
(b) Unreachable (“dead”) code
(c) Whether the value stored in a variable is correct
(d) Array bound violations
Leave a Reply