Submitted Questions

  • Acid Testing

    I have come across the Term "Atomicity, Consistency, Isolation, Durability" acronym as ACID , have any one have more knowledge about this Testing strategy... Help would be Appreciated

    devanshu20

    • Mar 17th, 2008

    Basically in IT World ACID is acronym of Atomic, Consistent, Isolation, Durable. Which is specifically define a Properties of a Good Database Transaction.So I think ACID Testing is either a Database Testing. The white box and Black box Testing of Database Queries/Processes.