What is Cause-Effect Graphing Techniques in testing ?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
In too many instances, an attempt to translate a policy or
procedure stated in a natural language into a software
causes frustration and problems. Cause-effect graphing is
a test case design approach that offers a concise depiction
of logical conditions and associated actions. The approach
has four stages:
1. Cause (input conditions) and effects (actions) are
listed for a module and an identifier is allocated to each.
2. A cause-effect graph is created.
3. The graph is altered into a decision table.
4. Decision table rules are modified to test cases.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / p
n too many instances, an attempt to translate a policy or
procedure stated in a natural language into a software
causes frustration and problems. Cause-effect graphing is
a test case design approach that offers a concise depiction
of logical conditions and associated actions. The approach
has four stages:
1. Cause (input conditions) and effects (actions) are
listed for a module and an identifier is allocated to each.
2. A cause-effect graph is created.
3. The graph is altered into a decision table.
4. Decision table rules are modified to test cases.
K,Byeee...
| Is This Answer Correct ? | 0 Yes | 0 No |
How is testing affected by object-oriented designs?
What is the difference between functional & non-functional testing?
Can you please tell me what to test in a web based application? And i need to do usability testing and functionality testing for the same (web based application. So please tell me how and what to check the functionality and usability of the web based application?
When to start and Stop Testing?
Explain unit testing, integration tests, system testing and acceptance testing?
what is meant by Priority and Severity?
Test cases for Recycle Bin
what is the structure of test cases
Inwhat basis the time is allocated for testing the application?
What are the test factors you consider while preparing high severity test cases.Please answer ASAP
1 Answers GL Noble Denton, IBM,
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
If there is only one module or unit then how you test it?