Testing concurrent transactions in the database

The database often performs transactions where data integrity depends on other transactions that run concurrently.

ABSTRACT

The database often performs transactions where data integrity depends on other transactions that run concurrently. The operation of these (concurrent) transacti
ons should be tested in multiuser work, or simulated multiuser work.
For testing a hundred concurrent transactions, instead of using a hundred testers (people), we will use appropriate test tools.
We can use special tools for that purpose, or we can make tests on our own in a relatively simple way, as shown in this paper.