IBM TJ Watson Research

IBMContCtrlCustomTestStates

Description

This test case will test the various states for custom test attributes. It contains three custom test attributes: square, circle, and triangle.

The different custom test attributes can be set to true or false and depending on their state the various graphic representations will appear, square, circle and triangle.

The graphic on the first line contains all the graphic representations is a single group. This will only appear if all the custom test attributes are set to true. Subsequently all the graphics on the page will also appear.

The graphics on the second line each contain two of the graphic representations according to what attributes are true.

The graphics on the third line each contain one of the graphic representations according to what attributes are true.

Screenshot

Snapshot taken of with different values for the custom test attributes.

circle=true
square=true (default)
triangle=true (can't be overridden)
circle=true
square=false
triangle=true (can't be overridden)
circle=false (default)
square=true (default)
triangle=true (can't be overridden)
circle=false (default)
square=false
triangle=true (can't be overridden)


Back to main index