From 2f1fc7712a3cff604f6a47bb493e4d41732df08b Mon Sep 17 00:00:00 2001 From: "@baba" <91399435+iitian360@users.noreply.github.com> Date: Fri, 21 Oct 2022 22:40:17 +0530 Subject: [PATCH] Add content for backend automation (#2578) * added content to readme.md file of 102-backend-automation (#1840 ) [https://github.com/kamranahmedse/developer-roadmap/issues/1840] I solved this issue, Please look at my PR!! * Update content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/readme.md Co-authored-by: Kamran Ahmed --- .../102-backend-automation/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/readme.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/readme.md index 5b2e33f31..da77b35dd 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/readme.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/readme.md @@ -1 +1,7 @@ -# Backend automation \ No newline at end of file +# Backend Automation + +Backend Testing is a testing method that checks the server side or database of web applications or software. Backend testing aims to test the application layer or database layer to ensure that the web application or software is free from database defects like deadlock, data corruption, or data loss. + +Free Content +What is backend testing? +Backend Testing Tutorial