Importing a Selenium or Appium Java project into the UI Test perspective

If you have an existing Java project that contains a Selenium or Appium test, you can import it into the UI Test perspective.

About this task

Complete these steps to import an existing Java project containing a Selenium or Appium test into the UI Test perspective.

Procedure

  1. In the UI Test perspective, click Import from the File menu.
  2. In the Import dialog box, expand General, select Existing Projects into Workspace and then click Next.
  3. Click Browse and navigate to the root directory where the Java project is located, and then click OK.
    The projects in the directory you select are listed in the Projects field.
  4. Select the check box next to the projects you want to import, and click Finish.
    The selected project is displayed in the Test Navigator. In the Logical View, the Selenium test is displayed under the External Tests folder.
  5. You can now run, view or modify the Selenium or Appium test.