Those who worked with Java/Cucumber, C#/Specflow, JavaScript/Cypress like BDD test automation domains are familiar with .feature files where we write something like this
File name: Login.feature
Feature: Login feature
Scenario: Invalid credentials should show authentication error
Given I navigate to application
When I login with invalid credentials
Then I should see authentication error
And we write step definitions for each of the steps above in Java/C#/JavaScript depending on the language framework.
Does UiPath also supports creating of .feature files
My understanding is UiPath supports BDD in a different way like
I want to see the scenarios in a file. That gives a good readability and also serves as documentation.
Best Regards
Ganesh