Automation Bootcamp Unit 4 Assignment for WebdriverIO
#The Assignment is based on the concepts, knowledge and practice gained of WebDriverIO. #Practice was gained through the automation testing of an e-commerce website with various deliverables being met through a practical scenario given.
The instructions are as follows:
You've recently started working as a QA Engineer on the 'Luma' team. The development team has finished building out the functionality for the 'Luma' e-commerce site (https://magento.softwaretestingboard.com/) and you and your fellow QA now have the task of creating an automation suite to test some of the workflows of the application. The QA manager has assigned you the following tasks: Develop an automation suite that covers the following workflows: SignUp (20 marks) Adding a Product to your Cart (10 marks) Purchasing a Product (10 marks) Verify Purchase in Order History (10 marks) 2. The QA manager would like for you to consider the following things during your implementation: Unhappy Path (5 marks) Data-Driven Tests (10 marks) Testing on multiple browsers (10 marks)