decision table based testing – Programmerbay https://programmerbay.com A Tech Bay for Tech Savvy Fri, 27 Sep 2019 07:27:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 https://programmerbay.com/wp-content/uploads/2019/09/cropped-without-transparent-32x32.jpg decision table based testing – Programmerbay https://programmerbay.com 32 32 Design the test cases and test the program of Quadratic Equation by using Decision Table Based testing https://programmerbay.com/design-the-test-cases-and-test-the-program-of-quadratic-equation-by-using-decision-table-based-testing/ https://programmerbay.com/design-the-test-cases-and-test-the-program-of-quadratic-equation-by-using-decision-table-based-testing/#respond Fri, 27 Sep 2019 06:01:49 +0000 https://programmerbay.com/?p=5388 Program

If you’re interested to see “Quadratic Equation Problem “ code, then the link is here with tested test cases.

Decision Table Based Testing

In Decision table based testing,  Condition stubs and Action stubs are recognized as inputs and outputs. Here, we’ll be using this black box testing technique to generate test cases:

Let’s create the decision table first,

Desicion Table testing 1

Now, we will accordingly create test cases based on the above decision table.

Test IDabcExpected OutputProgram OutputTested Outcome
1055Not QuadraticNot QuadraticPass
2155RealRealPass
3955ImaginaryImaginaryPass
45105EqualEqualPass

]]>
https://programmerbay.com/design-the-test-cases-and-test-the-program-of-quadratic-equation-by-using-decision-table-based-testing/feed/ 0