SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is an informal manual test that programmers can use to verify coding and algorithm logic before a program launch.
A
Desk checking
B
Code Walkthroughs
C
Code inspection
D
None of the above
Explanation: 

Detailed explanation-1: -Desk checking is a type of static testing. Desk checking is an informal manual test that programmers can use to verify coding and algorithm logic before a program launch.

Detailed explanation-2: -Desk checking is also known as hand tracing that implies the technique of testing an algorithm’s logic and input/output variables by the programmer. Desk check is performed manually by walking through every line in a pseudo-code to identify the bugs in logic and to ensure if the algorithm works as intended.

Detailed explanation-3: -In a desk check, a team member emails a deliverable or code to another team member who reviews it and gives them feedback. Another form of informal review is pair programing.

Detailed explanation-4: -A Desk Check is a practice to be used for verification when the pair of developers believe the development is complete.

There is 1 question to complete.