Computer Science, asked by vingop, 8 months ago

After implementation of Library management system, the tester identified that certain logic are redundantly rewritten by the developers, and the coding standards are violated in few modules. What type of testing is carried out to identify these errors?

Select one:
a. debugging
b. dynamic testing
c. error guessing
d. Static Testing

Answers

Answered by nikhilpatgar
72

Answer:

D.Static Testing

Explanation:

Answered by Anonymous
15

The testing carried out in such a scenario is dynamic testing.

  • Dynamic Testing is the technique that uses the dynamic behaviour of the code to be analysed.
  • It is the activity that involves operating the software and finding the cure as and when the code is violated.
  • To performing dynamic, testing software must be compiled and executed. Various parameters of CPU and memory usage, response time etc must be analyzed.
Similar questions