Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
120 views
by Master (1.2k points)

1 Answer

0 like 0 dislike
by Contributing Tester (77 points)

Database Testing :

   Database testing is important while we managing any site(ERP,CRM related),

So basically in database testing we should check as per datatype it accepts data or not,

Update - It updates record and saves in DB,

Delete - If we deleted record then it deletes from backend also,

By exceeding limit (Adding data more than predefined to data type) 

Also we check updating many records speed (Query is heavy/Complex)

...