Click or drag to resize

ApplicationManagerRunPackage Method

Runs a Windows Store application package and returns the application process object.

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public IImmersiveProcess RunPackage(
	string packageName,
	string commandLine = ""
)

Parameters

packageName
Type: SystemString
The application package name as it is specified in the package manifest.
commandLine (Optional)
Type: SystemString
Command-line arguments for the application.

Return Value

Type: IImmersiveProcess
The IImmersiveProcess object that corresponds to the launched application instance.
Exceptions
ExceptionCondition
WebExceptionThrown if there are network problems.
ApiExceptionThrown if the application cannot be launched.
OldVersionResponseExceptionThrown if an earlier version of the test engine (TestComplete/TestExecute) is used.
See Also