|
Test cases are more important part for testing any software. On the basis of SRS, FRD, DRD and Use cacse, we identfy the functionalities for which we are going to write test case. Only on the basis of Effective Test cases, we test the software/build.
You test the Software or Build manullay or through some automation tool but in each case you need Test Cases.
When you are going to use Black Box Technique for writing test case, in that case we don't require any language knowledge but if you are going to use White Box Technique for writing test case, in that case we require to know developing language frame work.
|