
- Forum
- Testing
- Software Testing
- Dynamic testing techniques. please help
Dynamic testing techniques. please help
This is a discussion on Dynamic testing techniques. please help within the Software Testing forums, part of the Testing category; What are dynamic testing techniques and summarize about them...
-
Dynamic testing techniques. please help
What are dynamic testing techniques and summarize about them
-
Dynamic testing describes those test techniques that operate on software when the software is running.
The techniques are often divided into two classes, Whitebox techniques and Blackbox techniques.
Blackbox testing:
With the blackbox testing the tester not able to see how the software is working. The blackbox testing techniques are.
Equivalence Partitioning.
Boundary Value Analysis.
State Transition Testing.
Cause-Effect Graphing.
Random Testing.
Whitebox testing:
Whitebox techniques require the tester to see into the box. He examines the source code to see how it works. The whitebox testing techniques are
Statement Testing.
Branch/Decision Testing.
Data Flow Testing.
Branch Condition Testing.
Branch Condition Combination Testing.
Modified Condition Decision Testing.
Linear Code Sequence and Jump (LCSAJ).

Reply With Quote





