I'm trying to learn Site Scope and one of my tasks is to create a URL sequence test. My target has to be Internet based because I don't have any hosts I can test on. I figured I would use a login process to yahoo.com.
So far, I've only created a single step, but it is failing as written.
The URL I'm using is the main page for Yahoo mail: https://login.yahoo.com/config/login?.src=fpctx&.intl=us&.lang=en-US&.done=https%3A%2F%2Fwww.yahoo.com (Yahoo maiil, main login site.)
The "Match content" regex I'm using is as follows:
That is simply look for the string email on that page.
When I select to save and verify, I get the folloiwng error:
Again, I'm just testing the login into a page on the Internet. Is this a valid test for Site Scope, and if so, what is wrong with my logic?
TIA.