diff --git a/README.md b/README.md
index 7448709..8d17b5f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,84 @@
-# Coded ui test external plugin source project for wpf datagrid and treegrid
-This repository contains the coded ui test external plugin source project for wpf datagrid and treegrid
+# Coded UI Test External Plugin Source Project for WPF DataGrid and WPF TreeGrid
+
+This repository contains the coded ui test external plugin source project for [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) and [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid).
+
+The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls.
+
+To test the Coded UI supported controls with CUITs, build the Extension project and place in the following mentioned location.
+
+
+
+| Controls |
+Compile assemblies |
+Adding Extension assembly |
+Extension Project |
+
+
+|
+SfDataGrid
+ |
+
+SfGrid.WPF
+ |
+
+Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll
+ |
+
+Get the Extension project from this repository.
+ |
+
+
+|
+SfTreeGrid
+ |
+
+SfGrid.WPF
+ |
+
+Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll
+ |
+
+Get the Extension project from this repository.
+ |
+
+
+
+To run the CUITs, follow the steps:
+
+1. Run the Extension project and build it.
+2. You can get the following tabulated assembly from the bin folder.
+
+The above assembly must be placed in the following directory based on your Visual Studio version.
+
+
+
+| Visual Studio Version |
+Relative Path |
+
+
+|
+2010
+ |
+
+C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0\UITestExtensionPackages
+ |
+
+
+|
+2015
+ |
+
+C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPackages
+ |
+
+
+|
+2017
+ |
+
+C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages
+ |
+
+
+
+The Extension package should be installed(For example, Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll) in GAC location. Refer to the MSDN link for [GAC](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-2.0/ex0ss12c(v=vs.80)) installation.
\ No newline at end of file