Pass the GAQM GAQM: Software Testing CPST-001 Questions and answers with CertsForce

Viewing page 2 out of 5 pages
Viewing questions 11-20 out of questions
Questions # 11:

Selenium tests _____________.

Options:

A.

DOS applications


B.

Browser-based applications


C.

GUI applications


D.

None of the above


Expert Solution
Questions # 12:

Which of the following dependencies is commonly used for Selenium in a Maven project?

Options:

A.

org.seleniumhq.selenium:selenium-java


B.

junitjunit


C.

org.seleniumhq.selenium:selenium-server


D.

All of the above


Expert Solution
Questions # 13:

Which of the following translates its Selenium commands into client drivers' API functions?

Options:

A.

Selenium 2


B.

Selenium Core


C.

SIDE


D.

Selenium Remote Control


Expert Solution
Questions # 14:

Which of the following steps is not mandatory to launch Firefox in Selenium 3?

Options:

A.

caps.setCapability("marionette", true);


B.

WebDriver driver = new FirefoxDriver();


C.

driver.get("http://www.google.com");


D.

DesiredCapabilities caps = new DesiredCapabilities();


E.

System.setProperty("webdriver.gecko.driver", "geckodriver path");


Expert Solution
Questions # 15:

How do you edit the recorded command in IDE?

Options:

A.

By selecting the command and choosing the desired value from the drop-down


B.

Edit -> Recording Mode


C.

No option is available


D.

Both A and B


Expert Solution
Questions # 16:

Which of the following uses native JavaScript calls?

Options:

A.

Selenium Core


B.

Selenium Grid


C.

SIDE


D.

Selenium WebDriver


Expert Solution
Questions # 17:

What are the front-end WebDriver languages?

Options:

A.

Java and C#


B.

Ruby and Python


C.

JavaScript and Java


D.

C# and Ruby


Expert Solution
Questions # 18:

You need to test the performance of a mobile web application under different network conditions (e.g., 3G, 4G(WiFi). How would you simulate these network conditions using Selenium WebDriver?

Options:

A.

Use Selenium's built-in methods to simulate network conditions.


B.

Use a cloud-based testing service that provides network simulation capabilities.


C.

Use a network simulation tool to simulate different network conditions at the system level.


D.

Use network throttling features available in browsers like Chrome DevTools to simulate different network conditions.


Expert Solution
Questions # 19:

Justify your answer: Selenium will record any operation that you do on your computer apart from the events on the Firefox browser window.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 20:

Which of the following languages is supported by The Selenium Web Driver?

Options:

A.

ASP


B.

Perl


C.

PHP


D.

Cobol


Expert Solution
Viewing page 2 out of 5 pages
Viewing questions 11-20 out of questions