You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

script.html 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <title>AJDE Browser</title>
  8. <STYLE TYPE="text/css">
  9. <!--
  10. /* FOR THE SDA PAGE */
  11. /*
  12. BODY {margin-top: 15px; margin-left: 15px; margin-right: 15px;}
  13. */
  14. A:link {
  15. color:#4756AC;
  16. }
  17. A:visited {
  18. color:#60657B;
  19. }
  20. A:hover {
  21. color:red
  22. }
  23. INPUT {font:12px "Courier New", sans-serif;}
  24. H2 {
  25. font:18px/18px Verdana, Arial, Helvetica, sans-serif;
  26. color:black;
  27. font-weight:bold;
  28. margin-left: 10px;
  29. line-height:110%;
  30. }
  31. H3 {
  32. font:18px/18px Verdana, Arial, Helvetica, sans-serif;
  33. color:black;
  34. font-weight:bold;
  35. margin-left: 10px;
  36. line-height:110%;
  37. }
  38. H4 {
  39. font:15px/16px Verdana, Arial, Helvetica, sans-serif;
  40. color:black;
  41. font-weight:bold;
  42. margin-left: 10px;
  43. line-height:140%;
  44. }
  45. P {
  46. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  47. margin-right: 10px;
  48. margin-left: 10px;
  49. line-height:130%;
  50. }
  51. .paragraph {
  52. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  53. margin-right: 10px;
  54. margin-left: 10px;
  55. line-height:130%;
  56. }
  57. .smallParagraph {
  58. font:11px/11px Verdana, Arial, Helvetica, sans-serif;
  59. margin-right: 10px;
  60. margin-left: 10px;
  61. line-height:130%;
  62. }
  63. LI {
  64. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  65. text-align:justify;
  66. margin-right: 10px;
  67. margin-left: 15px;
  68. line-height:120%;
  69. }
  70. /*
  71. UL {
  72. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  73. text-align:justify;
  74. margin-right: 10px;
  75. margin-left: 15px;
  76. line-height:120%;
  77. }*/
  78. CODE {
  79. font:11px/11px Courier New, Courier, sans-serif;
  80. text-align:justify;
  81. margin-right: 10px;
  82. margin-left: 15px;
  83. line-height:120%;
  84. }
  85. DL {
  86. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  87. text-align:justify;
  88. margin-right: 10px;
  89. margin-left: 15px;
  90. line-height:120%;
  91. }
  92. .footer {
  93. font:10px/10px Verdana, Arial, Helvetica, sans-serif;
  94. color:#888888;
  95. text-align:left
  96. }
  97. .figureTitle {
  98. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  99. text-align:justify;
  100. text-align:center
  101. }
  102. .copyrightNotice {
  103. font:10px/10px Verdana, Arial, Helvetica, sans-serif;
  104. color:#999999;
  105. line-height:110%;
  106. }
  107. .smallHeading {
  108. font:13px/13px Verdana, Arial, Helvetica, sans-serif;
  109. font-weight:bold;
  110. line-height:110%;
  111. }
  112. .tinyHeading {
  113. font:11px/11px Verdana, Arial, Helvetica, sans-serif;
  114. font-weight:bold;
  115. line-height:120%;
  116. }
  117. .newsText {
  118. font:11px/11px Verdana, Arial, Helvetica, sans-serif;
  119. line-height:130%;
  120. }
  121. .smallParagraph {
  122. font:11px/11px Verdana, Arial, Helvetica, sans-serif;
  123. line-height:130%;
  124. }
  125. .fancyHeading {
  126. font:20px/20px Chantilly, Arial, Helvetica, sans-serif;
  127. margin-right: 10px;
  128. color:#6f7a92;
  129. margin-left: 10px;
  130. line-height:130%;
  131. }
  132. -->
  133. </STYLE>
  134. </head>
  135. <BODY BGCOLOR="white">
  136. <h3 align="center">AJDE Test Script</h3>
  137. <p><b>AJBrowser Script</b></p>
  138. <p>Steps 3-6 should be re-tested in JBuilder and Forte seperately. </p>
  139. <ol>
  140. <li>launch browser &amp; manipulate config file set<ul>
  141. <li>with no config file passed as command line parameter: error message</li>
  142. <li>open config file by browsing filesystem<ul>
  143. <li>browse and add</li>
  144. <li>close config</li>
  145. <li>close config: silent fail</li>
  146. <li>compile: error message</li>
  147. </ul>
  148. </li>
  149. <li>with multiple config files passed as command line parameters<ul>
  150. <li>a file specified by its full path</li>
  151. <li>a file specified by its relative path</li>
  152. <li>non &quot;.lst&quot; file: file not added to configs list</li>
  153. <li>a file with an incorrect suffix: not added to list</li>
  154. </ul>
  155. </li>
  156. </ul>
  157. </li>
  158. <li><font color="#000080">run</font><ul>
  159. <li><font color="#000080">with no class selected: error dialog</font></li>
  160. <li><font color="#000080">with a non-main class selected: error dialog</font></li>
  161. <li><font color="#000080">code that throws an exception: error dialog</font></li>
  162. <li><font color="#000080">with a correct main class selected</font></li>
  163. <li><font color="#000080">repeat using the "run in other process" menu or button variant</font></li>
  164. </ul>
  165. </li>
  166. <!-- debugging disabled
  167. <li><font color="#000080">debug</font><ul>
  168. <li><font color="#000080">with no class selected: error dialog</font></li>
  169. <li><font color="#000080">with a non-main class selected: error dialog</font></li>
  170. <li><font color="#000080">with a correct main class selected</font></li>
  171. </ul>
  172. </li>
  173. -->
  174. <li>compile<ul>
  175. <li>no config file present: error message</li>
  176. <li>non-existing config file: error message</li>
  177. <li>invalid config file: error dialog<ul>
  178. <li><font color="#008080">incorrect entry: error message seeks to
  179. corresponding line</font></li>
  180. <li><font color="#008080">non-existing file: error message seeks to
  181. corresponding line</font></li>
  182. </ul>
  183. </li>
  184. <li>compile error-generating code: compiler error, failed build reported<ul>
  185. <li>seek to compiler message</li>
  186. <li>recompile: messages pane disappears</li>
  187. </ul>
  188. </li>
  189. <li>compile warning-generating code: compiler warning, successful build
  190. reported</li>
  191. <li><font color="#008080">compile and generate compiler error: error message</font></li>
  192. <li><font color="#008080">compile and generate OutOfMemoryError: error
  193. message</font></li>
  194. <li><font color="#008080">compile and abort: aborted build reported</font></li>
  195. <li>compile valid code: successful build reported</li>
  196. </ul>
  197. </li>
  198. <li>browse structure (expand this section)<ul>
  199. <li>test modes<ul>
  200. <li>global view</li>
  201. <li>file view</li>
  202. <li>split views</li>
  203. </ul>
  204. </li>
  205. <li>expand/collapse tree levels using slider</li>
  206. <li>close and re-launch browser: previously saved structure tree should be
  207. present</li>
  208. </ul>
  209. </li>
  210. <li><font color="#008080">edit &quot;.lst&quot; file</font><ul>
  211. <li><font color="#008080">select for editing and verify integrity of package/file structure</font></li>
  212. <li><font color="#008080">select/deselect nodes and save</font></li>
  213. <li><font color="#008080">verify saves committed to disk</font></li>
  214. <li><font color="#008080">break &quot;.lst&quot; file on disk: error dialog</font></li>
  215. <li><font color="#008080">coverage: when compilation breaks</font></li>
  216. <li><font color="#008080">coverage: when aspectjrt.jar not present on
  217. classpath</font></li>
  218. </ul>
  219. </li>
  220. <li>user preferences<ul>
  221. <li>set options in &quot;Properties&quot; window</li>
  222. <li>close and re-launch browser</li>
  223. <li>verify properties<ul>
  224. <li>Build Options<ul>
  225. <li>non-standard options</li>
  226. </ul>
  227. </li>
  228. </ul>
  229. </li>
  230. </ul>
  231. </li>
  232. <li>error handler<ul>
  233. <li>verify that the error handler shows stack trace</li>
  234. </ul>
  235. </li>
  236. </ol>
  237. <p><b>AJDE/JBuilder</b></p>
  238. <ol>
  239. <li>launch<ul>
  240. <li>AJDE startup message appears</li>
  241. <li>no AJDE listeners are enabled until AJDE started (whitebox)</li>
  242. </ul>
  243. </li>
  244. <li>make new project<ul>
  245. <li>*any* combination of parameters to the new project wizard should work</li>
  246. <li>add packages</li>
  247. <li>add single files</li>
  248. </ul>
  249. </li>
  250. <li>start AJDE</li>
  251. <li>repeat AJBrowser tests</li>
  252. <li>inline annotations<ul>
  253. <li>line with a single annotation</li>
  254. <li>line with multiple annotations</li>
  255. </ul>
  256. </li>
  257. </ol>
  258. <p><b>AJDE/Forte</b></p>
  259. <ol>
  260. <li>launch<ul>
  261. <li>AJDE startup message appears</li>
  262. <li>no AJDE listeners are enabled until AJDE started (whitebox)</li>
  263. </ul>
  264. </li>
  265. <li>make new project<ul>
  266. <li>*any* combination of parameters to the new project wizard should work</li>
  267. <li>add packages</li>
  268. <li>add single files</li>
  269. </ul>
  270. </li>
  271. <li>start AJDE</li>
  272. <li>repeat AJBrowser tests</li>
  273. </ol>
  274. </body>
  275. </html>