Static vs. dynamic testing[edit]There are many approaches available in software testing. Reviews, walkthroughs, or inspections are referred to as static testing, whereas executing programmed code with a given set of test cases is referred to as dynamic testing.[14][15]Static testing is often implicit, like proofreading, plus when programming tools/text editors check source code structure or compilers (pre-compilers) check syntax and data flow as static program analysis. Dynamic testing takes place when the program itself is run. Dynamic testing may begin before the program is 100% complete in order to test particular sections of code and are applied to discrete functions or modules.[14][15] Typical techniques for these are either using stubs/drivers or execution from a debugger environment.[15]Static testing involves verification, whereas dynamic testing also involves validation.[15] - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
12 Mar 2019 12:27 PM study24x7 study24x7

Static vs. dynamic testing[edit]There are many approaches available in software testing. Reviews, walkthroughs, or inspections are referred to as static testing, whereas executing programmed code with a given set of test cases is referred to as ...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles