I want to write automation test script for given test scenario. Can anyone suggest how to write test script using Cucumber?
As an Admin User,
I would like to change the password of other user's accounts.
Feature: Update password
Scenario: Admin user can update the user password
Given I am in the HR system with an Admin account
When I update password of another user
Then I receive a message for updating password successfully
And user's password is updated to the new password