I need help with this task

Description

These tasks are related to Software Quality Assurance By using Cypress

Don't use plagiarized sources. Get Your Custom Assignment on
I need help with this task
From as Little as $13/Page

Unformatted Attachment Preview

SQA
Task 1:
This task will test your Cypress Test Case Automation Skills. Follow the
instructions below to perform this test.
1. Initialise a Cypress Code Repository
a. Setup Cypress to be tested on Chrome
2. Visit the following URL: https://demoqa.com/
3. Click on the Forms Button
4. Click on Practice Form button from the left sidebar
5. Enter the following Data in the form
Field
Value
First Name
Cowlar
Last Name
Developer
Email
[email protected]
Gender
Male
Mobile
0123456789
Date of Birth
Keep Default Value
Subjects
Computer Science
Hobbies
Music
Current Address
Address 1
State
NCR
City
Delhi
6. Click on the Submit button
7. Verify that the information presented in the Modal is the same as you
provided
8. Close the Modal
Task 2:
This task will test your Cypress Test Case Automation skills. Follow the
instructions below to accomplish the task.
Note: Automate following steps using Cypress.
1. Visit the following URL: https://demoqa.com/
a. It should display “TOOLS QA” page.
2. Click on Interactions Card/Button
a. Interaction Page should be displayed
3. Verify Sidebar contains following tabs:
a. Elements
b. Forms
c. Alerts, Frame & Windows
d. Widgets
e. Interactions
f. Book Store Application
4. Click on Resizable Tab under Interactions section
a. It should display Resizable on top.
5. Verify the current height and width of Box 1
a. Height: 200, Width: 200
6. Resize Box 1 by dragging the bottom right corner.
a. Make sure Box 1 is resizable and verify the following:
b. Min-Height: 150
c. Min-Width: 150
d. Max-Width: 500
e. Max-Height: 300
7. Make sure Box 2 is resizeable.
Note: Height and Width is in px.
Task 3:
This task will test your Cypress Test Case Automation skills. Follow the
instructions below to accomplish the task.
Note: Automate following steps using Cypress.
● Book Store API – Intercept
1. Visit the following URL: https://demoqa.com/
a. It should display “TOOLS QA” page.
2. Click on Book Store Application Card/Button
a. Book Store Page should be displayed
3. Click on Book Store Tab under Book Store Application section
a. It should display the Book Store on top.
4. Click on the Book named Understanding ECMAScript 6
5. Next Page should display the book’s detailed info.
a. No need to verify all attributes. (just make sure, specific book
details are displayed.
b. Main goal is to intercept below api, and verify its response.
6. Intercept the response for the following request
a. GET
https://demoqa.com/BookStore/v1/Book?ISBN=9781593277574
b. Verify the following response.
{
“isbn”: “9781593277574”,
“title”: “Understanding ECMAScript 6”,
“subTitle”: “The Definitive Guide for JavaScript Developers”,
“author”: “Nicholas C. Zakas”,
“publish_date”: “2016-09-03T00:00:00.000Z”,
“publisher”: “No Starch Press”,
“pages”: 352,
“description”: “ECMAScript 6 represents the biggest update to the core
of JavaScript in the history of the language. In Understanding
ECMAScript 6, expert developer Nicholas C. Zakas provides a complete
guide to the object types, syntax, and other exciting changes that E”,
“website”: “https://leanpub.com/understandinges6/read”
}
HOW TO SUBMIT THE TASK.
1. Make a PUBLIC GitHub Repository
2. Commit your code via GIT
3. Send over the GIT HUB url of your repository
Note:
Make sure all your three tasks are properly named and
All the latest code is committed.

Purchase answer to see full
attachment