Tag: testing
Questions Related to testing
-
Inspection is a form of functional testing
-
Structural testing is more important than functional testing as it addresses the code
-
Functional testing is more powerful than static testing as you run the system as see what happens.
-
Functional testing is useful throughout the life cycle and can be applied by business analyst, testers, developers and users.
-
Breadth and Depth test
-
Retesting
-
Confirmation testing
-
Sanity testing
-
Structural testing
-
Design based testing
-
Error guessing technoque
-
Experienced based testing
-
A set of test cases for testing classes of objects
-
An input or output range of values such that one valuye in the range becomes a test case
-
An input or output range of values such that each value in the range becomes a test case
-
An input or output range of values such that every tenth value in the range becomes a test case.
-
Are most useful in uncovering defects in the process flows during real world use of the system
-
Are most useful in uncovering defects in the process flows during the testing use of the system
-
Are most useful in covering the defects in the process flows during real world use of the system
-
Are most useful in covering the defects at the Integration Level
-
Creating test suites from the test cases
-
Executing test cases either manually or by using test execution tools
-
Comparing actual results
-
Designing the Tests
-
Statement Testing and coverage
-
Decision Testing and coverage
-
Condition Coverage
-
Boundary value analysis
-
Organizational Factors
-
Poor Software characteristics
-
Error Prone software delivered
-
Software that does not perform its intended functions