Test Automation
Knowledge Check

cypress chapter 1

This quiz consists of 15 questions.
The quiz has a time limit. For each question you will be given 30 seconds.
1.

What command is used to load a remote URL into the Cypress Test Runner?

Choose 1 answer
2.

Which command is used to query an element in the DOM using a CSS selector?

Choose 1 answer
3.

How do you find an element containing specific text?

Choose 1 answer
4.

Which command is used to type text into an input field?

Choose 1 answer
5.

What is the purpose of the cy.clear() command?

Choose 1 answer
6.

Which command would you use to type text into an input field in Cypress?

Choose 1 answer
7.

Which command checks a checkbox or radio button?

Choose 1 answer
8.

To submit a form, which command should you use?

Choose 1 answer
9.

How do you verify that Cypress is installed correctly?

Choose 1 answer
10.

When creating a new spec file, what is the standard naming convention for the file?

Choose 1 answer
11.

What command opens Cypress Test Runner?

Choose 1 answer
12.

In a Cypress test script, how can you ensure an element is visible?

Choose 1 answer
13.

Which command is used to wait for a specific amount of time in a Cypress test?

Choose 1 answer
14.

What is the purpose of using cy.get() in Cypress tests?

Choose 1 answer
15.

How would you handle dynamic content that appears after a certain event in a test?

Choose 1 answer

Have a doubt?
Post it here, our mentors will help you out.