DEV Community

ashleygraf_
ashleygraf_

Posted on • Edited on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay