Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on State transition testing within the Testing Issues forums, part of the Software Testing category; can u please tell me aboubt State transition testing? Thanx, Aritra...
|
|||||||
|
|||
|
Re: State transition testing
hi aritra,
The main focus of state transition testing is to test the transition from one state to another. i mean open state to closed state. Thanks Deepasree |
|
|||
|
Re: State transition testing
State transition is a blackbok testing techinique. It is used to test the objects state and behaviour ie state transition testing can be defined as object = state + behavior * behavior is the sequence of messages (or events) that an object accepts * state is a condition in which a system is waiting for one or multiple events * transition represents change from one state to another caused by an event * event is input that may cause a transition * action is operation initiated because of a state change (occur on ransitions) eg : an atm machine * after entering the valid pin the user can move to any transaction like balance enquiry, withdrawal, pin change etc how do we test the transition. By using state transition testing with luv (v) geeklover
|
| The Following User Says Thank You to Geeklover For This Useful Post: | ||
|
|||
|
Re: State transition testing
Agree with Geeklover.
A good test case to test the state transition logic should excercise all the activities that change and don't change the state.
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tracking Bug State | ursgaurav | Testing Issues | 4 | 09-03-2007 08:58 AM |
| I am in a state of total confusion | Geek_Guest | Career Advice | 1 | 06-18-2007 09:42 AM |
| Can I retrieve state of superclass using readObject | Gangadhar123 | Java | 0 | 06-02-2007 04:13 PM |
| State and temp Records in PeopleSoft | admin | PeopleSoft | 1 | 02-26-2007 06:42 PM |
| Report should show state prompt only | Geek_Guest | Data Warehousing | 0 | 02-26-2007 06:27 AM |