How does one write Test Cases?

Answer Posted / rekha

Test cses are simply the steps thoase ur suppose to follow
to test the application functionality.
To write TC(test cases)
S.No, Scenerio, Prerequsite condition ,Procedure ,Expected
result,Actual result .

These steps should Follow while writing the test cases.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write a test procedure & test log for login system

2764


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2480


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5156


Explain the integration testing?

694


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

1777






User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1154


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2700


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2486


What are all the companies are doing manual testing till now ?

1531


What is explain security testing?

711


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1373


write a test case for telephone billing ?

3890


Define some of the attributes of a test case?

687


What are semi-random test cases?

852


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1784