Menu

How do you write a new test

Help
2003-09-15
2003-09-15
  • Simon Broad

    Simon Broad - 2003-09-15

    Hi, just been looking at QAT, and it looks useful, but none of the documentation really tells you how to start from scratch and write a new test.
    Do you have any, or can you work up an example, of how to do this?

     
    • Web Hiker

      Web Hiker - 2003-09-15

      There are some packaged examples for the tests, and it's recommended to start from these examples and copy them as you need to create your own tests.

      First decide if you prefer the QASH or QAXML syntax, they're largely the same in terms of functionality, although future development will be focused on the QAXML.
      Then check out the examples in examples\qash_examples  or examples\qaxml_examples

      You can browse them here:
      http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/qat/QAT/examples/

      You will find several recurring themes, such as client-server tests, client-multiple servers, client only etc etc.

      Hope this helps.

       

Log in to post a comment.