how test cases can be made for a software

Answers were Sorted based on User's Feedback



how test cases can be made for a software ..

Answer / dilip ambavat

test cases can be made from the use case document, following
test cases can be made
1) Installaton testing
2) Functional Test Cases
3) System Test Cases
4) Acceptance Test Cases
5) Security Test Cases
6) End to End test cases
7) Compatibility test cases
8) configuration test cases

Is This Answer Correct ?    3 Yes 0 No

how test cases can be made for a software ..

Answer / raghu

We can start writing test cases by..
Installation testing
Functionality testing
usability testing
End to End testing
Security Testing

Is This Answer Correct ?    3 Yes 1 No

how test cases can be made for a software ..

Answer / deya

You also can divide them by:

- Graphical User Interface Test Cases
- Functional Test Cases
- Error Handling Test Cases

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Test Cases Interview Questions

What is the basic stuff you require to begin creating test cases?

5 Answers   Philips,


what are the sanity test cases for a waterBottel?

6 Answers  


i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.

5 Answers   AZTEC,


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

0 Answers  


What is gray box testing?

0 Answers  






Please give me some example of the test cases to test the Google map search

3 Answers   CTS,


How should the test cases be framed to validate the excel sheet?

3 Answers   Avaya,


write down test cases for "x>=1"

6 Answers   Quexst,


Write a test case for a chair to check whether it will last for next 10 years and check the quality of the chair and it’s durability.

4 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,


Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!

1 Answers  


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

0 Answers  


Categories