• Validation of sample application pages

    11:13:06 AM / 00:00:12:200 Pass

    Validation of sample application pages
    02.11.2024 11:13:06 AM 02.11.2024 11:13:18 AM 00:00:12:200 · #test-id=1
    Given user is on the application login page
    When user submits valid username and password
    Then application takes the user to dashboard page
    Given user is on the application login page
    When user submits invalid username and password
    Then application throws error message for invalid credentials

Started

Feb 11, 2024 11:13:05 AM

Ended

Feb 11, 2024 11:13:18 AM

Features Passed

1

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@LoginValid 1 0 0 0 100%
@SanityCheck 2 0 0 0 100%
@LoginInvalid 1 0 0 0 100%