Stlc(Engineering > Computer Science And Engineering ) Questions and Answers

Question 1. When an expected result is not specified in test case template then ___________
  1.    We cannot run the test
  2.    It may be difficult to repeat the test
  3.    It may be difficult to determine if the test has passed or failed
  4.    We cannot automate the user inputs
Explanation:-
Answer: Option C. -> It may be difficult to determine if the test has passed or failed





Question 2. Testing beyond normal operational capacity is __________
  1.    Load testing
  2.    Performance testing
  3.    Stress testing
  4.    All of these
Explanation:-
Answer: Option C. -> Stress testing





Question 3. The inputs for developing a test plan are taken from
  1.    Project plan
  2.    Business plan
  3.    Support plan
  4.    None of the above
Explanation:-
Answer: Option B. -> Business plan





Question 4. End result of Software Requirement Analysis is ________
  1.    Functional and Behavioral
  2.    Architectural and Structural
  3.    Usability and Reliability
  4.    Algorithmic and Data Structure
Explanation:-
Answer: Option A. -> Functional and Behavioral





Question 5. In white box testing what do you verify?
  1.    Verify the security holes in the code
  2.    Verify the incomplete or broken paths in the code
  3.    Verify the flow of structure according to the document specification
  4.    All of these
Explanation:-
Answer: Option D. -> All of these





Question 6. Verification is:
  1.    Checking that we are building the right system
  2.    Checking that we are building the system right
  3.    Performed by an independent test team
  4.    Making sure that it is what the user really wants
Explanation:-
Answer: Option B. -> Checking that we are building the system right





Question 7. Which of the following is NOT a static testing technique?
  1.    Error guessing
  2.    Walkthrough
  3.    Data flow analysis
  4.    Inspections
Explanation:-
Answer: Option A. -> Error guessing





Question 8. A Plan to overcome the risk called as
  1.    Migration Plan
  2.    Master plan
  3.    Maintenance plan
  4.    Mitigation Plan
Explanation:-
Answer: Option D. -> Mitigation Plan





Question 9. The name of the testing which is done to make sure the existing features are not affected by new changes
  1.    Recursive testing
  2.    Whitebox testing
  3.    Unit testing
  4.    Regression testing
Explanation:-
Answer: Option D. -> Regression testing





Question 10. During which test activity could faults be found most cost effectively?
  1.    Execution
  2.    Design
  3.    Planning
  4.    Check Exit criteria completion
Explanation:-
Answer: Option C. -> Planning