Supported constant values in TAExecutionConstant.cs
Lists constant values of the TAExecutionConstant.cs class.
Supported constant values in TAExecutionConstant.cs
The following table lists constant values of the TAExecutionConstant.cs class. This class contains the constants that are used for the TAExecution object.
Function | Constant name | Description |
---|---|---|
Specifying TestArchitect's general information. This function corresponds to the TestArchitect Information panel in the TestArchitect Execution dialog box. | LicenseServer | License server hostname or IP address |
LicensePort | License server port | |
TrialKey | License trial key | |
RepositoryServer | Repository server hostname or IP address | |
RepositoryName | Repository name | |
RepositoryPort | Repository port | |
UserName | Repository user name to log in with | |
Password | Password to log in with | |
ProjectName | Project name | |
Specifying remote controllers and physical/cloud mobile devices. This function corresponds to the Controllers/Devices panel in the TestArchitect Execution dialog box. | RemoteHost | Remote hostname or IP address |
RemoteHostPort | Remote host port | |
Device | Physical mobile devices to run the tests | |
DesiredCapabilitiesFile | The JSON file containing desired capabilities to specify the target cloud providers. | |
Specifying the variations to be executed This function corresponds to the Variation Specification panel in the TestArchitect Execution dialog box. | Keyword | Keyword variation(s) |
Version | AUT version(s) | |
TimeTravellingMode |
| |
TimeTravelling | The specified historical snapshot of the test's project items for execution | |
Configuring the capturing of screenshots of UI-Interacting actions (learn more.) This function corresponds to the Screenshot recording panel in the TestArchitect Execution dialog box. | ScreenRecordingMode | Determine whether screenshots of UI-Interacting actions are captured during test execution?
|
ScreenRecordingNumberOfKeptInteraction | The number of preceding screenshot sets that are to be retained for each qualified event. | |
ScreenRecordingPassed |
| |
ScreenRecordingWarning |
| |
ScreenRecordingFailed |
| |
Exporting test results to .TARESULT This function corresponds to the Export Result(s) to TARESULT panel in the TestArchitect Execution dialog box. | ExportResultToTAResult |
|
ExportResultToTAResultPath | Location to store the exported .TARESULT files. Remember: : A path must start with an @ character. | |
IncludeAllSubTestResultsForTAResult |
| |
IncludeScreenshotsForTAResult | Include all captured screenshots in the exported .TARESULT files. | |
Exporting test results to .HTML This function corresponds to the Export Result(s) to HTML panel in the TestArchitect Execution dialog box. | ExportResultToHtml |
|
ExportResultToHtmlPath | Location to store the exported .HTML files. Remember: : A path must start with an @ character. | |
CreateFolderStructure |
| |
IncludeAllSubTestResults |
| |
IncludeScreenShotsForHTML |
| |
ApplyCustomizedXsltForHTML |
| |
XslTForHTMLPath | Location of your customized XSLT template. Remember: : A path must start with an @ character. | |
Exporting test results to .XML This function corresponds to the Export result(s) to XML detail panel in the TestArchitect Execution dialog box. | ExportResultToXmlDetail |
|
ExportResultToXmlPath | Location to store the exported .XML files. Remember: : A path must start with an @ character. | |
Exporting test results to .xUnit. Specifically, exporting results to a XML file automatically in xUnit-format for integrating into the continuous integration tools. This function corresponds to the Export result(s) to xUnit panel in the TestArchitect Execution dialog box. | ExportResultToXunit |
|
ExportResultToXunitPath | Location to store the exported .XML files in xUnit format. Remember: : A path must start with an @ character. | |
Including screenshots in the results attached to TFS. This function corresponds to the Include screenshots panel in the TestArchitect Execution dialog box. | IncludeScreenShots |
|
Uploading test results as attachments to TFS This function corresponds to the Upload attachment(s) to Team Foundation Server panel in the TestArchitect Execution dialog box. | IsUploadByTfsResultConditions |
|
UploadByTfsResultConditions |
Tip: : Use commas (,) as delimiters between possible values. | |
UploadResultToTfsType |
| |
UploadResultToTfsAutoZipSize | Minimum size of test results to be compressed as ZIP automatically. (Learn more.) | |
ApplyCustomizedXsltForTfs | ||
XslTForTfsPath | Remember: : A path must start with an @ character. | |
UseTestIDForUploadedResults |
| |
Storing local test results in the repository automatically. This function corresponds to the Automatically add result(s) to repository panel in the TestArchitect Execution dialog box. | AddResultMode |
|
ResultRepository | Destination on repository to store test results to. (Learn more.) | |
ByResult |
Tip: : Use commas (,) as delimiters between possible values. | |
Startup settings | StartupSettingsMode |
|
StartupSettings | List of startup setting(s). (Learn more.) | |
Configuring automation tools. This function corresponds to the Automation Tools panel in the TestArchitect Execution dialog box. | TestTool | Name of the test playback tool. |
TestScript | Path to a script for the test playback tool. For example: {INSTALL_DIR}\BinClient\taplayback.exe Remember: : A path must start with an @ character. | |
TestCMD | Execution command line to run test automation with a customized harness program. For example: {INSTALL_DIR}\BinClient\taplayback.exe Remember: : A path must start with an @ character. | |
TestPath | The executable application's path to run the test. For example: c:/Python27/python.exe Remember: : A path must start with an @ character. | |
Stopping tests on timeout | AbortRemainingTestCases |
|