Categories: General

What is “CURD”?Knowledge in 3 minutes

You may occasionally hear about this CURD in the field of system development and testing,

The main function of the system

  • Create
  • Read
  • Update
  • Delete.

The acronym stands for “Create,” “Read,” “Update,” and “Delete,” the main functions of the system.

For example, what is CRUD in a Blog system?

For example, consider each CRUD function in a blog system

[Create]

  • Posting an article
  • Function to register comments

etc.

[Read]

  • Function to display the list of articles on the blog top page
  • Function to display the list of articles on the blog administration page

etc.

[Update]

  • Edit and save registered posts on the blog administration page.
  • Edit and save comments you have posted.

etc.

[Delete]

  • Delete registered posts on the blog administration page.
  • Delete comments you have posted.

etc.

If you are a beginner who wants to learn programming,
Web applications and other development, you should first learn to be aware of CRUD!

Test-Hack

Share
Published by
Test-Hack

Recent Posts

“Seven Basic Tools of Quality Control” for Web App tester

"Seven Basic Tools of Quality Control" Difference between “New” and “Old" "Seven Basic Tools of…

10 months ago

How to Postman environment variable settings. Knowledge in 3 minutes

This article uses Postman for Mac , Version 10.0.32 In Postman, it is useful to…

1 year ago

What is Edge AI? Knowledge in 3 minute

First, what is Edge Computing? Before understanding Edge AI, it is helpful to first understand…

1 year ago

What does usability testing do? Knowledge in 3 minute

Usability Testing is described in the ISQB Glossary as follows Usability TestingTesting to evaluate the…

1 year ago

What is “Shift-left” ? Knowledge in 3 minutes

Do you understand what the term "shift-left" means?In this article, we will explain "What is…

1 year ago

What is “Inception deck” ? Knowledge in 3 minutes

What is "Inception deck" ? Inception Deck is one of the practices of Agile development…

1 year ago