Answer Posted / mfsi_krushnas
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 |
Post New Answer View All Answers
What is extreme programming and what is it got to do with testing?
what is the difference between product and process based projects?
What are the five common solutions for software developments problems?
What Winrunner framework did u use in ur organisation?
Explain what is traceability matrix?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What is destructive testing?
What are verification and validation and difference between these two?
What are the solutions for the software development problem?
What are the different verification techniques you know?
When we should continue testing?
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?
What are the functions of the Quality Assurance Group (QAG)?
What is coding?
What is traceability matrix? Is it required for every project?