Before you can create a
Silk4J test, you must have created a
Silk4J project.
To record a test for a standard application:
In the
Package Explorer, select the project to which you want to add the new test.
In the toolbar, click
Record Actions.
In the application under test, perform the actions that you want to test. For example, you can choose menu commands such as
File > New to test menu the menu command in your application.For information about the actions available during recording,
see
Actions Available During Recording.
Click
Stop.
The
Record Complete dialog box opens.
The
Source folder field is automatically populated with the source file location for the project that you selected. To use a different source
folder, click
Select and navigate to the folder that you want to use.
Optional: In the
Package text box, specify the package name.
For example, type:
com.example.
To use an existing package, click
Select and select the package that you want to use.
In the
Test class text box, specify the name for the test class.
In the
Test method text box, specify a name for the test method.
Click
OK.
Replay the test to ensure that it works as expected. You can modify the test to make changes if necessary.