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 Posted / sudhansu sekhar panda
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
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
please give me different test scenario for uploading whatsapp status from gallery and camera
write the testcases for migrating data from one database to another database?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
How would you do " Keeping two folders in sync testing"
how many test cases do u need to ship a product?
Which of the following defines the expected results of a test? Test case specification or test design specification.
what is the test plan for ms-word
Suppose a job should be executed for every two hours? Write test case for this?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
how to write a test cases for courier offices?
What is business validation test case?
can any body help me with providing a a case for usability testing...
Explain transaction testing?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.