|
401. What Is Independent Test Group?
Date Posted: 06/26/2012
Ans: The team which is responsible for software testing is independent test group.
|
|
|
402. What Are High Order Tests?
Date Posted: 06/26/2012
Ans: Black box tests are performed once the software has been integrated these are called as high order tests.
|
|
|
403. What Is Glass Box Testing?
Date Posted: 06/26/2012
Ans: Glass box testing is synonym for white box testing. This testing is mainly based upon analysis of internal workings and structure of software. It includes constitutions such as Branch testing and path testing.
|
|
|
404. What Is Gray Box Testing?
Date Posted: 06/26/2012
Ans: This testing is combination of both black box and white box methodologies; testing a part of software beside its specifications using some knowledge of internal workings or coding.
|
|
|
405. What Is Functional Testing?
Date Posted: 06/26/2012
Ans: Functional testing is used to test the features and operational behavior of a product to make sure that they correspond to particular specifications. This testing neglects the internal mechanism of a system and focuses individually on the output generated in reply to selected input and execution conditions.
|
|
|
406. What Is Functional Specification?
Date Posted: 06/26/2012
Ans: Functional specification is a document that describes in detail the characteristics of product with regards to its anticipated features.
|
|
|
407. What Is Functional Decomposition?
Date Posted: 06/26/2012
Ans: Functional decomposition is a technique used during planning, analysis and design. This also creates functional hierarchy for the software.
|
|
|
408. What Is Gorilla Testing?
Date Posted: 06/26/2012
Ans: Gorilla testing is conducted on functionality of particular module heavily.
|
|
|
409. What Is Exhaustive Testing?
Date Posted: 06/26/2012
Ans: This is a type of testing that covers all possible combinations of input values and preconditions for an element of software under test.
|
|
|
410. What Is Equivalence Partitioning?
Date Posted: 06/26/2012
Ans: The test case design technique for a component in which test case are designed to execute representatives from equivalence class.
|
|