Hi,
I am working on an e-commerce package which is based on a 3 tier client server
architecture. There is a VB client which basically interacts with web server
and application server. Each client request hits a URL which is basically an
API. We are passing some HTTP headers like client version, API version, basic
auth, and checksum when each of these APIs are called.
My questions are:
1. Does Webtest support these kind of headers?
2. If yes, how do I go about it? Do I use AntXML or Groovy?
3. I saw that some headers can be set in CONFIG . Where do we define CONFIG
paramters? Is it in webtest.xml? Where do I mention that POST method should be
used as the methd of request?
Thanks,
Seetha