diff options
author | Oskar <[email protected]> | 2023-12-11 21:51:48 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2023-12-11 21:51:48 +0100 |
commit | 754f7875bec4bf60d7bb8c23a588c32de255d038 (patch) | |
tree | 72a7f77d62fba365366c27481ec69ced75fa106e /test | |
parent | 5f973bc0b3a0d1ddbb33cc83c74ad6fa39688a9a (diff) |
Fixed some memory leaks... I think.
Diffstat (limited to 'test')
-rw-r--r-- | test/file.txt | 26 | ||||
-rw-r--r-- | test/file2.txt | 23 | ||||
-rw-r--r-- | test/newlinetest | 1 | ||||
-rw-r--r-- | test/newlinetest2 | 10 | ||||
-rw-r--r-- | test/text_about_testing.txt | 27 |
5 files changed, 86 insertions, 1 deletions
diff --git a/test/file.txt b/test/file.txt new file mode 100644 index 0000000..6f741aa --- /dev/null +++ b/test/file.txt @@ -0,0 +1,26 @@ + + +lksdjflsdjfls209432+093+20943????01+230+2,.,-.,-,-.,-.,.,..,.,.,¨.¨,¨.,¨.´.´,´.,´.,´.´,.´,.´.´,´.????`?`?`?`?`?`?`?`?`???????!!!!!!!! +öölaölskdöaslkölaksöd ++10230123203293 +())()()()()&&&&&///////////////&%/&/&&%%&/%[C/// [D[D[D[D[D3 +=)(09820398409709 +zxm,czm.x,cm.zxmc.,.... +This is line 9 +::: + +.salksjdlkajs +las + + +alskdasldkasöld + + + +. + +LINE 22!!!!!!! + +ast line!!! + + diff --git a/test/file2.txt b/test/file2.txt new file mode 100644 index 0000000..73ee54a --- /dev/null +++ b/test/file2.txt @@ -0,0 +1,23 @@ +asldaskdlalksjd +11111111 +222222 +öölaölskdöaslkölaksöd ++10230123203293 +()))&%#"#¤%&/&%¤ +=)(09820398409709 +zxm,czm.x,cm.zxmc.,.... +: +::: + +.salksjdlkajs +las + + +alskdasldkasöld + + + + + + +ölasdlkaösldköalskdöals3925748392 diff --git a/test/newlinetest b/test/newlinetest index f00c965..051c298 100644 --- a/test/newlinetest +++ b/test/newlinetest @@ -1,7 +1,6 @@ 1 2 3 -4 5 6 7 diff --git a/test/newlinetest2 b/test/newlinetest2 new file mode 100644 index 0000000..f00c965 --- /dev/null +++ b/test/newlinetest2 @@ -0,0 +1,10 @@ +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 diff --git a/test/text_about_testing.txt b/test/text_about_testing.txt new file mode 100644 index 0000000..4857dfb --- /dev/null +++ b/test/text_about_testing.txt @@ -0,0 +1,27 @@ +Testing software is crucial for ensuring its functionality, reliability, and overall quality. + + + + + + + + + + +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. + +Moreover, testing aids in maintaining security and protecting sensitive data. Security vulnerabilities can be catastrophic, leading to breaches and compromises. Through rigorous testing, potential vulnerabilities can be identified and addressed, fortifying the software against potential cyber threats. + +Testing also supports scalability. It ensures that as the software grows or experiences increased usage, it continues to perform efficiently without compromising speed or functionality. This is particularly crucial in today's tech landscape, where scalability is often a key factor in a software's success. + +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. + + + |