Orthogonal and Combinatorial testing techniques

Krishna Kittu

What is Orthogonal testing technique? What is Combinatorial testing technique? What is the difference between them? I went through wikipedia and other articles and books but still i am unable to understand them.

user3880483

Orthogonal testing- Orthogonal array testing is a black box testing technique. It is used when number of inputs to the application under test is small but too complex for an exhaustive testing. It is very effective in finding errors.

All Pair Testing- It is type of testing Technique to test all the pairs using combinatorial method.

1- Pairwise testing is more efficient and effective than orthogonal arrays for software testing.

2- Orthogonal testing is more effective for manufacturing, and agriculture, and advertising.

3- Pairwise testing strategy better than an orthogonal array strategy.

4- Both Type of testing Technique reduce the number of Test cases.

5- All Pair testing almost requires fewer test cases than orthogonal testing, sometimes both have same number of test cases.

Both type of testing Strategy have almost same features but at the same time the use(which testing Strategy to choose) depends on the requirement.

Please refer this pdf for more details-

http://www.51testing.com/ddimg/uploadsoft/20090113/OATSEN.pdf

Tutorial for Pairwise Testing with examples-

http://www.tutorialspoint.com/software_testing_dictionary/all_pairs_testing.htm

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Techniques for testing code that uses multiple schedulers

From Dev

Techniques for testing code that uses multiple schedulers

From Dev

What are the software testing techniques that can be used for memory testing in Android?

From Dev

What are the software testing techniques that can be used for memory testing in Android?

From Dev

Techniques for testing and report multiple function call return errors

From Java

What did Joe Armstrong refer to by "there are more advanced techniques" for unit testing

From Dev

generating two orthogonal vectors that are orthogonal to a particular direction

From Dev

orthogonal projection with numpy

From Dev

Daubechies orthogonal wavelet in python

From Dev

Numerical evaluation of orthogonal polynomials

From Dev

Order orthogonal polygon python

From Dev

Memoization techniques

From Dev

Coding techniques

From Dev

Memoization techniques

From Dev

Coding techniques

From Dev

Combinatorial explosion of implicit objects

From Dev

R: combinatorial string replacement

From Dev

Combinatorial Optimisation with 0 and 1

From Dev

Prolog combinatorial exercise

From Dev

Combinatorial optimization with multiple constraints

From Dev

Combinatorial game in java

From Dev

Combinatorial summation in C

From Dev

Combinatorial explosion of implicit objects

From Dev

Java Combinatorial optimization

From Dev

Examples for combinatorial explosion in Java?

From Dev

Converting perspective projection to orthogonal projection

From Dev

Orthogonal Projection of Point onto Line

From Dev

Orthogonal Projection of Point onto Line

From Dev

zgeev giving eigenvectors which are not orthogonal

Related Related

HotTag

Archive