I am planning to write some UI tests for a legacy Java EE application. Can anyone with similar experience recommend a tool for this? (I am thinking of going ahead with Selenium). Also do you recommend putting these tests as a part of the CD pipeline (my concern is because they are usually a little fragile)? (It will be great if you guys could share some strategies e.g. part with CD part as a separate daily regression)
Thanks