Software Testing - beginners testing questions
Q.1 Which of the following is the form of Alpha and Beta Testing?A) Acceptance testing
B) System Testing
C) Unit testing
D) Integration testing
View Answer / Hide Answer Q.2 The problem that threatens the success of a project but which has not yet happened is called asA) Bug
B) Error
C) Risk
D) Defect
View Answer / Hide AnswerQ.3 What is the main purpose of integration testing?A) Design errors
B) Interface errors
C) Procedure errors
D) None of the above.
View Answer / Hide AnswerQ.4 Which of the following is NOT a white box technique?A) Statement testing
B) Path testing
C) Data flow testing
D) None of the above.
View Answer / Hide AnswerQ.5 Which of the following is a form of functional testing?A) Boundary value analysis
B) Usability testing
C) Performance testing
D) Security testing
View Answer / Hide AnswerQ.6 When should regression testing to be performed?A) When the project manager says
B) After the software has changed.
C) Whenever software testing team get the time.
D) None of the above.
View Answer / Hide AnswerQ.7 If a software testing team is doing testing without planning and Documentation, then this type of testing is called as.A) Unit testing
B) Regressing testing
C) Adhoc tesing
D) Stress testing.
View Answer / Hide AnswerQ.8 Which of the following statement is correct to perform a successful software testing process?A) Conduct formal technical reviews prior to testing.
B) Specify requirements in a quantifiable manner.
C) Option A and B are correct.
D) None of the above.
View Answer / Hide AnswerQ.9 Which of the following is the main advantage of top down integration testing?A) Major decision points are tested early.
B) Modules are not tested by team again and again.
C) No stubs need to be written
D) None of the above.
View Answer / Hide AnswerQ.10 Which of the following is best described as Smoke testing?A) Part of Black box testing.
B) Unit testing for small programs
C) Rolling integration testing
D) None of the above.
View Answer / Hide AnswerQ.11 Debugging is not testing, but always occurs as a consequence of testing. This sentence is true or false?A) True
B) False.
View Answer / Hide AnswerQ.12 Which of these cannot be successfully tested using Loop Testing methodology?A) Simple Loops
B) Nested Loops
C) Concatenated Loops
D) None of the above.
View Answer / Hide Answer