<?xml version="1.0" encoding="utf-8"?>
<test:script xmlns:test="urn:hatatap">
  <test:param name="url" default="http://localhost/"/>

  <test:setup>
    <test:click url="http://hatatap.pingdynasty.com/search?q=setup"/>
  </test:setup>
    
  <test:click url="{$url}"/>
  <test:verify response-code="20."/>

  <test:reset>
    <test:click url="http://hatatap.pingdynasty.com/search?q=reset"/>
  </test:reset>

  <test:cleanup>
    <test:click url="http://hatatap.pingdynasty.com/search?q=cleanup"/>
  </test:cleanup>

</test:script>