Home » Software Enginearing » Software Testing
11Que:Abbreviate the term BSS. a.Box Structure Specification b.Box Statistical Specification c.Box Statistical System d.Box Structure Sampling
Show Answer Answer: (a).Box Structure Specification
12Que:What is the testing to ensure the WebApp properly interfaces with other applications or databases? a.Compatibility b.Interoperability c.Performance d.Security
Show Answer Answer: (b).Interoperability
13Que:What do you understand by V&V in software testing? a.Verified Version b.Version Validation c.Verification and Validation d.Version Verification
Show Answer Answer: (c).Verification and Validation
14Que:In static test techniques, behavioral and performance properties of the program are observed. a.TRUE b.FALSE c.Can’t say d.None of the above
15Que:Which granularity level of testing checks the behavior of module cooperation? a.Unit Testing b.Integration Testing c.Acceptance Testing d.Regression Testing
Show Answer Answer: (b).Integration Testing
16Que:Which test refers to the retesting of a unit, integration and system after modification, in order to ascertain that the change has not introduced new faults? a.Regression Test b.Smoke Test c.Alpha Test d.Beta Test
Show Answer Answer: (a).Regression Test
17Que:Which of the following is a black box testing strategy? a.All Statements Coverage b.Control Structure Coverage c.Cause-Effect Graphs d.All Paths Coverage
Show Answer Answer: (c).Cause-Effect Graphs
18Que:A set of inputs, execution preconditions and expected outcomes is known as a a.Test plan b.Test case c.Test document d.Test Suite
19Que:In which test design each input is tested at both ends of its valid range and just outside its valid range? a.Boundary value testing b.Equivalence class partitioning c.Boundary value testing AND Equivalence class partitioning d.Decision tables
Show Answer Answer: (a).Boundary value testing
20Que:A white box test scales up well at different granularity levels of testing. a.TRUE b.FALSE c.Can’t say d.None of the above