| Author |
How to execute junit test query for a table(User) without actually modifying data in the table
|
ashley Jug
Ranch Hand
Joined: Sep 02, 2011
Posts: 60
|
|
Hello,
I have a question regarding JUNIT TEST:
i have a unit test query in java that modifies data in a table user(name,id) and the sql takes a name and an id as parameter, it modifies the name.however i just want to know if it is possible to run my junit query if modification is successful or not without actually changing the data(name) in the table?
Thanks in advance.
|
 |
 |
|
|
subject: How to execute junit test query for a table(User) without actually modifying data in the table
|
|
|