Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. All clickable images with hyperlinks must have an "alt" text -- if they don't, Cubic Test/Selenium will record fine but won't be able to will sometimes fail on replay.
  2. Tables with clickable rows should have a fake link in them -- otherwise selenium won't record the click. The fake link should be an <ice:commandLink> with an actionListener that's null -- SessionBean1.nullAction works. Use this as your template:
    <ice:commandLink id="outputLinkRowTitle" style="font-size: medium" value="#%7bcurrentRow{currentRow['title']}" actionListener="#{{SessionBean1.nullAction}"/>
  3. CubicTest/Selenium does not record actions on rich text fields -- i.e. FckEditor. I don't know why not, but you should plan your tests to avoid adding anything to rich text fields.