Automated testing question. I am working with UFT 12.02 and Appian 7.8. In the initial stages of my script development, I had multiple problems with event handling in IE 11, and I wanted to minimize my refactor time whenever screens changed (I had to do most of my test object identification using indexing due to the lack of uniqueness in input fields (Edit, Selects, etc). To that end, I started to build an extensibility add-in to mirror the SAIL components and have about 10-12 components built and functioning. I have a lot more to go (I'm focusing on components our development team is working on).The general question I have is this.... Has anyone gone down the route, and was value found in it? The biggest concern I have with this is if the DOM structure is heavily changed release to release, I would have to constantly refactor this add-on.I've seen multiple threads for Selenium and I'm betting that is the better tool, but right now we are...
OriginalPostID-163053
Discussion posts and replies are publicly visible
By integrating Cucumber with tools like Selenium or Appian’s Test Automation Suite, teams can automate end-to-end testing, improving the accuracy and speed of testing cycles. This approach ensures that connected claims processes run smoothly and meet business requirements effectively.