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

Dali Automated Pre-Requistes

Revision as of 09:07, 30 June 2010 by Unnamed Poltroon (Talk)

Dali QA Testing

The following sections need to be completed prior to running any of the QTP Automated Test Suites.

Setup JPA EclispeLink Library

  1. Go to the Eclipse-EclipseLink Site to get the latest EclipseLink JPA http://wiki.eclipse.org/EclipseLink
  2. Click on Downloads in the Links Section to the Right
  3. Click on the Installer Zip to download the Libraries
  4. Launch Eclipse
  5. Select Window > Preferences
  6. Expand Java > Build Path and click on User Libraries
  7. Click on New button
  8. Enter Dali_Library for library name
  9. Click on OK button
  10. Highlight Dali_Library and Click Add JARs button
  11. Browse to location of installed EclipseLink jpa directory (Ex. C:\Dali\eclipselink\jlib\jpa\) and select javax.persistence_1.0.0.jar
  12. Click on OK button
  13. Click on Add JARs button
  14. Browse to location of installed EclipseLink jlib directory (Ex. C:\Dali\eclipselink\jlib\) and select eclipselink.jar
  15. Click on OK button
  16. Click on Add JARs button
  17. Browse to location of installed EclipseLink jpa directory (Ex. C:\Dali\eclipselink\jpa\) and select javax.persistence_2.0.1.v201006031150.jar
  18. Click OK button.

Setup JPA Perspective

  1. Select Window > Open Perspective > Other
  2. Select JPA in Open Perspective Dialog
  3. Click on OK button

Setup Error Log View

  1. Select Window > Show View > Other
  2. Select General > Error Log in the Show View Dialog
  3. Click on OK button
  4. Select JPA Details Tab

Back to the top