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

What is Playwright MCP? —  Knowledge in 3 Minutes

Playwright MCP, in simple terms, is a mechanism that allows AI (mainly LLMs such as…

4 days ago

Playwright: Installation to Sample Test — Knowledge in 3 Minutes

Windows 11 allows you to install Playwright using only built-in tools such as PowerShell, without…

4 days ago

“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…

2 years 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…

2 years ago

What is Edge AI? Knowledge in 3 minute

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

2 years 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…

2 years ago