Including Elements in the TTI

  1. Click File > New Project to create a new browser-driven project. If you want to use an existing project, click Model Sript on the workflow bar and skip to step 3.
  2. Select Web browser-driven (AJAX) in the tree, enter a Name and Description and click Next.
  3. Enter the URL of the application you want to record and click Start recording. The Browser Application launches.
  4. Navigate through the application to record your actions. To tag an element as TTI-relevant, move your mouse over the element, press Pause/Break and click Include in TTI. You can include as many elements as you want. Silk Performer will add a BrowserTtiIncludeElement() function to the script.
    Attention: Make sure to not click the element before you include it. In such a case, the function BrowserTtiIncludeElement() will be tied to the click function, which might result in issues during playback.
  5. Close the Browser Application, stop the recording, and save your script.