From ae3294a25869f89fcf4ff7a45645fdf47e380d24 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Mon, 4 Mar 2024 22:34:15 +0100 Subject: 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 --- test/testgrounds/text_about_testing.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'test/testgrounds/text_about_testing.txt') 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. - - - -- cgit v1.2.3