Quote:
Originally Posted by simmy
is manual testing only about writing test cases
and to write test cases dos one need to have knowledge on any programming langes
|
The foremost important thing for any testing any software is that Testcase. On the basis of FDD, DRD, SRS and usecase, we identify the Functionalities which need to be tested. Using Black Box technique to write EFFECTIVE test cases for that functionalites. If you are going to use White Box Technique, you must know the language.
Whether you test the software through Manual or Use any tools, you have to write testcases for that. As when builds releases, this approved test cases are handed over to any tetser for execution and on the basis of Pass or Fail, Bugs/Issues/Errors are reported to Bug Tracking tool.....