Depending on the application under test and the testing environment, you might face different challenges while trying to perform functional or regression tests against your application.
Micro Focus recommends the following best practices:
- To optimally use the functionality that
Silk4J provides, create an individual project for each application that you want to test, except when testing multiple applications in the same test.
- If you have a large test framework in place, consider using the keyword-driven testing approach.
- Allocate at least 512MB of memory for
Eclipse. To do so, set the xms value in the file
eclipse.ini, which is located in the
Eclipse installation directory, to 512 or higher.