Question: Table A1: Auction State Diagram from StackOverflow The above car auction system (created via the VIN or Vehicle Identification Number) is an example where state
Table A1: Auction State Diagram from StackOverflow
-
The above car auction system (created via the VIN or Vehicle Identification Number) is an example where state transition testing is used. Can you outline (and briefly describe) the minimum transitions to test all states? To simplify the requirements for the solution assume:
-
You may ignore the concurrent states within the Auction state (treat it as a black box)
-
You may ignore the initial node and any transition from it. You may ignore the final node, and any transitions leading to it.
-
You may assume every transition trigger is unique
-
UPDATE 23/9: Once your transition reaches a terminal state (eg. Rejected) you need to start again from the Created state.
-
UPDATE 28/9: All assumptions above apply to Q2 and Q3 below too.
-
-
What if you want to test all transitions? How many transitions would you need?
-
Translate this to a State Table (ref table 4.10 of your textbook) and use this table to identify how many invalid transition tests are possible for this system.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
