How to write test cases ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
whai is the exactly meaning of test case
Explain the agile testing?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
Suppose a job should be executed for every two hours? Write test case for this?
What is a test case?
write a buisness scenerio on yahoo login page.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
how many checkpoint u have to used
how to test an imaging application that removes the red eye affect from an image?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that
how we canwrite a test case on computer?