From 699b8c35bf56d2276279d5221660f4654139f45c Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Sun, 3 Nov 2024 20:11:48 +0530 Subject: [PATCH 1/2] Updated Data Mocks using AI page Signed-off-by: Swapnoneel Saha --- .../version-2.0.0/concepts/reference/glossary/mocks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md b/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md index de5049e6e..64589c28c 100644 --- a/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md +++ b/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md @@ -12,14 +12,14 @@ keywords: ## What are data mocks? -Mocks or Data mocks are fake data that is used to simulate real data in a controlled environment. They are often used in software development to test code that interacts with data, such as APIs and databases. Data mocking can be used to: +Data mocking with AI involves generating synthetic data that mimics real-world datasets, which is useful for testing, training machine learning models, and simulating data flows without relying on actual production data. They are fake data that is used to simulate real data in a controlled environment. Data mocks are often used in Software Development to test code that interacts with data, such as APIs and databases. Data mocking can be used to: - Test code that is not yet connected to a real data source. - Test code that is expected to handle errors or unexpected data. - Test code that is expected to work with different types of data. - Speed up the testing process by avoiding the need to wait for real data to be loaded. -## Here are some of the benefits of data mocking: +## What are the benefits of data mocking? - **Increased test coverage**: Data mocks can be used to test code that is not yet connected to a real data source. This can help to increase the test coverage of the code, and it can help to identify bugs that would not be found if the code was only tested with real data. - **Improved testing speed**: Data mocking can be used to speed up the testing process by avoiding the need to wait for real data to be loaded. This can be especially beneficial for large data sets or for tests that need to be run repeatedly. From 8c13ad2b642ff97c80a9b52b0064d243add57baa Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Sun, 10 Nov 2024 20:22:38 +0530 Subject: [PATCH 2/2] updated data mocks definition Signed-off-by: Swapnoneel Saha --- .../version-2.0.0/concepts/reference/glossary/mocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md b/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md index 64589c28c..dc0167a61 100644 --- a/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md +++ b/versioned_docs/version-2.0.0/concepts/reference/glossary/mocks.md @@ -12,7 +12,7 @@ keywords: ## What are data mocks? -Data mocking with AI involves generating synthetic data that mimics real-world datasets, which is useful for testing, training machine learning models, and simulating data flows without relying on actual production data. They are fake data that is used to simulate real data in a controlled environment. Data mocks are often used in Software Development to test code that interacts with data, such as APIs and databases. Data mocking can be used to: +Data mocks refer to the synthetic data that mimics real-world datasets, which is useful for testing, training machine learning models, and simulating data flows without relying on actual production data. They can also be generated with the help of AI. Data mocks are often used in Software Development to test code that interacts with data, such as APIs and databases. Data mocking can be used to: - Test code that is not yet connected to a real data source. - Test code that is expected to handle errors or unexpected data.