Explain about the test cases

Showing Answers 1 - 20 of 20 Answers

sudhakar2068

  • Oct 2nd, 2006
 

 Test cases:Test Case is a commonly used term for a specific test. This is usually the smallest unit of testing. A Test Case will consist of information such as requirements testing, test steps, verification steps, prerequisites, outputs, test environment, etc.

A set of inputs, execution preconditions, and expected outcomes developed for a particular objective, such as to exercise a particular program path or to verify compliance with a specific requirement.

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

Richardson

  • Oct 13th, 2006
 

Hi,

Test Cases:

Definition:

Test Cases is a combination of input's given to test a particular state of sw/app/code/...

Generally Test Case will have a Test Id,Test Type,Test description,Expected Result and Actual Result, and comments.

So Test Case= Tid+Tty+Tdes+Exre+Acre+com

for further clarification get me on AIM richimportal@Aim or richardsongeo@gmail.com

  Was this answer useful?  Yes

Y.Malathi Reddy

  • Oct 14th, 2006
 

Test Case:It is a case with which we can test a particular functionality of an applicaton.

  Was this answer useful?  Yes

Ali

  • Oct 18th, 2006
 

Test Case is document that contains a collection of information used for testing a requirement, buisness scenario, Screen, perfromance, etc. it ususally contains:
1) Execution Steps
2) Input and Expected Outputs
3) Pre-requisties

for instance: test data. executing another test case, etc

umesh7a

  • Oct 30th, 2006
 

Test Case

 

Test case is a document that described the inputs, action and the excepted results and by executing those inputs we the actual result in order to find that features of the application is working correctly or not.

  Was this answer useful?  Yes

pallavi

  • Nov 6th, 2006
 

hello sir, can u pls tell me how to write testcases for the following

"there r 2 MS word files one is empty & another one containing some information, the information from the second file must be copied to the first file using copy paste option"

how many test cases can be written for this? 

regards

  Was this answer useful?  Yes

Pallavi"there r 2 MS word files one is empty & another one containing some information, the information from the second file must be copied to the first file using copy paste option"how many test cases can be written for this? hi pallavi, 1. At 1st Copy by right clicking the mouse n selecting d copy button and pasting by right click the mouse n selecting paste on the empty MS word file. 2. Copy thru ctrl+c command and paste by ctrl+v 3. Copy by mouse click n paste by ctrl+v 4. copy by ctrl+c and paste by mouse. 5. select the content to b copied by draging the mouser 6. select the content to b copied by ctrl+a button 7. select the content by shift+right direction key 8. select the content by shift+left direction key Its not d end, in a way v can write as many as can Regards,S.Pradeep kumar

  Was this answer useful?  Yes

hi pallavi, 1. At 1st Copy by right clicking the mouse n selecting d copy button and pasting by right click the mouse n selecting paste on the empty MS word file. 2. Copy thru ctrl+c command and paste by ctrl+v 3. Copy by mouse click n paste by ctrl+v 4. copy by ctrl+c and paste by mouse. 5. select the content to b copied by draging the mouser 6. select the content to b copied by ctrl+a button 7. select the content by shift+right direction key 8. select the content by shift+left direction key Its not d end, in a way v can write as many as can Regards,S.Pradeep kumar

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions