|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplicationGroup
ApplicationGroup is created to represent task group executing a windows or
java application IApplicationGroup
object is created using
IApplicationGroup addActionGroup(String groupName, byte applicationType, boolean ignore);
API of IWindowsTest
Field Summary | |
---|---|
static byte |
APPLICATION_JAVA
Constant used to specify if Group is a Java application group. |
static byte |
APPLICATION_WINDOWS
Constant used to specify if Group is a Windows application group. |
Method Summary | |
---|---|
void |
addSystemProperty(java.lang.String name,
java.lang.String value)
This method is used to set the system environment for the windows or java application. |
void |
setApplicationArguments(java.lang.String args)
This method is used to set the application's command line arguments for the windows or java application. |
void |
setExecutablePath(java.lang.String path)
This method is used to set the executable path for the windows or java application. |
void |
setLaunchNewWindow(boolean bLaunch)
This method is used to decide whether the application should be launched automatically. |
void |
setRepeatCount(int rptCount)
This method is used to set repeat count for group within single iteration. |
void |
setWorkingFolder(java.lang.String workingFolder)
This method is used to set the working folder for the windows or java application. |
Field Detail |
---|
static final byte APPLICATION_JAVA
IApplicationGroup addActionGroup(String groupName, byte applicationType, boolean ignore);
api of IWindowsTest
static final byte APPLICATION_WINDOWS
IApplicationGroup addActionGroup(String groupName, byte applicationType, boolean ignore);
api of IWindowsTest
Method Detail |
---|
void addSystemProperty(java.lang.String name, java.lang.String value)
name
- is the name of system environment variablevalue
- is the value of system environment variablevoid setApplicationArguments(java.lang.String args)
args
- is the application's command line arguments for the windows or
java application to testvoid setExecutablePath(java.lang.String path)
path
- is the executable path for the windows or java application to
testvoid setLaunchNewWindow(boolean bLaunch)
bLaunch
- could be either true or false, depending on whether to launch
the application automatically or not.void setRepeatCount(int rptCount)
rptCount
- number of times group should repeat execution during single iteration.void setWorkingFolder(java.lang.String workingFolder)
workingFolder
- is the working folder from where the windows or java
application should be launched
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |