πŸ“Š Software Testing
Q. Which chart is a tool that depicts project as network diagram that is capable of graphically representing main events of project in both parallel and consecutive way?
  • (A) PERT chart
  • (B) Gantt chart
  • (C) Both A & B
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) PERT chart
πŸ“Š Software Testing
Q. User Acceptance testing is
  • (A) White box testing
  • (B) Black box testing
  • (C) Gray box testing
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Black box testing
πŸ“Š Software Testing
Q. Error guessing is a
  • (A) Test verification techniques
  • (B) Test execution techniques
  • (C) Test control management techniques
  • (D) Test data management technique
πŸ’¬ Discuss
βœ… Correct Answer: (D) Test data management technique
πŸ“Š Software Testing
Q. The name of the testing which is done to make sure the existing features are not affected by new changes
  • (A) Recursive testing
  • (B) White Box testing
  • (C) Unit testing
  • (D) Regression testing
πŸ’¬ Discuss
βœ… Correct Answer: (D) Regression testing
πŸ“Š Software Testing
Q. According to Pareto’s principle, x% of defects can be traced to y% of all causes. What are the values of x and y?
  • (A) 60, 40
  • (B) 70, 30
  • (C) 80, 20
  • (D) No such principle exists
πŸ’¬ Discuss
βœ… Correct Answer: (C) 80, 20
πŸ“Š Software Testing
Q. Maintenance testing is:
  • (A) testing to maintain business advantage
  • (B) testing a released system that has been changed
  • (C) testing by users to ensure that the system meets a business need
  • (D) updating tests when the software has changed
πŸ’¬ Discuss
βœ… Correct Answer: (B) testing a released system that has been changed
πŸ“Š Software Testing
Q. Which of the following techniques is NOT a black box technique?
  • (A) state transition testing
  • (B) syntax testing
  • (C) lcsaj
  • (D) boundary value analysis
πŸ’¬ Discuss
βœ… Correct Answer: (C) lcsaj
πŸ“Š Software Testing
Q. What can static analysis NOT find?
  • (A) memory leaks
  • (B) unreachable (“dead”) code
  • (C) the use of a variable before it has been defined
  • (D) array bound violations
πŸ’¬ Discuss
βœ… Correct Answer: (A) memory leaks
πŸ“Š Software Testing
Q. . In prioritizing what to test, the most important objective is to:
  • (A) test high risk areas.
  • (B) find as many faults as possible.
  • (C) obtain good test coverage.
  • (D) test whatever is easiest to test.
πŸ’¬ Discuss
βœ… Correct Answer: (A) test high risk areas.
πŸ“Š Software Testing
Q. Which of the following is false?
  • (A) an incident can be raised against documentation.
  • (B) an incident occurs when expected and actual results differ.
  • (C) incidents can be analysed to assist in test process improvement.
  • (D) incidents should always be fixed.
πŸ’¬ Discuss
βœ… Correct Answer: (D) incidents should always be fixed.

Jump to