diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/100-appium.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/100-appium.md
index 52f5e8ab4..2538c5d47 100644
--- a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/100-appium.md
+++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/100-appium.md
@@ -1 +1,7 @@
-# Appium
\ No newline at end of file
+# Appium
+
+Appium is an open-source framework that allows QAs to conduct automated app testing on different platforms like Android, iOS, and Windows. It is developed and supported by Sauce Labs to automate native and hybrid mobile apps. It is a cross-platform mobile automation tool, which means that it allows the same test to be run on multiple platforms.
+
+Free Content
+Appium Website
+Appium Tutorial for Mobile Application Testing
\ No newline at end of file
diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/101-xcuitest.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/101-xcuitest.md
index 1ede677e6..fd80ca395 100644
--- a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/101-xcuitest.md
+++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/101-xcuitest.md
@@ -1 +1,7 @@
-# Xcuitest
\ No newline at end of file
+# XCUITest
+
+Mobile app testing, and more specifically, app UI testing involves checking how the interface behaves when user actions are performed and then compares results with expected outcomes. Here, testers try to replicate exactly how a user would interact with the application and validate the state of the UI. XCUITest allows them to write test cases for these purposes using two fundamental concepts.
+
+Free Content
+Official Documentation
+Getting Started with XCUITest
\ No newline at end of file
diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/102-espresso.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/102-espresso.md
index ad49307a6..9120e2caf 100644
--- a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/102-espresso.md
+++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/102-espresso.md
@@ -1 +1,7 @@
-# Espresso
\ No newline at end of file
+# Espresso
+
+Espresso is a native testing framework for Android to write reliable UI tests. Google released the Espresso framework in October 2013 and, as of release version 2.0, Espresso is part of the Android Support Repository. One of the important features in Espresso is that it automatically synchronizes your test actions with the user interface of your application. The framework also ensures that your activity is started before the test runs. It can also force a test to wait until all observer background activities have finished, which is sometimes a problem with other testing frameworks.
+
+Free Content
+Official Documentation
+Espresso Testing Tutorial
\ No newline at end of file
diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/103-detox.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/103-detox.md
index 9e8f4aa5c..3250d6c1a 100644
--- a/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/103-detox.md
+++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/101-mobile-automation/103-detox.md
@@ -1 +1,7 @@
-# Detox
\ No newline at end of file
+# Detox
+
+Detox is a JavaScript mobile testing framework that is built into the application and the test execution starts with app launch. This makes test execution really fast and robust as no external additional tools are needed to orchestrate and synchronize during the test execution.
+
+Free Content
+Detox Website
+Test Automation Tools: Detox
\ No newline at end of file