TestDriverv2 uses an XML structure which contains the tasks and sub-tasks as inputs to perform tests. In addition to the previous XML structure used by TestDriverv1, the TestDriverv2 uses a new XML format built on an XML schema called the driver file. This is detailed in an TestDriverV2 Schema. TestDriverv2 supports both the old and the new XML formats. For more details on the old format, see TestDriverV1 XML format
However, when the tool is using the old XML format, the TestDriver
converts the old XML format to the new TestDriver format, and saves it to the
XMLRoot directory as a .driver
file. This file will have the name
of the parent directory of the XML root.
Note: It will be necessary to refactor the .driver
file to
optimise tests. .driver
file can be used in the GUI and for any
future runs.