open |
/myfaces-example-simple/testSuite/home.jsf |
|
open |
/myfaces-example-simple/testSuite/hOutputText.jsf |
|
assertElementPresent |
//span[@id='outputText'] |
|
assertText |
//span[@id='outputText'] |
text |
assertAttribute |
//span[@id='outputText']@class |
class |
verifyAttribute |
//span[@id='outputText']@style |
regexp:(\[object\]|background-color: gray;) |
assertAttribute |
//span[@id='outputText']@title |
title |
assertText |
//span[@id='renderedTrue'] |
You should see this |
assertElementNotPresent |
//span[@id='renderedFalse'] |
|
assertText |
//span[@id='escape'] |
10 > 5 |
assertText |
//span[@id='notEscape'] |
10 > 5 |