To learn how you can handle custom command-line parameters, seePassing Test Parameters via Command Line. Stop tests on errors and exceptions If an error occurs during the test run (for example, if a tested object is not found), TestComplete will post information about it to the test log. ...
you will be able to specify your application's command-line parameters by using the "Parameters" property. To learn about this property, see the "TestedApps Editor" help topic.
If you launch the browser manually, you can specify the needed switches in the shortcut parameters: Right-click the shortcut and select Properties from the context menu. Switch to the Shortcut tab. Append --disable-hang-monitor and other needed switches (separated by spaces) to the Targ...
19、如何通过命令行传入参数给TestComplete的脚本进行处理? Pass parameters via the command line http://www.automatedqa.com/support/viewarticle.aspx?aid=9021 SubProcessCommandLine Fori = 1ToBuiltIn.ParamCount ProcessCommandLineArgumentBuiltIn.ParamStr(i) Next EndSub SubProcessCommandLineArgument(arg) Dimi...
(VideoQuality)) that specifies the quality of the recorded video. Possible values include "Low", "Normal" (default) and "High". The parameter is case-insensitive. The other two parameters are also optional: sPath - an optional string path to output folder, sName - an optional file name, ...
Click the ellipsis button in theParameterscolumn. Specify the desired tag expression in theValuecolumn of the subsequent dialog: Click the image to enlarge it. You can either enter the expression, or specify aproject or project suite variablethat stores the expression: ...
Passing Command-Line Arguments to Tested Applications Describes how to specify tested applications' command-line parameters from tests. Using Variables in Tested Application Paths Explains how to use environment, project and project suite variables to specify the tested application’s location. ...
Launch the CEF application binary executable with the following command-line parameters: --remote-debugging-port=<port_number> Whereport_numbermust belong to the1024–65535range and be available. –or – In your TestComplete project, add the CEF application’s binary executable to theTested Applicat...
Command-line parameters The command-line arguments that will be used to launch the application. Working folder The working folder for the application run. You can enter the folder path manually or click the button and browse for the needed folder. The folder path can include environment variables...
Methods can use parameters that are pointers to some one- or two-byte values, for instance, short int *, wchar_t * or bool * in C++, PSmallInt, PWordBool in Delphi and so on. Debug information can report that these parameters are pointers to strings, so, by default, when calling ...