Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

iSQI CSeT-F - A4Q Certified Selenium Tester Foundation

Page: 2 / 2
Total 40 questions

Which of the following is NOT part of a CSS rule-set?

A.

Selector

B.

Declaration

C.

Property

D.

Variable

Your web application uses a framework that creates dialogs using templates such that "OK" and "Cancel" buttons are reused by multiple dialogs The dialogs are complicated, with many buttons and other elements. You are allowed to make changes to the source code to help in testing

Which of the following is the BEST approach for locating the Cancel button in one specific dialog?

A.

Add a unique class name to the button and locate it within a loaded dialog

B.

Add a unique ID to the button and locate it within a loaded dialog

C.

Use the absolute XPath for the button for the loaded dialog

D.

Use the link text for the button to locate it within a loaded dialog