You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Event search' module - the 'id' field takes from 1 to 9 digits, however after inserting the tenth digit an error message appears. After closing the message and trying to continue testing (using 10 digits), the program is suspended (the 'search' button is inactive)
edit:
For the id field in 'Event Search', you need to improve the validation so that you can't enter values outside the range of int type, and you need to secure other cases:
Value exceeding int range:
A value in the range of int but terminated with '.0':
Less value < 0:
The text was updated successfully, but these errors were encountered:
mario1mario
changed the title
Test funkcjonalny; błąd2
Scada LTS - component test; defect1
Jun 12, 2018
'Event search' module - the 'id' field takes from 1 to 9 digits, however after inserting the tenth digit an error message appears. After closing the message and trying to continue testing (using 10 digits), the program is suspended (the 'search' button is inactive)
edit:
For the id field in 'Event Search', you need to improve the validation so that you can't enter values outside the range of int type, and you need to secure other cases:
The text was updated successfully, but these errors were encountered: