You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
4.1 KiB

#### Functional
##### Try to run the application.
###### Is the application running?
##### Try to generate a vehicle by pressing the `"Arrow Up"` key.
4 years ago
###### Was a vehicle generated from the cardinal south?
##### Try to generate a vehicle by pressing the `"Arrow Down"` key.
4 years ago
###### Was a vehicle generated from the cardinal North?
4 years ago
##### Try to generate a vehicle by pressing the `"Arrow Right"` key.
4 years ago
4 years ago
###### Was a vehicle generated from the cardinal west?
##### Try to generate a vehicle by pressing the `"Arrow left"` key.
4 years ago
###### Was a vehicle generated from the cardinal east?
##### Try pressing the `"R"` key.
###### Was the vehicle generated randomly (random lane and route)?
##### Try pressing the `"R"` key more than 5 times to generate multiple vehicles in different lines.
###### Can you confirm that the vehicles were created and maintain a safe distance from one another?
4 years ago
##### Try to generate three vehicles in the same lane (do this on all lanes one at a time).
4 years ago
###### Can you confirm that the vehicles were created with a safe distance one from another?
4 years ago
##### Try to generate two vehicles at the same time, one using the `"Up"` key and the other using the `"Down"` key (do this at least 3 times).
4 years ago
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate two vehicles at the same time, one using the `"Right"` key and the other using the `"Left"` key (do this at least 3 times).
4 years ago
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate two vehicles at the same time, one using the `"Up"` key and the other using the `"Left"` key (do this at least 3 times).
4 years ago
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate two vehicles at the same time, one using the `"Up"` key and the other using the `"Right"` key (do this at least 3 times).
4 years ago
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate two vehicles at the same time, one using the `"Down"` key and the other using the `"Left"` key (do this at least 3 times).
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate two vehicles at the same time, one using the `"Down"` key and the other using the `"Right"` key (do this at least 3 times).
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate five vehicles using the `"Up"` key, at the same time generate two vehicles using the `"Right"` key.
4 years ago
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate one vehicle for all the lanes (do this at least 3 times).
4 years ago
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate vehicles randomly using the `"R"` key. Then wait for at least 1 min.
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try to generate multiple vehicles in lanes of your choice.
###### Did all the vehicles passed the intersection without any collision?
4 years ago
##### Try pressing the `"Esc"` key.
4 years ago
###### Was the simulation finished?
###### Was there a low traffic congestion while running the application? (ex: high traffic congestion can be 8 or more vehicles in the same lane without proceeding)?
4 years ago
#### General
###### Can you confirm that it is impossible to spam the creation of vehicles (by pressing the arrow keys to many times or leave it pressed)?
4 years ago
###### Are vehicles assigned to their own route, and if so, do they obey that route? (you can use the colors for each route to see this, ask the owner of the raid for instructions)
###### Do the vehicles kept a safe distance (do not collide whenever one stops)?
4 years ago
###### Do vehicles stop whenever there is a red light?
4 years ago
###### Do vehicles proceed whenever there is a green light?
4 years ago
#### Bonus
###### +Is there any type of image sprite for traffic light? (An image sprite is a collection of images put into a single image.)
4 years ago
###### +Did the student implement some kind of animation and image sprite for the vehicle?
4 years ago
4 years ago
###### +Did the student implement more features than those in the subject?