Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ScenarioCommand argument
Simulate a project with an encrypted password and enable a secured connection (-spassword, -ssl).simulate -project "HingeMonteCarloAnalysis" -config "Monte Carlo Analysis" -servertype "twcloud" -server "localhost:1234" -login "Administrator" -spassword "49034c0439…" -ssl "true"
Simulate a project by specifying a project version and project password (-pversion, -projectpassword).
simulate -project "HingeMonteCarloAnalysis" -config "Monte Carlo Analysis" -servertype "twcloud" -server "localhost" -login "Administrator" -password "Administrator" -pversion "5" -projectpassword "Administrator"

Simulate a project by specifying a tag name and branch (-tag, -branch).

Note
titleNote

If there are any duplicated tags in the branch, the latest version will be run.


simulate -project "HingeMonteCarloAnalysis" -config "Monte Carlo Analysis" -servertype "twcloud" -server "localhost" -login "Administrator" -spassword "49034c0439…" -tag "duplicatedTag" -branch "19.0 SP2"

Simulate a command with three property files having different parameters. See Property file sample: Project-Config1.properties.

simulate -properties "D:\\Simulation\\Project-Config1.properties" "D:\\Simulation\\Project-Config2.properties" "D:\\Simulation\\Project-Config3.properties"
Simulate a project in Teamwork Server by specifying a project version (-pversion).simulate -project "HingeMonteCarloAnalysis" -config "Monte Carlo Analysis" -servertype "tw" -server "localhost" -login "Administrator" -password "Administrator" -pversion "2"
Simulate a project in Teamwork Server by specifying an encrypted password and tag name (-spassword, -pversiontag).simulate -project "HingeMonteCarloAnalysis" -config "Monte Carlo Analysis" -servertype "tw" -server "localhost" -login "Administrator" -spassword "49034c0439…" -tag "run2000"

...