What is meant by Decision Table Testing Technique?
Answer Posted / te
If the output of functionality is depending upon multiple input condition then programmes use logical condition such as AND OR so der is chance of specifying OR operator in place of AND operator vice versa . Identify this defect decision table testing introduce ..
Login program:
If Userid exits OR password exits
Show Inbox
Else
Show error
.........
Login page
Un:
Pwd:
Ok
.................................
Inputs tc1 tc2 tc3 tc4
Unane v iv v invalid
Pwd v v iv invalid
Here tc3 will be eliminated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
What is a test server?
1.What is bidirectional traceability ??? and how it is implemented? 2.What is Automation Test frame work ? 3. Define the components present in test strategy? 4. Define the components present in test plan? 5. Have u written Test plan ?…. thank u!plz reply........
Explain the defect life cycle.
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
what is sanity test (or) build test?
What is Pre UAT and UAT is there any difference ?
how mapp the defect id in quality center?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
what do you mean by Develop test data through sourcing (or) handcrafting techniques
What is bucket testing?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?