How to specify your automated website testing URLs?

The following shows how to specify the <url> for your automated website tests. This is the <url> that you want to subject to a certain test assertion.

<?xml version="1.0" encoding="UTF-8" ?>
<testsuite>
    <userstory title="Shows how to set the test URL">
        <scenario>
            <step>
                <url>http://automateyourtests.com/demo_application/</url>
                <contains>Hello World</contains>
            </step>
        </scenario>
    </userstory>
</testsuite>

Warning: count(): Parameter must be an array or an object that implements Countable in /home/nemyoe7sj5jr/public_html/wp-includes/class-wp-comment-query.php on line 388