DEV Community

ashleygraf_
ashleygraf_

Posted on • Updated on

Test techniques mapped to types of features

(in progress)

Test technique -> Type of feature

Boundary Value Analysis

a little too little, just enough, too much - blocking someone

Equivalence partitioning

State transition testing

if the user does this, their status changes to that.

Decision table testing

This is for forms. this is especially for complex forms with logic. if this response is made, this question or content is shown.

Graph based testing

Error guessing technique

For anything used frequently or just key features. Might be used to see all the ways a chart COULD be manipulated.

Top comments (0)