What is descion table?
Answers were Sorted based on User's Feedback
Answer / m.m. swamy
descion table is one of the black box testing technic
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hari s sankar
Decision Table is the method used to build a complete set
of test cases without using the internal structure of the
program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Hai...
A decision table is a two-dimensional matrix with one row
for each possible action and one row for each relevant
condition and one column foreach combination of condition
states. A decision table can very concisely andrigorously
show complex conditions and their resulting actions while
remaining comprehensible to a human reader.
K.Byeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
1.A decision table is a good way to deal with combinations
of things (e.g.inputs)
2.decision tables and state transition testing are more
focused on business
logic or business rules.
3.Decision tables aid the systematic selection of effective
test cases and can
have the beneficial side-effect of finding problems and
ambiguities in the specification.
| Is This Answer Correct ? | 1 Yes | 0 No |
Decision table is a black box technique.
1.It is generally used for business perspective and for
combination.
2.It contains certain rules.
3.It can find beneficial side effect of ambiguities in the
requirement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Who solves problems ? - A Wise Person or - A Clever Person please justify your answer.
Give me example of automate the regression test suite ........Thanks...
which comes first test strategy or test plan?
In an example of a Bank Teller requesting that her computer program should include an addition that shows the full Customer Profile on her main screen, what would a Waterfall vs. Agile approach include and/or look like for such a request?
what is CR,BR
why ur looking for change
Explain the benefits of destructive testing.
Give one example for both QC and QA
What is a frame work or project frame work?
what is Quality product?
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
What is a ‘use’ case and what does it include?