Skip to main content

SeeTestAutomation- Working From Code Environment

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Tests you write in the studio can run in your regular testing environment such as JUnit, C#, Python, Perl, TestComplete-VB Script and UFT.

In order to do this, you need to export the code of the test you have written in the studio AND integrate into your regular testing environment. 

info

Note: When using the studio on a Mac machine, it is possible to export your code only to JAVA, Python or Perl.

info

When using a custom reporter, setting dummy reporter can be used in order to retrieve images of the performed commands. This can be done in two ways:

  1. By using SetReporter(reportType, ReportPath, testName) with report type set to "dummy",  Report Path and Report Name should be set as empty strings (" ").

    Like this:

    SetReporter("dummy", "", "")
  2. By adding a property to the to the app.properties file.

    use.dummy.reporter=true

    When using the property, the dummy reporter is add by default, unless the SetReporter command is used.