|
431. What Is Compatibility Testing?
Date Posted: 06/26/2012
Ans: This testing is used to test whether software is compatible with other elements of a system with which it should operate. Example: browsers, operating systems or hardware.
|
|
|
432. What Is Coding?
Date Posted: 06/26/2012
Ans: Coding is nothing but generating source code.
|
|
|
433. What Is Code Walkthrough?
Date Posted: 06/26/2012
Ans: It is formal testing technique where source code is traced by a group with a small set of test cases, while the state of program variables are manually monitored to analyze the programmers logic and assumptions.
|
|
|
434. What Is Backus-Naur Form?
Date Posted: 06/26/2012
Ans: It is a met language used to formally describe the syntax of a language.
|
|
|
435. What Is Code Inspection?
Date Posted: 06/26/2012
Ans: It is a formal testing technique where programmer reviews source code with a group who asks questions analyzing programming logic, analyzing programming checklist of common errors and analyzing compliance with coding standards.
|
|
|
436. What Is Code Coverage?
Date Posted: 06/26/2012
Ans: Code coverage is an analysis method that determines which part of software is executed by test case suite and which part is not executed and therefore, it requires additional attention.
|
|
|
437. What Is Code Complete?
Date Posted: 06/26/2012
Ans: It is phase of development where functionality is implemented in total; Bug fixes are at left and all functions found in functional specification will be implemented.
|
|
|
438. What Is CMM?
Date Posted: 06/26/2012
Ans: The capability maturity model for software is model used to judge the maturity of software processes of an organization and identifying the key practices that are required to increase the maturity of practices.
|
|
|
439. What Are Capture/ Replay Tools?
Date Posted: 06/26/2012
Ans: This is a test tool that is used to record test input as it is sent to software under test. These input test store can be used later to reproduce the test. Most commonly it is used applied to GUI test tools.
|
|
|
440. What Is CAST?
Date Posted: 06/26/2012
Ans: CAST means Computer Aided Software Testing.
|
|