Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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...

  1. #1
    cutemini is offline Junior Member Array
    Join Date
    Apr 2011
    Answers
    2

    Dynamic testing techniques. please help

    What are dynamic testing techniques and summarize about them


  2. #2
    testtify is offline Junior Member Array
    Join Date
    May 2011
    Answers
    2
    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).


Latest Article

Network Security Risk Assessment and Measurement

Read More...