DEV Community

Malaiyarasi S
Malaiyarasi S

Posted on

Software testing techniques

Testing of data is done based on boundary values or between two opposite ends where the ends may be like from start to end, or lower to upper or from maximum and minimum.

Decision table testing

Decision table is one of the testing techniques which will help us to test the systems with various sets of inputs. It is also called as cause and effect table.


Use case testing

It explain the functionality or requirement can be specify in the use case. It is a techniques that used to identity the test case.

LCSAJ testing(linear code sequence and jump)

White box testing techniques to identify the code distance which begins at the start of the Programe or branch and ends at the end of the program.

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