Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (55.6k points)

Can anyone explain the CRUD Testing?

1 Answer

0 votes
by (119k points)

CRUD testing is black-box testing. It is also called as Database Testing. The CRUD operations are:

  • Create: to save a new transaction
  • Retrieve/Read: to search or view a transaction
  • Update: to edit or modify an existing transaction
  • Delete/Destroy: to delete an existing unnecessary transaction

CRUD Testing is important for:

  • Ensuring Data Mapping
  • Maintaining ACID Properties
  • Ensuring data Integrity
  • Ensuring the accuracy of implemented business rules

If you want to learn to build a CRUD app with Node Js Express and MongoDB, I would recommend this Node Js Certification by Intellipaat.

Also, watch this video on CRUD App with Node Js:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)

Browse Categories

...