summaryrefslogtreecommitdiff
path: root/test/testgrounds/text_about_testing.txt
diff options
context:
space:
mode:
authorOskar <>2024-03-04 22:34:15 +0100
committerOskar <>2024-03-04 22:34:15 +0100
commitae3294a25869f89fcf4ff7a45645fdf47e380d24 (patch)
tree4e7c525a555b1493c90cbdf5307878b18a70ba9d /test/testgrounds/text_about_testing.txt
parent2c60742fd8d4ce88d40a89e876e922f7bee01362 (diff)
Started working on validate_N(), its very similar to validate_L() so its mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N
Diffstat (limited to 'test/testgrounds/text_about_testing.txt')
-rw-r--r--test/testgrounds/text_about_testing.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/test/testgrounds/text_about_testing.txt b/test/testgrounds/text_about_testing.txt
index 4857dfb..4795c33 100644
--- a/test/testgrounds/text_about_testing.txt
+++ b/test/testgrounds/text_about_testing.txt
@@ -1,17 +1,7 @@
-Testing software is crucial for ensuring its functionality, reliability, and overall quality.
-
-
-
-
-
-
-
-
-
+Testing software is crucial for ensuring its functionality, reliability and quality. It is VERY VERY important.
It serves as a safety net, catching errors and flaws before they reach end-users, which can ultimately save time, money, and reputation.
-
Firstly, software testing validates that the code functions as intended. It's like a quality control process that verifies if the software meets the specified requirements and performs the expected tasks accurately. By identifying and fixing bugs during testing, developers can prevent issues from surfacing when the software is in use, reducing the potential for disruptions or failures that could impact users.
Secondly, testing helps enhance user experience. When software behaves consistently and predictably, users are more likely to have a positive experience. Comprehensive testing ensures that the software is user-friendly, intuitive, and responsive, which can significantly contribute to user satisfaction and retention.
@@ -22,6 +12,3 @@ Testing also supports scalability. It ensures that as the software grows or expe
In essence, software testing isn't just about finding and fixing bugs.
It's a strategic process that enhances the overall quality, reliability, and security of software, contributing significantly to its success in the market and ensuring a positive user experience.
-
-
-