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

Difference between revisions of "EDT:IDE Test Server Regression Testing"

(New page: The following test scenarios should be run each release. Read the top section of the main test server wiki page to understand some basics. <br> '''Dedicated serv...)
 
Line 1: Line 1:
The following test scenarios should be run each release.
+
The following test scenarios should be run each release.  
  
Read the top section of the [[EDT:IDE_Test_Server|main test server wiki page]] to understand some basics.
+
Read the top section of the [[EDT:IDE Test Server|main test server wiki page]] to understand some basics. &nbsp;
  
<br>
+
Tip: To kill the test server so that you can try another scenario, either click the red terminate button in the console, or use the Debug view to kill the process.<br>  
  
'''Dedicated services'''
+
<br>
  
TBD
+
'''Dedicated services'''
  
 +
TBD
  
 +
<br>
  
'''REST services'''
+
'''REST services'''  
  
TBD
+
TBD  
  
 +
<br>
  
 +
'''Prompting'''
  
'''Prompting'''
+
The prompting preferences can be configured in Preferences &gt; EGL &gt; Test Server. Make sure to test each radio button with the below cases &nbsp;
  
TBD
+
*Classpath changes
 +
**Add or remove a jar or library to a project
 +
**Add or remove a project dependency on the Java build path
 +
*Hot code replace (HCR) failures&nbsp;
 +
**Add or remove a global field
 +
**Change a function's signature
 +
**Don't worry about testing when HCR is unsupported by the JRE, this is extremely unlikely these days
 +
**Don't worry if you can't cause the "obsolete methods" failure
  
 +
<br>
  
 +
'''Other preferences'''
  
'''Database access'''
+
*"Print debug messages in the console"
 +
**When disabled, the console is empty (or mostly empty) upon startup and you do not see tracing information during service invocation
 +
**When enabled, the console will have a ton of output on startup, and each service invocation will spit out a lot of tracing information.
  
TBD (include JNDI)
+
<br> '''Database access'''
  
 +
TBD (include JNDI)
  
 +
<br>
  
'''Deployment descriptors'''
+
'''Deployment descriptors'''  
  
 
TBD (include generated DD support)
 
TBD (include generated DD support)

Revision as of 16:26, 5 March 2012

The following test scenarios should be run each release.

Read the top section of the main test server wiki page to understand some basics.  

Tip: To kill the test server so that you can try another scenario, either click the red terminate button in the console, or use the Debug view to kill the process.


Dedicated services

TBD


REST services

TBD


Prompting

The prompting preferences can be configured in Preferences > EGL > Test Server. Make sure to test each radio button with the below cases  

  • Classpath changes
    • Add or remove a jar or library to a project
    • Add or remove a project dependency on the Java build path
  • Hot code replace (HCR) failures 
    • Add or remove a global field
    • Change a function's signature
    • Don't worry about testing when HCR is unsupported by the JRE, this is extremely unlikely these days
    • Don't worry if you can't cause the "obsolete methods" failure


Other preferences

  • "Print debug messages in the console"
    • When disabled, the console is empty (or mostly empty) upon startup and you do not see tracing information during service invocation
    • When enabled, the console will have a ton of output on startup, and each service invocation will spit out a lot of tracing information.


Database access

TBD (include JNDI)


Deployment descriptors

TBD (include generated DD support)

Back to the top