Print Page | Close Window

Acceptance testing

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=6445
Printed Date: 08Jan2025 at 3:36pm


Topic: Acceptance testing
Posted By: abhi_elementx
Subject: Acceptance testing
Date Posted: 28Apr2009 at 9:55am
Hello guys, I m new to this forum and this is my first post, so plz excuse me if this is a wrong forum..
I want to write acceptance test-cases and black box test-cases from a use-case diagram.
I dont know how you write test cases from a use-case diagram. If I cud get some test cases, it would be helpful.

Thank you.



Replies:
Posted By: tossy
Date Posted: 02May2009 at 2:02am
use case is a description of functinalities of an 
application in terms of actors, actions and responses .
once the test eng understand the use case he prepare the
test cases. use cases will be prepared by the business
anlyst

in use case template we
have following

use case name: application name<eg:login screen>
functional requrements :all the functionalities<eg:
usename,password, login, cancel, clear....in the lg in
screen>
special requirements:how the functinalities will work when
they invoked
use case template:it is document which has all above
details in one.

let me show an example for welcome screen..

Actor Action System Response
1)Clicks on <New Applicant> 1) System displays
Positions Available
2)Clicks on <Returning Applicant 2)System displays
the Welcome back Screen
Agree & proceed> button
3)Clicks on <Decline & Exit> 3)System displays an
button on the Alert message with
positions screen “OK” and “Cancel” buttons
4)Applicant clicks on ‘Cancel’ 4)System closes the alert
button popup and retains the
applicant on the same screen
5)Applicant clicks on ‘OK’ 5)System closes the
button on the alert popup application and the browser


in this manner, but it is a tbular format..


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



Posted By: cprasenjit26
Date Posted: 14May2009 at 10:28am
With the wide acceptance of UML and the advent of the UML 2.0 standard. The use of UML models for test case generation has been proposed in various research . Moreover, they can be used for white-box testing or black-box verification for a use case are modeled as test variables in the activity diagram.
 
http://softwareqatestings.com - Software testing tutorial



Print Page | Close Window