Hi,
There is a requirement to test a WCF RESTful webservice. The server uses a trusted certificate based authentication. For writing unit test cases to test web methods, how to go about for the authentication, is it necessary to pass the certificate information for each http request as the session is stateless in the rest web service, or how to test the authentication part.
Thank you in Advance,