Print Page | Close Window

Test case Presentations

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Cases @ OneStopTesting
Forum Discription: You must be well versed in writting Good Test Cases as they only will decide whether you can catch most of bugs or not.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=6132
Printed Date: 03Jun2024 at 8:28am


Topic: Test case Presentations
Posted By: dkarthikeyan
Subject: Test case Presentations
Date Posted: 18Sep2008 at 7:50am
hi friends,
                     If you need Test case Presentations  download here http://www.forums.hai4you.com - www.forums.hai4you.com

What is a test case?

 

*      A set of inputs, execution conditions and expected results developed for a particular objective.

*      The smallest entity that is always executed as a unit from beginning to end.



-------------
http://forums.hai4you.com
http://www.hai4you.com



Replies:
Posted By: tossy
Date Posted: 20Sep2008 at 3:08am
Test cases is a sequence of steps to test the correct behavior of a functionality/feature of an application

A test case should have an input description, Test Sequence and an Expected Behaviour.
ex.,
Test Sequence:
Schedule a report [ This can be treated as a Title as well as Test Sequence. Sequence here is the order in which this step is to be executed. The test case document should be prepared in such a way that the test cases should follow a sequence]

Test Input Description:
1.Login to <Abc page> as administrator.
2. Go to Reports page
3. Click on the ‘Schedule reports' button
4. Add reports
5. Update

Expected Results:
The report schedule should get added to the report schedule table. Provisioning status of the reports should get handled


-------------




Print Page | Close Window