Software testing: 1) Decision table techniques should be used in a situation whe
ID: 3572420 • Letter: S
Question
Software testing:
1) Decision table techniques should be used in a situation where:
a) Variables are physical variables
b) Inputs are not independent
c) Variables are logical variables
d) Code is available to the tester
2) Which of the following constructs cannot be modeled by the finite state model?
a) sequence
b) selection
c) concurrency
d) repetition
3) Equivalent partitioning is a common technique used in black-box testing. Which of the following may not be considered in determining equivalnet classes?
a) Valid input data
b) Invalid input data
c) Minimum system requirements to run software
d) Outputs
e) Use case diagram
Explanation / Answer
Decision table can be used where the inputs are not independent and the outcome is based on more than 1 input.
Hence this is very often that more than 1 input is required. So we can use the decisionn table in this scenario.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.