Do you love automation testing and you know how to solve the following exercise? Contact us! We may have a job for you :)
Fork this GitHub repository and push the produced code in your fork repository.
Automate the following scenario using protractor:
- Access to http://qaexercise.envalfresco.com/settings
- Change Provider to ECM
- Click Apply
- Navigate to http://qaexercise.envalfresco.com/login
- Insert Username and Password
- Username : guest@example.com
- Password : Password
- Click Login
- Navigate to http://qaexercise.envalfresco.com/files
- Click on 'create new folder' icon.
- New folder dialog is displayed.
- Introduce your Github username (for example in my case) "magemello".
- Name has been added.
- Click on 'Create' button.
- The dialog is closed. Folder with your Github username is created in the current folder.
- Click on 'create new folder' icon.
- New folder dialog is displayed.
- Introduce your Github username (for example in my case) "magemello".
- Name has been added.
- Click on 'Create' button.
- The dialog is not closed.
- The message "There's already a folder with this name. Try a different name" is displayed.
- Select the folder with your Github username
- Open Options window (3 dots)
- Click delete
In the README file of the repository we want to see also the following sections:
- Description Describes of how to run the automation test
- Explanation Describes the choice made in the solution
- Prerequisites List here what/if anything needs to be installed
You can send the link to your fork at mario.romano@alfresco.com. Feel free to attach also your cv and a link to your linkedin profile.
The framework has already been setup in the /starter folder, please add your teest case in the spec.js file.