Known Issues

Here is a list of known issues on the current version of Twist.

We recommend that users work with a Twist project at a time in Twist. It is also recommended to increase the memory available to Twist if the project contains a large number of Scenarios (say 50 or more).

Scenario editor

  1. The problem markers and any opened editors may not refresh when the project is updated from SVN repository using Subclipse. The project should be closed and re-opened to update problem markers.
  2. Undoing paste of a workflow step does not remove any Fixtures that may have been imported. Undo once again to remove such Fixtures.
  3. Hexa decimal values are not accepted in workflow step parameters where the type in implemented code is Integer.

Selenium/Recorder

  1. If any invalid selenium configurations are present in the twist.properties file then execution/recording may not work as expected.
  2. For Firefox 3.5, the url specified during start of recording does not get recorded correctly. The URL has to be modified manually in the underlying code.
  3. Recorder has been observed to occasionally use XPath based locators even if Ids are present.
  4. Recording of "rightClick" is currently not supported.