SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is an informal manual test that programmers can use to verify coding and algorithm logic before a program launch.KLO:2.3 b
A
a. Unit test
B
b. Component test
C
c. Desk checking
D
d. White box
E
0
Explanation: 

Detailed explanation-1: -A desk check is when a developer demos to the team (testers, analyst, other developers) a partial or completed item or module. The goal is to inspect the solution fast and do quick changes if necessary without the code leaving the developer’s local machine.

Detailed explanation-2: -The coding is the process of transforming the design of a system into a computer language format. This coding phase of software development is concerned with software translating design specification into the source code.

There is 1 question to complete.