I would like to test the UI including the locators, content and their response, (ex: the submit button contains "submit" text and on-click event goes to another page), is there any way of doing that in Neoload?
You can insert validations on responses that perform text checks. for example check for this
<type=input, name=cancel_button, text=Cancel>
However, Neoload is a performance test tool, this should be picked up by your functional test team and their automation tools?
Thank you, but I am the only tester in the team. Should I understand Neoload does not cover specific UI functionality as mentioned and I would need to find another solution for it?