Looking Support on Agentic AI Automation for Test Case Automation

Hello There,

I have been working on reducing manual efforts on Manual testing and bringing in automation testing for a retail domain. The problem is the selectors keeps changing on updates on retail website (mostly every two weeks). Hence, this is mundane task as I need to make changes all the time. Can I Implement Agentic AI into Test Automation. If yes, How can I do so? (Please provide necessary document links, So I’ll refer on to it).
Can my agent conduct testing on the site, with needed info given?
Well, I am open to suggestion. Appreciate your support.

Thank you.

You can definitely reduce this kind of maintenance, but I would frame it carefully: Agentic AI can help in test automation, but it should support your framework, not fully replace good automation design.

In your case, since the retail site changes frequently and selectors break often, the first thing to improve is the stability of the automation layer. Before going fully into AI, try these:

  1. Use stable anchors instead of relying only on dynamic selectors
  2. Build reusable object repository/components
  3. Add proper exception handling , will help you to debug

Agentic AI can help you :slight_smile:

  1. detects anomalies, flags flaky tests, and identifies redundant test cases from large-scale test executions
  2. Generating test cases from requirements
  3. Self-healing locator strategy
  4. Creating test data
  5. Analyzing failed runs and proposing fixes

I build AI agent to help Ui Automation. Please find the below link:

2 Likes

Hello @Kaveendra_Rakshan,

Please have a look at the Healing Agent and Screenplay in UiPath, which can help you with frequent UI changes.

Self Healing: Test Manager - Enabling Healing Agent

Screenplay: Agents - Overview

Thanks,
Karthik

1 Like

Hey @chinthakayala_karthik

Appreciate you quick response and support!!!

I went through the Screen play documentation and conducted a PoC too. It worked as expected.
I had already used healing selectors before (Semantic Selectors) while developing the cases keeping frequent changes in mind. But, In production it started to fail due to licensing issue, If feel there is a license limitation yet to figure it out.

For Screen play, what is the particular license that I need to look into ?

Thanks,
Rakshan C K

Hey @Dhruba_Jyoti_Kalita,

Well, I’ll look into this documentation and try to implement a PoC. If things are working expected. will let you know here.
Appreciate your support and quick response!!!

Thanks,
Rakshan C K

1 Like

For screenplay you need to have agent units in flex, and platform units if it’s unified plan.

Thanks,
Karthik