Hi all,
I have a website for which I would like to run the following tests: load, stress, soak, and spike.
The website has the following processes:
Login
create task
Get a list of tasks
Delete task
My question is, should I run the respective tests on the four endpoints in such a way that the four processes are contained in each test or is it better to just use one endpoint like login or create task to run the test.
Please, your suggestions will be very helpful.
Thanks
I think that it dependes on your needs, you have two options UI automation and Protocol automation, each one has advantages and disadvantages so i will share you this post about it https://www.srperf.com/load-automation-ui-vs-protocol/ .
Thanks for the feedback, but I guess you understood my question wrongly. I wasn’t sure if I should use UI testing or Protocol testing. My question is: Is it advisable to conduct load testing on a single endpoint or on multiple endpoints?