Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.69 KB

File metadata and controls

27 lines (23 loc) · 1.69 KB

Assignment

  1. Create an account on trello.com
  2. You need to automate following scenario
    • Login with your credentials
    • Create a new board
    • Open the board and verify that correct board title is displayed
    • Create at-least three lists in the board and verify that the lists are created successfully
    • Create 5 cards in any of the list
    • Randomly open one of the cards and verify that the card title and list title are correct in card details
    • Close and delete the board
  3. You need to explore following links and then update the above project to have and external globals that sets waitForConditionTimeout equal to 30 seconds
  4. Update your test script in package.json such that it automatically retry if they fail on first attempt
  5. You should be able to run the tests against different browsers using different environment configurations

One Solution:

One way of doing the above task is described in sample project available here

Note:

  1. You will need to update enter your username and password in util > data.js
  2. It uses the same project file from previous projects and therefore moves google pages and tests in a separate folders.