Answered question

How can I locate and check the UI controllers?

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?

Irina L.
Irina L.

Irina L.

Level
0
13 / 100
points
Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

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?

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

Irina L.
Irina L.

Irina L.

Level
0
13 / 100
points

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?