Technical Quiz – 1 IT2032 – SOFTWARE TESTING. 1.The objective of testing is a)Debugging b) To...

Post on 19-Jan-2016

215 views 0 download

Tags:

transcript

Technical Quiz – 1

IT2032 – SOFTWARE TESTING

1.The objective of testing is

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

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

3.Cyclimatic Complexity method comes under ___________ testing method?

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

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

a)Routeb) Pathc) Sub Pathd) Gateway

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

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

6.Graph based testing comes under which testing methods?

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

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

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

9.Coding and testing are done in?

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

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

11. Problem analysis is done during which phase?

a)System analysisb) System designc) Bothd) None

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

a)Programsb) Tablesc) Operationd) Actions

13. Loop testing comes under which testing method?

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

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

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

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

A. CodingB. DesignC. Requirements GatheringD. Implementation

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

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

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

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

A. PreventiveB. AppraisalC. FailureD. D. None

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

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

A. ScopeB. MissionC. ObjectiveD. Risk

23. Which one is not Statistical Tool?A. Cause and effect GraphingB. StratificationC. Run ChartD. Regression 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

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

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

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

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

28. The types of incremental testing approaches are

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

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

A. ReliabilityB. ValidityC. CalibrationD. Ease of use

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

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

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

33. Which is the reputed testing standard?

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

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

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

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

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

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

A.Sequence B. HorizontalC. Parallel D. Vertical

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

A. init B. useC. def D. char

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

A. Adequacy B. MutationC. Complexity D. Monotonicity

40. The independent paths of a graph is called

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