Untitled

 avatar
unknown
plain_text
2 months ago
394 B
6
Indexable
Feature: SAP Login
  As an SAP user,
  I want to log in to SAP successfully,
  So that I can perform financial transactions.

  Scenario: Successful Login to SAP
    Given I have SAP Logon installed
    And I launch SAP Logon
    When I enter my username "Autotest"
    And I enter my password "Automation@1234"
    And I click the login button
    Then I should be logged into SAP
Editor is loading...
Leave a Comment