Relative Content

Tag Archive for javascriptspringtestingevents

Testing UI using Spring Boot clickable events which triggers JavaScript?

I am new to the Spring Boot! The Spring Boot project I am currently working on uses Selenium for testing UI. I wonder if there is a proper way to use Spring Boot’s clickable events to trigger JavaScript functions which would perform some UI testing. Is it even a good practice to do testing this way? Thank you!