S
Stefan Marquardt
Guest
The customer raised the error that sometimes the message box has no "X" (close window) with option "YES-NO" I ran some tests with this template: ------------------------------------------------------------- DEF VAR RESULT AS LOGICAL INIT YES. message "Are you sure ?" view-as alert-box question BUTTONS {OPTIONS} update RESULT . MESSAGE RESULT VIEW-AS ALERT-BOX INFORMATION BUTTONS OK. ------------------------------------------------------------- {OPTIONS} YES-NO: X = (not avail), Yes = yes, No = no YES-NO-CANCEL: X = ?, Yes = yes, No = no, Cancel = ? OK: X = yes, OK = yes OK-CANCEL: X = no, OK = yes, Cancel = no RETRY-CANCEL : X = no, RETRY = yes, Cancel = no Suspicious results: 1.) Having no X with YES-NO 2,) X is sometimes ? or No 3
Cancel is sometimes ? or no Never noticed and thought about that since I got a defect by test management today.
Continue reading...

Continue reading...