I am having logo image in my webpage. I want to verify the path of that image.
Is it possible to verify the path using webtest. Code snippet: <div id="logo"> <div class="logos"><img src="http://dealer.com/images/logos/Honda.png" alt=""/></div> </div>

