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
During the post-bind-variable test-data check, the literals true, false, and null are not recognized when they appear in uppercase (e.g., TRUE, FALSE, NULL).
Modify the validation so that these literals are detected as test data regardless of letter case (case-insensitive matching).