If the website under test contains frames, that presents some challenges to test automation. This article gives tips for success and explains the current limitations.
This article is obsolete. Please use Selenium-based profiles for Web testing. Read about Rapise XPath extensions here.
When you have a rich text box in a web application, the process for recording a test and playing it back will be different to a standard HTML plain text box. This is because the browser actually uses a separate IFRAME and HTML document for the editable rich text box. This article explains the process for recording/playing back such a test.