Question { Cognizant, 6143 }
i m a fresher working in healthcare industry. here we hve
no tool for testing. how i ll do manual testing?plz suggest
anyone me urgently... i knw to write test case bt i dont
knw where to write n how to execute it manually
Answer
Hi,
Generally a tester writes test cases in Excel sheet.
Test case generally consistf of
1)Testcase Id
2)Section
3)Title
4)Description
5)Expected Result(which client actually wants)
6)Actual result(which the system returns after executing the
test case)
7)Priority
8)Severity
9)Name of the tester(optional)
10)Pass /Fail
and there are so many attributes required....
How To Execute The Test case?
There is no generic way to execute a test case. It may be
priority basis or test case id wise
Executing a test case is nothing but the reading what is
written in the test case description and implement in the
application.
After executing the test case if the Actual result is match
with the Expected result,then we can say that the test case
passed.otherwise the testcase failed.
Thanks
Sudhansu