![]() |
|
|
Testing the Serial Number can be done in the PreUUT callback.The attached sequence file uses flow control to test the length of the serial number displays this to the user. The following logic is implemented in the PreUUT callback:
if the length of the serial number < 4 characters then
Display a message that the serial number is less than 4 characters long
else if the length of the serial number > 4 characters then
Display a message that the serial number is greater than 4 characters long
else
Display a message that the serial number is equal to 4 characters in length
There are no comments on this document