How to write test cases ?

Answers were Sorted based on User's Feedback



How to write test cases ?..

Answer / anusha umrey

make 6 coloumn at most
1 TC id
2 Req id
3 Test des.
4 Test steps
5 Test data
5 Exp .res
and in des write what u hav to do (to enter user nam e)
in stepa write all procedure (enter user nam e,password ,n
click ok )
Test data (aaaaa)

Is This Answer Correct ?    7 Yes 2 No

How to write test cases ?..

Answer / bhanu

Test case means write or prepare some conditions on client
requirements for testing.

test cases are write based on client requirements.

Test case generally having the following format

1.test case id
2.test name
3.steps
4.test description
5.priority
6.expected
7.actual result
8.status
9.testdata
10.remarks

Is This Answer Correct ?    1 Yes 0 No

How to write test cases ?..

Answer / dharmaraj reddy

we can write test cases only on the specifications or
requirements given by the customer
mainly TESTCASE TEMPLATE consists of
req id:
testcase id:
cateogory:
prerequisite:
description/test steps:
expected value:
test data:
actual value:
result:
build no:
priority:

TEST DATA:it is nothing but when u test a functionality
like a login object u do not enter single username and a
single password u enter multiple sets of data,u should
prepare a tabular data EG.
SNO UN PW
1 RAVI RAJU
2 RAMU RAJESH
3 KARAN KIRAN
u name this table as valid user input table(VIT)
u have to mention that VIT in the test data column.

CATEOGORY:u have to mention u r doing positive testing or
negative testing in this column.

Is This Answer Correct ?    2 Yes 1 No

How to write test cases ?..

Answer / sasikumar,be

7 coloumn is most important to make test case
*Test case id
*Test Case Discription
*Test Case Preparation
*Test Case Data
*Actuall Result (AR)
*Except Result (ER)
*Final Reslut(FR)

Is This Answer Correct ?    3 Yes 3 No

How to write test cases ?..

Answer / kumar

Test case id
Test case description
Test case Procedure
Test case input
Actual result (A/R)
Expected result (E/R)
Status

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Test Cases Interview Questions

how to write testcases for google registration screen? Please give me the answer ASAP.send me the answer to gutha_424@yahoo.co.in.

1 Answers  


This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4

1 Answers   ISTQB,


write the test cases for how do u send a message in mobile

8 Answers   Subex, Wipro,


Explain the unit testing?

0 Answers  


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

0 Answers  






What is BRANCH COVERAGE Testing

1 Answers  


hai........... please tell abt testcases.. how we can drived the testcases in project?

1 Answers  


Suppose a job should be executed for every two hours? Write test case for this?

0 Answers  


Write a Test Case to test Can of Red Bus Booking

2 Answers  


What is the role of QA in a company that produces software?

5 Answers  


What is test environment? Elaborate with example.

0 Answers  


Who will take care of test plan and test case?

1 Answers  


Categories