-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
cucumber-eclipse-plugin 1.0
Test case: parse the following feature
Feature: General user's home page
As a general user
I want to see the home page with the list of carts
So I can start working with RAP
# Test Case 1.0.1. Check if a user set up as a General User can log into the applicaton and the proper General User
# screen displays showing the user as a (General User) and the My Open carts, My Submitted Carts and
# the new Cart button are displayed.
Scenario: General user logs in or goes to the home page
When I go to the home page
Then I should see the welcome message
And I should see my user type: "General User"
And I should see "My Open Carts"
And I should see a carts' table
And I should see "My Submitted Carts"
And I should see the "New Cart" image
Metadata
Metadata
Assignees
Labels
No labels