Advertisement
Guest User

Untitled

a guest
Nov 13th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #- database.properties
  2. #- Properties file for FitNesse fixtures
  3. #-
  4. #- database connections
  5. #- format:
  6. #- logical name on test page:database type:logical name in jdbc properties:login_username:password:tableowner:tblown_pwd
  7. #-
  8. #- Example
  9. orademo:Oracle:consagdemo:sh:sh
  10. #- In the above exampke, test pages use 'orademo' as database connection. The connection is defined for an Oracle database, and uses the label 'consagdemo' as reference to the jdbc.properties file. The fixture connects to the Oracle database as user 'sh' and password 'sh'.
  11. #-
  12. db2demo:DB2:sampledb:sample:pwdsample
  13. #- In the above example, test pages use 'db2demo' as database connection. The connection is defined for a DB2 database, and uses the label 'sampledb' as reference to the jdbc.properties file. The fixture connects to the DB2 database as user 'sample' and password 'pwdsample'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement