41
Technical Quiz – 1 IT2032 SOFTWARE TESTING

Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

Embed Size (px)

Citation preview

Page 1: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

Technical Quiz – 1

IT2032 – SOFTWARE TESTING

Page 2: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

1.The objective of testing is

a)Debuggingb) To uncover errorsc) To gain modularityd) Analysis

Page 3: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

2. Which of the following is a type of testing?a)Recovery b) Security testingc) Stress testingd) All the above

Page 4: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

3.Cyclimatic Complexity method comes under ___________ testing method?

a)White Boxb) Black boxc) Green boxd) Yellow box

Page 5: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

4. A _____ is a sequence of statements from one place in the program to another?

a)Routeb) Pathc) Sub Pathd) Gateway

Page 6: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

5. Which of these can be successfully tested using Loop Testing methodology?

a)Simple loopsb) Nested loopsc) Concatenatedd) All the above

Page 7: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

6.Graph based testing comes under which testing methods?

a)White Boxb) Black boxc) Green boxd) Yellow box

Page 8: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

7. Which testing methods are used by end-users who actually test software before they use it?

a)Alpha & Beta testingb) White Boxc) Black boxd) Green box

Page 9: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

8. To test a function, the programmer has to write a ___, which calls the function and passes it test data?

a)Stubb) Driverc) Proxyd) None

Page 10: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

9.Coding and testing are done in?

a)Top down mannerb) Bottom up mannerc) Bothd) None

Page 11: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

10. Errors can be found by outsiders during?a)Alpha testingb) Beta testingc) Gamma testingd) All

Page 12: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

11. Problem analysis is done during which phase?

a)System analysisb) System designc) Bothd) None

Page 13: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

12. A decision table facilitates conditions to be related to?

a)Programsb) Tablesc) Operationd) Actions

Page 14: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

13. Loop testing comes under which testing method?

a)Green boxb) Black Boxc) Yellow boxd) White box

Page 15: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

14. System test plan will not include?a)Approachb) Resultc) Risksd) Testing

Page 16: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

15. The testing technique that requires devising test cases to exercise the internal logic of a software module is called

a)behavioral testingb) White Boxc) Black Boxd) Grey box

Page 17: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

16. Defects are less costly if detected in which of the following phases

A. CodingB. DesignC. Requirements GatheringD. Implementation

Page 18: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

17. User Acceptance testing isA. White box testingB. Black box testingC. Gray box testingD. None of the above

Page 19: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

18. Error guessing is aA. Test verification techniquesB. Test execution techniquesC. Test control management techniquesD. Test data management technique

Page 20: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

19. Which one is not Structural Testing?A. RegressionB. ParallelC. AcceptanceD. Stress

Page 21: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

20. Testing comes under which category of cost of quality?

A. PreventiveB. AppraisalC. FailureD. D. None

Page 22: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

21. Which of the following is not true about Incremental testing?

A. Top-Down approach can be usedB. Use of stubs or drivers are requiredC. All modules need to be completed before

testingD. Bottom – up approach is also possible

Page 23: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

22. Which of the following is not a part of test plan?

A. ScopeB. MissionC. ObjectiveD. Risk

Page 24: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

23. Which one is not Statistical Tool?A. Cause and effect GraphingB. StratificationC. Run ChartD. Regression Analysis

Page 25: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

24. The ‘v’ represent the following term:A. Verification and validationB. Static testing and Dynamic testingC. Black box testing and white box testingD. Software development process and

software testing process

Page 26: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

25. Function point is a measure ofA. EffortB. ComplexityC. UsabilityD. Size

Page 27: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

26. You are told to prepare a report on the most commonly occurring product defects. You review the software defect reports, which categories the defects of coding errors, requirement errors, documentation errors, etc. The best tool to report this information is

A. A histogramB. Pareto diagramC. Cause and effect diagramD. A scatter plot

Page 28: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

27. A statistical technique to assess, monitor and maintain the stability of a process is

A. Pareto chartB. Control chartC. Run chartD. Histogram

Page 29: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

28. The types of incremental testing approaches are

A. Top down B. Bottom up C. BothD. None

Page 30: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

29. If the measurement taken by the two people are same refers to the terms as

A. ReliabilityB. ValidityC. CalibrationD. Ease of use

Page 31: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

30. Test Readiness review is conducted by theA. Project managerB. Test managerC. Quality assurance personnelD. User/Customer

Page 32: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

31. To which phase will training cost fall?A. FailureB. PreventionC. BuildD. Appraisal

Page 33: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

32. You are performing a test to see that it complies with the user requirement that a certain field be populated by using a drop down box containing a list of values. What kind of testing are you doing?

A. White box testingB. Black box testingC. Load testingD. Regression testing

Page 34: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

33. Which is the reputed testing standard?

A. QAI B. M Bridge awardsC. ISO D. Microsoft

Page 35: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

34. CMM isA. Company maturity modelB. Capability maturity modelC. Configuration maturity modelD. Company management model

Page 36: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

35. Testing robustness of software system by making it fail is.

A. Stress test B. Crash testC. Hardness test D. All the above

Page 37: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

36. Configuration management is

A. management of the config file in operating systemB. identifying and controlling changes to the

configuration of a systemC. process of configuring the management processes

and practicesD. None of the above

Page 38: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

37. The basic primes used to represent any structured program is

A.Sequence B. HorizontalC. Parallel D. Vertical

Page 39: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

38. The dataflow notation of a variable in an assignment statement by

A. init B. useC. def D. char

Page 40: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

39. The simple changes made in the code component is called

A. Adequacy B. MutationC. Complexity D. Monotonicity

Page 41: Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To uncover errors c) To gain modularity d) Analysis

40. The independent paths of a graph is called

A.Data set B. Test setC. Prime D. Basis set