Originally posted by Robertovich Wartins:
thank for response,
i have created hibernate classes for some database table and i want test those classes (test operations like insert, select, update and delete). Should i put all those tests in one test case class (in separated methods) or for any of those tests create new test case.