From 511eebbac8760e9de5d358bead3fe3f1aa8df60c Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Fri, 27 Oct 2023 10:10:05 +0200 Subject: [PATCH] Testing --- code_management/index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/code_management/index.md b/code_management/index.md index b95b524c..7f8e5e7d 100644 --- a/code_management/index.md +++ b/code_management/index.md @@ -16,7 +16,7 @@ If you're new to Git or want to improve your Git skills, we recommend attending Additionally, all course materials are publicly available and can be used throughout the year. For more details, please visit [Technical Events - Git Courses](https://c2sm.github.io/events/git_courses.html). -### Key Concepts +### Key Concepts of Git #### 1. Repository (Repo) @@ -40,10 +40,8 @@ In a collaborative development environment, developers use pull requests to prop ## Code Testing - -Code or software testing, is a critical phase in the software development process aimed at identifying and eliminating defects and ensuring the functionality, -quality, and reliability of a software application. It involves systematic evaluation and validation of various components -and aspects of the code. Code testing is essential to deliver robust and error-free software. +Code testing is a critical step in software development. It's about finding and fixing problems to make sure the software works well, is of high quality and reliable. +Testing involves checking different parts of the code to make sure the software is strong and free of bugs. ### Purpose of Code Testing