Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

whai is the exactly meaning of test case

9 Answers  


Explain the agile testing?

1 Answers  


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?

0 Answers   ISTQB,


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

0 Answers  


What is a test case?

7 Answers  


write a buisness scenerio on yahoo login page.

4 Answers   Hewitt,


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

0 Answers  


how many checkpoint u have to used

3 Answers  


how to test an imaging application that removes the red eye affect from an image?

1 Answers   Adobe,


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

1 Answers   ISTQB,


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

7 Answers   Wipro,


how we canwrite a test case on computer?

5 Answers   IBM, Satyam,


Categories