Running Tests with TestRunner

Running Tests with TestRunner

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to create and configure a test runner file using Cucumber options and glue parameters. It covers the setup of feature files and step definitions, and demonstrates how to execute tests using JUnit. The tutorial also provides insights into interpreting test results and previews advanced topics such as parameterization and data-driven testing.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating a test runner file?

Create a package under source test Java

Import Cucumber packages

Create a new Java class

Write step definitions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Cucumber options annotation?

To execute the test cases

To define the test runner class

To specify the location of feature files and step definitions

To import necessary Java packages

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which packages need to be imported for Cucumber options to work?

JUnit Runner, Selenium API, Cucumber CLI

Cucumber Core, Cucumber CLI, JUnit

JUnit, Selenium, Cucumber API

Cucumber API, Cucumber API JUnit, JUnit Runner

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the glue parameter define in a Cucumber test?

The execution order of tests

The location of the step definition files

The location of the feature files

The output format of test results

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it recommended to have a common parent for test runner and step definition packages?

To avoid path complexity

To simplify the import process

To ensure faster execution

To reduce memory usage

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done if you want to run only a specific feature file?

Provide the package name only

Provide the specific feature file name

Run all feature files and filter later

Use a different test runner

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the system.out.println statement in the test runner?

To execute the test cases

To print the test results

To import necessary packages

To verify the execution flow

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?