-
How to write custom web service load test:
- All my web services has byte[] (byte array) as input and output.
- Internally we have xml as input and ouuput which we encrypt and decrypt in custom way.
- I checked that I can write down the custom validatation rule using visual studio. But can i also customize the input. (i.e. I pick the input load data from csv/xml and perform the required encrypt/decript before sending the the server)
-
Does the web service load testing supports the https communication?
Thanks and Regards,
Hardik
First, you have to create the
Web Performance Testthat will be used by theLoad Test. Check these walkthroughs which will help you to find out:Web Performance TestWeb Performance TestWeb Performance TestAs far as I know there is no restriction on tesing HTTPS services through a
Web Performance Test*I suggest to check the option of
Unit Testas well. I have tried it and in my opinion they are more easy to create them. Of course, this is your choice.