SAHI PluginΒΆ


The Sahi plugin is part of the base package shipped with SKF. It is automatically installed if you choose the default project configuration for your test project. However, as it is packaged as a seperate plugin, you can exclude it from the test project (and avoid downloading and installing its dependencies).

This plugin provides all the elements needed to execute a sahi script in SKF.

Overview :

To use sahi script in your Squash TF project, you have to :

  • Create the sahi script and integrate it (and all its dependencies) in the resources directory of your Squash TF project. If you have a sahi script with dependencies you will have to create a file to define the path to your script. More details below.
  • Put a sahi_config.properties file in this resources directory (the name of this file has no importance). This file should contain the definition of the browser you want to use to execute the script.

Example of sahi_config.properties file content :

// For firefox your file should contain :

browserType=firefox

// For Internet explorer your file should contain :

browserType=ie

  • Define the http Target which represents your SUT.