Text Transformer - Instructions

A dynamic application that responds when you edit the input text. Any text you input will be rendered in the page using different algorithms.

Note: This test page uses cookies as an example to count your visits and last text input. Do not use this page if you are not happy with this use of cookies.

About Page

This page contains an input field which dynamically responds as you type. The text that you enter is automatically converted into a number of different formats.

Three Cookies are usedon this page :

  • one for the last text to be transformed
  • one for the number of visits to the page
  • one for the last visit date

Information from the cookies is shown on the page.

Use the Browser Dev Tools to explore and model the cookies used, also to understand the server side interaction.

Automated Execution

Most GUI automated execution tools allow setting and amending the cookies, so this is a useful page to explore that functionality.

Because the input is dynamically updated as you type, you can use a combination of key events or text input from your browser automation tool.

You might have to consider the impact of synchronization if you want to check the transformed text generated after you input.

Exploratory Testing

  • Do the algorithms convert the input text as expected?
  • Do the cookies work properly?