Community
Participate
Working Groups
There are still a few places where the string "GD" is used to set variables for testing. We should create and document new strings but leave the old strings in as a fallback to remain compatible with previous versions. The places I have found are: 1. The gdrun command for starting applications outside of Jubula And the following variables: 2. -DGDCONFIRM 3. -DGDDELAY (The above are parameters for the AUT configuration) 4. GD_COMP_NAME (used for the set data option for component naming in RCP applications). 5. GD_AUT_AGENT_PORT (an environment variable for the port number) 6. GDUDV_ (the prefix to create user-defined environment variables for the test) And the following variables to provide Jubula related information during the test: 7. GD_TESTSUITE 8. GD_USERNAME 9. GD_DBUSERNAME 10. GD_AUTSTARTER (when renaming this one, rename straight to JB_AUTAGENT) 11. GD_PORTNUMBER 12. GD_AUT 13. GD_AUTCONFIG 14. GD_CLIENTVERSION 15. GD_LANGUAGE 16. There is also the possibility that our helper classes for GEF support still contain references to guidancer or to com.bredexsw.
1. gdrun has already been renamed to autrun 2. the variable -DGDCONFIRM is no longer used / supported (I couldn't find a reference in the code).
Changes for issue 3 see http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=a0dcade45037f58a1526296342cb437cba9fea3c Although I also did not find the -DGDDELAY I changed the (likely) corresponding Variables.
Changes for issue 4 see http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=08ebce158da7e572c41200e42f044f41a5eeb831 I changed: - GD_COMP_NAME --> TEST_COMP_NAME - GD_RCP_COMP_NAME --> TEST_RCP_COMP_NAME - GD_GEF_VIEWER --> TEST_GEF_VIEWER
Changes for issue 5 see http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=b8aa31bb953fd7713985e6436aae09e16797c82e Although there has been no "GD_AUT_AGENT_PORT" option I changed: - GDAutStarterPort --> TEST_AUT_AGENT_PORT
Changes for issue 6 see http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=86e6a49ab19b1456f5b33ae6679bd8530ca15bf6
Changes for issue 7-15 see http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=7dc4f77f0da7c1f356a3278a6470b5c88bcbd5b1
Please adjust documentation. For issue 17 I opened a new bug 339506.
Has been documented
Changes and Documentation have been tested.