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

Viewing page 4 out of 5 pages
Viewing questions 31-40 out of questions
Questions # 31:

WebDriver’s Actions commands are <… complete the sentence … >?

Options:

A.

commands that allow you to store values to a variable.


B.

commands that directly interact with page elements.


C.

commands that sends key strokes to browser.


D.

commands that verify if a certain condition is met.


Expert Solution
Questions # 32:

When new element are added after page loaded_________________command is used to confirm that test will pass in the future.

Options:

A.

assertElementPresent


B.

pause


C.

None of these


D.

waitForElementPresent


Expert Solution
Questions # 33:

The ---------- has a plug-in system that allows easy extension and customization.

Options:

A.

Selenium IDE


B.

Selenium WebDriver


C.

Selenium Grid


D.

Selenium Core


Expert Solution
Questions # 34:

Does Selenium IDE support looping?

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 35:

WebDriver allows the implementation of listeners. Justify.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 36:

Which log type listed in log pane of Selenium IDE, shows which command Selenium IDE is currently executing?

Options:

A.

Info


B.

Variable


C.

Data


D.

Information


Expert Solution
Questions # 37:

Which of the following is used to enters values onto text box, in a page

Options:

A.

"sendKeys


B.

sendsKeyf)


C.

sendKeyQ


D.

sendKeysQ


Expert Solution
Questions # 38:

You need to group your Selenium tests using TestNG. How would you define and use test groups in TestNG?

Options:

A.

Use the TestNG XML configuration file to specify test groups.


B.

Use the mvn testng:test command to execute tests in specific groups.


C.

Use the @Test(groups = "") annotation to define test groups.


D.

Manually specify the test groups in the test classes.


Expert Solution
Questions # 39:

Which of the following exceptions is not an ideal candidate to ignore via FluentWait?

Options:

A.

NoAlertPresentException


B.

ElementNotVisibleException


C.

TimeoutException


D.

NoSuchElementException


Expert Solution
Questions # 40:

Toggle Breakpoint is used to:

Options:

A.

Set a breakpoint in the test case to cause it to stop on a particular command


B.

Can set a breakpoint in the test case to cause it to stop on a particular command and execute from scratch


C.

Both A and B


D.

Only 1


Expert Solution
Viewing page 4 out of 5 pages
Viewing questions 31-40 out of questions