This question is locked. New answers and comments are not allowed.
I've created a test to Boundary Test a series of fields on a Page, by entering a value in one field and clicking the save button. Now the web page acts slightly different in serveral cases:-
- If the data is in the boundaries it just saves the page.
- If the data is below the lower boundary it displays a Dialog Box with a message.
- If the data is above the upper boundary it displays a Dialog Box with a different message.
Currently I have recorded entering a value and clicking Save. Now if I data-drive this recording, it will work whenever the data is valid (lower boundary; lower boundary + 1; mid boundary; upper boundary - 1; upper boundary) - when no dialog is displayed.
But how should I cope with the two cases (lower boundary - 1 and upper boundary + 1), WITHOUT going to Code Behind (which is not an option for us).
Thank you for your help.
- If the data is in the boundaries it just saves the page.
- If the data is below the lower boundary it displays a Dialog Box with a message.
- If the data is above the upper boundary it displays a Dialog Box with a different message.
Currently I have recorded entering a value and clicking Save. Now if I data-drive this recording, it will work whenever the data is valid (lower boundary; lower boundary + 1; mid boundary; upper boundary - 1; upper boundary) - when no dialog is displayed.
But how should I cope with the two cases (lower boundary - 1 and upper boundary + 1), WITHOUT going to Code Behind (which is not an option for us).
Thank you for your help.