+1 vote
in Testing by
What is static testing? When does it start and what does it cover?

1 Answer

0 votes
by

Static testing is a white-box testing technique that directs developers to verify their code with the help of a checklist to find errors in it. Developers can start the static testing without actually finalizing the application or program. Static testing is more cost-effective than dynamic testing as it more areas than dynamic testing in a shorter time.

...