In some test scenarios I need to send some data to the web server (a product SKU for example via a Post) and verify the servers response is correct but the response could be 1 of N possibilities (e.g. available, out of stock, invalid sku, etc.). I can easily write code that waits for the expected response...