What is Acid Testing?????
Answers were Sorted based on User's Feedback
ACID Means:
ACID testing is related to testing a transaction.
A-Atomicity
C-Consistent
I-Isolation
D-Durable
mostly this will be done database testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aman
ACID stands for :
Atomicity
Consistency
Isolation
Durability
For OLTP databases and when databases deal with
mission-critical business transactions and critical
information ACID features are much need for reliability &
stability. For customers that demand high quality of
databases to maintain confidentiality of their informatino,
ACID features is what you need.
Aman Kumar
aman.testing@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Name three reasons why the tester may choose to record in Context Sensitive mode.
what is prototyping model,RAD model V model, spiral model?????
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
How do you test if an XML file is correct or not?
sanity testing is done during regression testing.is it true.if it is true plz explain?
Tell me what all u have done for 2 years as a manual tester in your company
What r the different testing techniques other than BVA and EQP?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
hi i am arun In interview i will answer( the allinterview com ) answers it is accepatable by interviewer it is real time answer only
What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.
Performance testing is coming under Functional testing?
is test data the same as test condition