Why do we write test cases?

Answers were Sorted based on User's Feedback



Why do we write test cases?..

Answer / ashiiii

points:

1. To have better test coverage.

2. to have consistency in test execution.

3. to avoid training every new test engineer on th product
(s/w).

4. to depend on process rather than a person

whenever test engineer leaves the company, leaves with
product knowledge. when new test engineer joins he has to
spend lot of time in undersatnding the product. To avoid
this we need to write the test cases.

Is This Answer Correct ?    43 Yes 2 No

Why do we write test cases?..

Answer / amol

1) We write test case to verify the Functionality of
product.
2) By doing adhoc testing we cannot assure to client that
we have tested all areas.
However, Showing results like number of test cases
executed, passed and failed results, atleast we can sure we
covered all areas.
3)It will useful for new test engineer, if s/he is assigned
to project while execution.
4) All tests are documented.
5) During test case review, project stakholders can
understand wheather test engineer understood the req. or
not.


Please correct me if I am wrong ....

Amol

Is This Answer Correct ?    20 Yes 3 No

Why do we write test cases?..

Answer / satish

Test case is a set of conditions or variables under which a
tester will determine if a requirement or use case upon an
application is partially or fully satisfied. It may take
many test cases to determine that a requirement is fully
satisfied.

Is This Answer Correct ?    13 Yes 5 No

Why do we write test cases?..

Answer / dayanand patil

Test cases are write to check the if user gives i/P to

the system.Check weather the o/p generated by the system is

correct.Because of this testing we client will get final

product with least errors.Generally test cases are

prepared according to SRS.So it also checks either the

developer developes the software according to user

requirements or not.

Is This Answer Correct ?    10 Yes 2 No

Why do we write test cases?..

Answer / tapan nayak

Actually,we can say the main activity of devloper is coding
like this for a tester is to write test cases to verify and
validate the s/w build.
>Test cases shows what will be the expected and actual
result before excutiuon of the build.
>It shows what will be the input and output of every
condition.
>it shows olso how a leyman user come to know about the
application or can use the application.
>

Is This Answer Correct ?    6 Yes 2 No

Why do we write test cases?..

Answer / sathya

Test case set of procedure, which we execute your system
find out defects
test id,
test case,
condition,
Action,
Excepted result,
actual result,
result.

Is This Answer Correct ?    5 Yes 1 No

Why do we write test cases?..

Answer / asad

test cases are written to test
with out test cases also one can test ..but
with test cases there will be some defined steps,
procedures, expected results etc.., which eventually is the
desire of a tesing.
Thus
....test case is being written to make testing meaning full
and a systematic approach to conduct testing
....test case is being written to make a process for
testing
....test case is being written to make a proof of the work
done for testing
.... test case is being written to ....etc ...!

Is This Answer Correct ?    5 Yes 2 No

Why do we write test cases?..

Answer / ashwin

To have better test coverage: In the begining when developers r busy in developing the product testing team should refer the requirement documented . So that we r testing the product we will not miss any scenario.

Is This Answer Correct ?    4 Yes 3 No

Why do we write test cases?..

Answer / piyush

Test cases are write to check the if user gives i/P to

the system.Check weather the o/p generated by the system is

correct.Because of this testing we client will get final

product with least errors.Generally test cases are

prepared according to SRS.So it also checks either the

developer developes the software according to user

requirements or not.

Is This Answer Correct ?    1 Yes 1 No

Why do we write test cases?..

Answer / hari

we can write the test cases, we can produce the good
quality product and very much satisfied ny the customer

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More Manual Testing Interview Questions

Explain Alpha Testing and Beta Testing

5 Answers   Virtusa,


who are all participate in preparing SRS documents? what are the datas present in SRS documents? who will create test plan ? what are the inputs for test plan & test case?

6 Answers   TCS,


what is the format of test report?

2 Answers  


What is the exact difference between Integration & System testing; give me examples

7 Answers   3i Infotech,


How will you report defect in your organisation?

4 Answers  






How to do test if we have minimal or no documentation about the product?

5 Answers  


Any body can write the test cases for Address field, Mobile Number field & Landline Number field ?

3 Answers   Maslin Technologies,


2. How would u test and automate Windows Screen saver ?

1 Answers  


What is Testing Life Cycle. Explain Briefly?

2 Answers  


what is web application testing and what is the difference between a client server application and web server application?

3 Answers   IndiumSoft,


How to calculate testing productivity?

0 Answers  


how to identify the test scenario

1 Answers  


Categories