test « dao « Java Database Q&A

Home
Java Database Q&A
1.Blob
2.cassandra
3.column
4.Connection
5.Cursor
6.dao
7.Data Type
8.Database
9.Database Product
10.DataSource
11.Date
12.db2
13.derby
14.Development
15.Driver
16.Exception
17.file
18.hadoop
19.hbase
20.hsqldb
21.ibatis
22.JDBC
23.memcached
24.mongodb
25.MS Access
26.mysql
27.ODBC
28.Operation
29.oracle
30.postgresql
31.Record
32.result
33.Resultset
34.Schema
35.SQL
36.sqlite
37.SQLserver
38.Statement
39.stored procedure
40.sybase
41.Table
42.Transaction
43.Trigger
Java Database Q&A » dao » test 

1. Java: How to do testing for DAO and Services for a module?    stackoverflow.com

First, I'm working as a Java programmer, and my first taks is to test the DAO and Services layers for a module from a project, but I didn't receive so many ...

2. What’s the strategy to recover data during DAO unit test?    stackoverflow.com

When I test DAO module in JUnit, an obvious problem is: how to recover testing data in database? For instance, a record should be deleted in both test methods testA() and testB(), ...

3. Writing tests for DAOs    stackoverflow.com

I'm currently assigned to write a test for a project, is it necessary to write tests for DAO classes?

4. Should integration testing of DAOs be done in an application server?    stackoverflow.com

I have a three tier application under development and am creating integration tests for DAOs in the persistence layer. When the application runs in Websphere or JBoss I expect to ...

5. What is good practice for java agile integration testing DAO -> database?    stackoverflow.com

What is current good practice for agile integration testing of DAOs against a real database schema in the Java landscape? (By 'agile' I mean what is the most streamlined, automated & simple ...

6. Generic test class for a generic DAO class?    stackoverflow.com

I'm trying to test some DAO Classes that inherit from a Generic one, and was wondering if there was a way to write a generic test class that tests the functionality ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.