Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dali Automated Pre-Requistes"

(New page: h3. *Dali Automation Pre-Requesite Information* The following sections need to be completed prior to running any of the QTP Automated Test Suites. * h4. Setup JPA EclispeLink Library *# ...)
 
Line 1: Line 1:
h3. *Dali Automation Pre-Requesite Information*
+
[[Dali QA Testing]]
 +
 
 +
*Dali Automation Pre-Requesite Information*
 
The following sections need to be completed prior to running any of the QTP Automated Test Suites.
 
The following sections need to be completed prior to running any of the QTP Automated Test Suites.
  
* h4. Setup JPA EclispeLink Library
+
*Setup JPA EclispeLink Library
  
 
*# Go to the Eclipse-EclipseLink Site to get the latest EclipseLink JPA http://wiki.eclipse.org/EclipseLink
 
*# Go to the Eclipse-EclipseLink Site to get the latest EclipseLink JPA http://wiki.eclipse.org/EclipseLink
Line 23: Line 25:
 
*# Click OK button.
 
*# Click OK button.
  
* h4. Setup JPA Perspective
+
*Setup JPA Perspective
  
 
*# Select Window > Open Perspective > Other
 
*# Select Window > Open Perspective > Other
Line 29: Line 31:
 
*# Click on OK button
 
*# Click on OK button
  
* h4. Setup Error Log View
+
*Setup Error Log View
  
 
*# Select Window > Show View > Other
 
*# Select Window > Show View > Other

Revision as of 09:04, 30 June 2010

Dali QA Testing

  • Dali Automation Pre-Requesite Information*

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