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

Answers were Sorted based on User's Feedback



i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual ..

Answer / 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

i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual ..

Answer / ramanathan v

Before writing test cases we should know the expected
result, then we can give lot of assumptions our own to check
with different parameters, for eg I am just saying abt
Banking cases in assets.. in i flex there is an option loan
full pay inquiry;
All should done in Excel

first give Test id
Title of the fastpath
Description
expected result ( For if the cust acc no is 15 digit )
Actual Result : (after testing and if we found out 14 digit)
Result : (pass / fail)
these are the basic line flow for any Manual testing.
give suggestions if its correct or not...

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

0 Answers   Nike,


write a test case on web login and bank application and client server

60 Answers   Adobe, Ciber, CTS, Login, MBT, Reliance, Semantic Space, TCS, Tech Mahindra,


Give examples of boundary value and equivalence partitioning test cases.

10 Answers   IBM, Mind Tree,


Explain the soak testing?

0 Answers  


Define some of the attributes of a test case?

0 Answers  






how do u call a from library file

2 Answers  


Write test cases for bulb.

9 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.

2 Answers  


test cases for login window

1 Answers  


is test case required to be baselined?

0 Answers  


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

0 Answers  


Categories