I’m trying to study for my Javascript course and I need some help to understand this question.
I need to develop a cucumber framework following POM. It may follow pagefactory or by locator.
Assignment Instructions:
- See the attached file for test steps
- Accounts
- TL account and pw – upal.persona6@test.com, $Coconut!
- TM account and pw – upal.persona4@test.com, $Coconut!
- Use page object model and maven project
- Use Cucumber with Java Selenium
- Organize the code and project structure into logical groups
Test Steps:
Create Team:
1. Go to https://stagingstandout.tmbc.com
2. Login with TL account and pw
3. Click on Test Team 2 menu on the left. Team list opens up.
4. Click on “Create a New Team” button
5. Create a team with name “Test Team 3”
6. Invite TM
7. Test Team 3 is created
8. Log out
Accept Invite:
1. Login as TM
2. Click on bell notification and select team invite notification
3. On team request modal, click accept button
4. Click on go to team button
5. You are taken to the team
6. Log out
Delete Team:
1. Login as TL account
2. Click on Test Team 2 menu
3. Choose Test Team 3
4. Click on Team option menu on the far right > Choose Edit Team
5. Click on Delete Team link
6. Team is removed
7. Log out