Test Studio does not allow you to test for a non existent DOM
Which makes testing for security certificate page difficult.
My approach is to use a logical condition (if...else)
However, this only works when the page is displayed. If the page is not displayed essentially the step fails regardless what ever the else statement says.
To get around the failing else I use the "Continue on Failure "
There must be a better way. I have looked at coding but the same issue persists.
Any suggestions?
Which makes testing for security certificate page difficult.
My approach is to use a logical condition (if...else)
However, this only works when the page is displayed. If the page is not displayed essentially the step fails regardless what ever the else statement says.
To get around the failing else I use the "Continue on Failure "
There must be a better way. I have looked at coding but the same issue persists.
Any suggestions?