Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

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

Exam CPST-001 All Questions
Exam CPST-001 Premium Access

View all detail and faqs for the CPST-001 exam

Viewing page 1 out of 5 pages
Viewing questions 1-10 out of questions
Questions # 1:

Selenium tests _____________.

Options:

A.

DOS applications

B.

Browser-based applications

C.

GUI applications

D.

None of the above

Expert Solution
Questions # 2:

You need to run your Selenium tests in parallel using TestNG. How would you configure TestNG to run tests in parallel?

Options:

A.

Use the parallel="classes" attribute in the TestNG XML configuration file.

B.

Manually specify the test classes and methods to run in parallel in the TestNG configuration.

C.

Use the parallel="methods" attribute in the TestNG XML configuration file.

D.

Use the ©Parameters annotation to pass parameters for parallel execution.

Expert Solution
Questions # 3:

What is the benefit of Selenium Webdriver as compared to Selenium RC?

Options:

A.

WebDriver overcomes the limitation of single-host origin policy

B.

WebDriver is a compact object-oriented API.

C.

WebDriver drives the browser much more effectively

D.

CAN of these

Expert Solution
Questions # 4:

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 # 5:

What are the types of exceptions thrown in web driver?

Options:

A.

ElementNotSelectableException

B.

NoElementFoundException

C.

ElementNotVisibleException

D.

NoSuchElementException

E.

StaleElementReferenceException

Expert Solution
Questions # 6:

What is the correct code snippet, to find the cheese in –

milkcheese

Options:

A.

driver.findElement(By.cssSelector("#food dairy.aged"));

B.

None of these

C.

driver.findElement(By.cssSelector("#food span"));

D.

driver.findElement(By.cssSelector("#food span.dairy.aged"));

Expert Solution
Questions # 7:

How many types of reports can be generated for Java in Selenium?

Options:

A.

No count and are still emerging

B.

4

C.

2

D.

Not there

Expert Solution
Questions # 8:

If 'NULL', audio will NOT be recorded.

Options:

A.

True

B.

False

Expert Solution
Questions # 9:

Silverlight application testing is possible in the following type of Selenium?

Options:

A.

Selenium WebDriver

B.

Selenium Remote Control

C.

Selenium Grid

D.

Selenium IDE

Expert Solution
Questions # 10:

Which of the following web element does, submit function is applicable, in Selenium Webdriver?

Options:

A.

drop down

B.

text box

C.

All of these

D.

radio button

Expert Solution
Viewing page 1 out of 5 pages
Viewing questions 1-10 out of questions