User: clu     
Date: 06/03/29 06:57:17

Added:
 /dba/www/QA/
  Connection_Test.html

Log:
 add new testplan

File Changes:

Directory: /dba/www/QA/
=======================

File [added]: Connection_Test.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/QA/Connection_Test.html?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 212
----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>OpenOffice.org Database QA</title>
  <meta http-equiv="content-type"content="text/html; charset=ISO-8859-1">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <style type="text/css">
    @import "/css/dba.css";
    .available_in_1x_not_used { background-color:#CCFFCC; }
          .available_in_20_not_used { background-color:#CCFFFF; }
          .available_in_680_not_used { background-color:#FFFFCC; }
        </style>
</head>
<body>
    <b>Project Sections</b>:
        <a href="/index.html">Home</a>
      | <a href="/howto/index.html">HowTo's</a>
      | <a href="/specifications/index.html"><b>Specifications</b></a>
      | <a href="/FAQ/index.html">Tips 'n' Tricks</a>
      | <a href="/downloads/index.html">Downloads</a>
      | <a href="/miscellaneous/index.html">Miscellaneous</a>
      | <a href="/drivers/index.html">Drivers</a><br/>
<hr/>
<div class="dba">
<h1>OpenOffice.org Database Access - QA: Testcases</h1>
</div>

<p>This table is the collected result of the manual test (link to manual test). 
The used placeholder in words:<br>
(+) = works fine/ok ; (-) = is not supported ; (?) = works partly/with 
workaround.<br>
If you have any questions, anything to add etc. please contact the respective 
QA member or <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.<br>
If you miss your favorite database, driver or operating system (distribution), 
please join the <a href="http://qa.openoffice.org";>OpenOffice.org QA 
project</a> <br>
and add your values in TCM (<a 
href="http://www.sunvirtuallab.com/tcm2/tcm_login.cgi";>old TCM tool</a>).</p>

<div class="dba_light">
<table cellpadding="0" cellspacing="0" width="100%">
  <tbody>
    <tr class="MainTableHeader">
      <td colspan="2">Connection Test</td>
    </tr>

    <p>
0. open or create according database for testing<br>
1. create a new table (by clicking on the 'table container' and choosing: 
'create table in design view...')<br>
2. insert any field name and save table (with 'save' icon in toolbar or 
file/save menue) -> save dialog appear<br>
3. insert any table name and push the 'ok' button<br>
-> proposual dialog for primary key appears (if database support primary 
key)<br>
4. push the 'no' button<br><br>

=> check: 'create tables' on your checklist (if works fine/ok (+) or not 
supported (-) or works partly/with workaround (?))

5. repeat step 1. to 3. but choose 'yes' for primary key in step 4.

=> check: 'primary key' on your checklist (ok(+) - not supported(-) - works 
partly(?))

6. delete both tables (by context on tablename or 'del' key on keyboard)

=> check: 'delete tables' (+-?)

7. create a table with several fields (with different field types of your 
choice)
8. save and close table (with primary key if supported)
9. open table in design view (by context on table and 'edit')
10. add a field and save table

=> check: 'insert table fields'

11. change any field name and any field type and save the table
-> if warning dialog appear click 'yes' (warning dialog propose appending new 
table)

=> check: 'modify table fields'

12. delete any field and save the table

=> check: 'delete table fields'

13. close the table, and reload it (menue: view/refresh tables)
14. open the table in design view again and recheck and close (check if the 
'insert/modified/deleted' changes are still present)
15. open the table in normal view (doubleclick on table or context/open)
16. insert some rows with any data and save (or leave current row - should save 
data, too)

=> check: 'insert table data'
=> check: 'insert table rows'

17. change any content and save

=> check: 'modify table data'

18. delete any content and any table row (by context or by marking whole row 
and pushing 'del' key on keyboard)

=> check: 'delete table data'
=> check: 'delete table rows'

19. close table and push the 'query container'
20. create a new query (in design view)
-> 'add tables' dialog appear
21. add the created test table (or any else containing different field types 
and any data)
-> 'table' container appear
22. choose some fields from 'table container' (by doubleclicking on tablename 
or field listbox in lower grid)
23. run and save the query (by corresponding icon or menue: edit/run query)
-> upper windows shoud appear (and show the result of the query)
24. close and reopen the query in design view (context:'edit')

=> check: 'create query'

25. insert any further field, or delete one (delete field by marking 'field 
header' in lower grid and context or 'del' key)
26. save and close query design
27. reopen and verify the change you have made

=> check: 'modify query'

28. close query and delete it

=> check: 'delete query'

29. create a new 'view' (table container/create view - if supported)
30. repeat 21. to 28. (views should behave the same way like queries, but they 
are stored in the connected database insted in the oo db file, so the behavior 
can differ)

=> check: 'create view'
=> check: 'modify view'
=> check: 'delete view'

31. open or create any table in design view
32. open the 'index' design dialog (in menue: tools/index design or with 
according icon)
-> index dialog appear
33. create a new index, save it and close dialog and table (with the according 
icons)
34. refresh tables and reopen test table (from menue: view/refresh tables)
35. reopen index dialog and recheck if index still present

=> check: 'indexes'

36. close dialog and table design
37. create any other table (for further test we need min. two tables)
38. open a new query in design view
39. add two tables
-> two table container should appear
40. create a join between them (by drag&drop any field name from one table 
container to the other)
-> a 'connector' between the two table container appear
41. doubleclick on the connector
-> the 'join property' dialog appear
42. choose from 'type' listbox the any item f.e. 'inner join' (if supported)
43. push the 'ok' button
-> dialog disappear
44. insert any table field for query (by doubleclicking on any field in table 
container or with 'listbox'..)
45. run and save the query (for a senseful result you need sensfull data)
46. open the query in design view and doubleclick on the 'connector'
-> the 'join property' dialog appear
47. check the other proposed join 'types' if supported (43. to 46.)

=> check: 'join'

48. close dialog and query design
49. open the 'relation design' (menue: tools/relationships)
-> dialog appear
50. add two tables
-> table container appear
51. drag and drop a field from one table container to the other (does not work 
with every field - try the two primary key fields)
-> 'connector ' between the two table container appear (with doubleclick on it, 
dialog available)
52. save, refresh, reopen and recheck if everything fine

=> check: 'relations'

53. create a new database with the same settings like your current (if 
supported)
54. view any table content

=> check: 'multi user'

- finish test -


please send filled checklist with 'connection test' in title to [EMAIL 
PROTECTED]


(please fill in comma seperated like example:
create tables: +
indexes: -
and notice, that the order differ a bit)

Checklist: - Connection Test -

Database:
Driver (vers. number):
OS (Operating System f.e. WinXP or LinuxSuse10.1):
oo Version:
known bugs (optional):

primary key:
create tables:
delete tables:
insert table fields:
modify table fields:
delete table fields:
insert table data:
modify table data:
delete table data:
insert table rows:
delete table rows:
create query:
modify query:
delete query:
create view:
modify view:
delete view:
indexes:
joins:
relations:
multi user:
    </p>

  </tbody>
</table>
</div>
</body>
</html>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to