Syntax checking is a

Options
- Code coverage technique
- Structural testing technique
- Functional testing technique
- Statement coverage technique


CORRECT ANSWER : Functional testing technique

Discussion Board
Syntax checking

Answer: Function testing technique
Solution: Functional testing techniques: It is a Black box testing techniques that are used for tests the functionality of the application. Like: Input domain testing, Boundary Value, Syntax checking, Equivalence Partitioning.
Structural testing technique: It is a white box testing technique that is used to examine the internal structure of a program.
Code coverage technique and statement coverage technique are used to calculate the coverage of the code.
Therefore, Option C is correct.


Rohit Srivastava 07-23-2014 02:00 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement