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 |
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
What is the difference between a test policy and test strategy? Need detailed answer with some highlights.
What is Batch testing? Facets Benefit Configuration
what is mean by service level testing? what will come under this?
Which are different types of review ?
What kind of testing to be done in client server application and web application? Explain
What are the main points to cover in system test report? What are all the points should consider while reviewing a test report?
Hi All, Need a little help in understanding cookie testing. Can any1 please tell me were are the cookies stored in win xp, vista, 7? Is the location same for both 32 bit and 64 bit machine? All all cookie data encrypted? If no, which type of cookie data are encrypted and why? Need this as soon as possible. Thanking you all in advance.
In an organisation practically how we can implement the Compatability testing(web based applications and windows based applications)
can anybody tell me what is the difference between bata and alfha testing?? and sanitary testing??qtp testing
In a month how many times bugs will be send to your developer. 1 or 2
Can anyone explain Boundary value Analysis and equavelance partition with real time example