I'm developing a automation script using selenium-cucumber-java with testNG combination for API testing.
In UI there is a some validation available as text box should accept 500 characters only, if more that text box will not allow to enter.
Same validation I should expect in API end point testing with help of rest assured. How to test max length check in rest assured API automation? Please help to resolve it, it is a new journey.