GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

tester accept this optional command line options:

-project $project_path -eval $tcl_code -source $tcl_filename -gui 0|1 -xunit_log $xunit_filename -verbose 0|1

-project $project

to start and load the project (a .tester folder with the project configuration files)

example:

tester.exe -project "C:\tester projects\developer x64.tester"

-eval $tcl_code

to evaluate this code, for example start and then run all cases

example:

tester.exe -project "C:\tester projects\developer x64.tester" -eval tester::run_all

-source $tcl_filename

to evaluate the tcl code written in a .tcl file

-gui 0|1

to show or not the GUI (e.g. without GUI to be run from other testing tool, doing the tests and providing the results from the log file)

-xunit_log $xunit_filename

used to run tester without GUI, load a project, run its cases, write a log file with xunit xml syntax and exit (e.g. to be used in a git pipeline)

example:

tester.exe -gui 0 -project "C:\tester projects\developer x64.tester" -source xunit_log.tcl -eval tester::run_all

-verbose 0|1

for debugging tester purposes, printing more warnings and error messages

  • No labels