Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Running the JSF Smoke Test

Setup the workspace

  1. Launch the Eclipse instance that setup in JSF_GUITest_Setup.
  1. Open CVS to the main repository on dev.eclipse.org and check out the project: org.eclipse.jsf/components/jsf/development/tests/TestContainer into your workspace.
  1. Do a Clean build on the project.
  1. Right-click on test-resources/AutomatedGUISuite.testsuite and execute Run As->Test. Avoid touching to the keyboard or mouse while the test runs.
  1. When the test completes, check the results in AutomatedGUISuite_X.execution, where X is a timestamp value (if there is more than one pick the on with the highest X). Go to the behaviour tab and ensure "pass" is the second to last item in the tree.

Back to the top