Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

UI Testing

Tim Orling edited this page Nov 11, 2016 · 3 revisions

Prepare your UI test authoring environment

  1. Download the Application Under Test (AUT):
    1. For testing the development environment of the eclipse-crops plugin itself ("Papa"):
      1. Eclipse IDE for Eclipse Committers
    2. For testing the eclipse-plugin as installed ("Baby"):
      1. Eclipse IDE for C/C++ Developers
  2. Install a clean copy of the AUT.
  3. In your eclipse-crops plugin development environment ("Papa"):
    1. Install the RCPTT IDE plugin with Help... > Install New Software... from the Testing category of http://download.eclipse.org/release/neon
    2. Restart the Eclipse IDE
    3. Import an existing RCPTT Test Project with File > Import... > General > Existing Projects into Workspace or
    4. Create a new RCPTT Test Project with File > New... > Project... > RCPTT Test Project
NOTE:  
      If you are importing an existing project, you will probably NOT want to
      "Copy into existing workspace", as it is highly recommended to keep your
      workspace and your source tree completely separated. If you are creating
      a new project you will want to create it in a new branch where you cloned
      'eclipse-crops', so uncheck "Use default location"