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 |
what appraoch do u use in your organisation to test the new build(tseting approach)?
What is the differance between QA & Qc?? and brief introduction of QA & QC's role in testing??
can we write testscripts without using any automation tool if yes so how can we write it or which terminology is used for writing it?
what is peer review?
What is the difference between GUI and UI testing?
What is the difference between the qa and software testing?
What kind of things that forbidden to do by a SQA Tester if He/ She don’t want to get fired?
how will you define your bug status flow in softsmith qamonitor?
What kind of documentation is required for QA,QC and testing.?Tell me the diffrence between QA,QC and testing
How is Release Management is done in STLC. What are tools can be used for the same.
What is cross browser testing?
What is coding?