Thanks for the responses..... the reason i asked was because i had seen this on a job spec (currently on the bench)... having said that after viewing some documents on the web i have come to the following conclusion. RBT uses two techniques:
1. Ambiguity checks - which is bringing on the testers early into the requirements stage and get their intake on how each requirement will get tested. If there is any ambiguity in the requirement, such as when you click the 'Help' link it opens up a new standard sized window. The ambiguity is what is standard - once the BA gets the dimensions this can be added into the requirement and therefore the testing of this becomes easier.
2. Cause Effects Graph approach - this is where you put down the inputs and the expected outcomes, however where tests overlap they can be removed. By removing the tests doesn't mean that coverage is reduced. Having said that, if there is a brand new system where there are many inputs, the cause effect part will take ages, but then who am i to suggest this does not work.
As someone pointed out i think the main purpose is that requirements/test cases are transparent.
Once again thanks for the help!!!
1. Ambiguity checks - which is bringing on the testers early into the requirements stage and get their intake on how each requirement will get tested. If there is any ambiguity in the requirement, such as when you click the 'Help' link it opens up a new standard sized window. The ambiguity is what is standard - once the BA gets the dimensions this can be added into the requirement and therefore the testing of this becomes easier.
2. Cause Effects Graph approach - this is where you put down the inputs and the expected outcomes, however where tests overlap they can be removed. By removing the tests doesn't mean that coverage is reduced. Having said that, if there is a brand new system where there are many inputs, the cause effect part will take ages, but then who am i to suggest this does not work.
As someone pointed out i think the main purpose is that requirements/test cases are transparent.
Once again thanks for the help!!!
Comment