Tuesday, January 17, 2012

Crossword - Testing types


1
2 * * * * *
*
* 3
4 * * * * * * * *
* * 5 6 * * * * * *
* 7 * 8
*
9 * * * * * * * * * *
* * * * *
10 * * * * * * * * * * * * * *
* *
11 * * * * *
*
12 * * * * * * * * *
*
*

Across   
2. Black-box type testing that is based on overall requirements specifications, covers all combined parts of a system.   
4. Involves testing of a complete application environment in a situation that mimics real-world use   
5. Internal system design is not considered in this type of testing. Tests are based on requirements and functionality.   
9. Bottom up approach for testing i.e continuous testing of an application as new functionality is added   
10. Testing of integrated modules to verify combined functionality after integration.   
11. Testing to determine if a new software version is performing well enough to accept it for a major testing effort.   
12. Geared to functional requirements of an application.   

Down   
1. Testing the application as a whole for the modification in any module or functionality.   
3. Also known as Glass box Testing   
6. Performance testing to check system behavior under load.   
7. To verify if system meets the customer specified requirements.   
8. Testing of individual software components or modules. Typically done by the programmer.

1 comment:

  1. Across:
    2.SYSTEM
    4.END-TO-END TESTING
    5.BLACKBOX
    9.INCREMENTAL
    10.INTEGRATION
    11.SANITY
    12.FUNCTIONAL
    Down:
    1.REGRESSION
    3.WHITEBOX
    6.LOAD
    7.ACCEPTANCE
    8.UNIT

    -RENUKA SHETTY

    ReplyDelete