Articles Tagged 'iframe'

Articles
How to automate the testing of Rich Text Boxes using Rapise

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.

Using Rapise to test websites that contain frames
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.