Thread: Test Cases

View Single Post

  #5 (permalink)  
Old 07-25-2007, 07:00 AM
pranjuls pranjuls is offline
Junior Member
 
Join Date: Jun 2007
Posts: 12
pranjuls is on a distinguished road
Smile

Quote:
Originally Posted by simmy View Post
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.....
Reply With Quote