Skip to content

Files

Latest commit

 

History

History
52 lines (42 loc) · 1.82 KB

TESTPLAN.md

File metadata and controls

52 lines (42 loc) · 1.82 KB

Manual testing of the GCloud Plugin for Eclipse.

Install the plugin

  1. Launch Eclipse 4.5.

  2. If necessary, remove the old version of the plugin.

  3. Help > Installation details

  4. Click "Google Cloud Platform for Eclipse 4.5 and 4.6". (If this is not present, move on to step 3 below.)

  5. Click the Uninstall... button.

  6. Click the Finish button.

  7. Click the "Yes" button in the dialog that prompts you to restart Eclipse.

  8. ????

  9. Restart Eclipse

  10. Check installation details.

Create a project

  1. File > New > Project...
  2. In the Wizards: text field begin typing "Goo".
    "Google App Engine Standard Project" should appear in a "Google Cloud Platform" folder. Also check that the App Engine logo (a cartoon plane) also appears.
  3. Click the "Next >" button.
  4. The New App Engine Standard Project dialog appears.
  5. Verify that the "Finish" button is disabled.
  6. Verify that "Use default location" button is checked.
  7. Into the project name field, type "foo". If you see "A project with that name already exists in the workspace." try some other name.
  8. Verify that the "Finish" button is now enabled.
  9. In the "Java package:" field, type "com.google.testplan".
  10. In the "App Engine Project ID" field type "testplan".
  11. Click the "Finish" button.
  12. Verify that a project named "foo" (or whatever name you picked in step 6) is now created in the package explorer.
  13. Verify that src/main/java and src/test/java both appear to be source roots.
  14. Verify that src/main/java contains com.google.testplan.HelloAppEngineServlet
  15. Check that the pom.xml contains the project ID testplan.
  16. Check that there are no compile errors.
  17. Check that the compiler level is 1.7.
  18. Check that the servlet version is 2.5.

Edit the project sample code

Run the project

Debug the project

Deploy the project