Cucumber style BDD scenarios in UiPath Studio

Hi @ganesh.panchagnula

As per my knowledge , UiPath does not natively support creating or using .feature files like in Java/Cucumber or C#/SpecFlow. However, you can integrate UiPath with SpecFlow (C#) or Cucumber (Java) by using external libraries or through custom activities. This allows you to automate BDD-style tests with step definitions while utilizing UiPath workflows.

If you found helpful, feel free to tick as a solution.
Happy Automation