I’ve been testing on an application using Gatling. I was able to simulate several scenarios but they contain lots of errors. I’ve already “cleaned” them by removing some lines that I think not necessary. Most of these errors are the following:
status.find.in(200,304,201,202,203,204,205,206,207,208,209), but actually found 403
and
java.io.IOException: Remotely closed
How do I handle these kinds of errors? How do I validate and make the test successful?