Skip to content

Commit ae0d071

Browse files
authored
Add Table of Contents
1 parent 2c26b30 commit ae0d071

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Automated Testing of Web Applications using Selenium Tool and TestNG Framework.
44

5+
## Table of Contents
6+
7+
| Topic | Aim |
8+
| :-: | :-: |
9+
| [Chrome Driver](1_ChromeDriverInstallation) | WebApps Testing using Selenium on Google Chrome Browser |
10+
| [Gecko Driver](2_GeckoDriverInstallation) | WebApps Testing using Selenium on Mozilla FireFox browser |
11+
| [Amazon Test Cases](3_Amazon_Test_Cases) | Writing Manual Test Case Suite in Excel Sheet |
12+
| [Amazon.com](4_Amazon) | WebApps Testing for Amazon E-Commerce website |
13+
| [StandAlone Server](5_Selenium_Server_Standalone) | Using StandAlone Server library as sole super-library for Selenium |
14+
| [GitHub](6_GitHub_Login) | Automated GitHub Login using Selenium |
15+
| [Personal Assistant](7_Personal_Assistant) | A failed but full of learning attempt to create an automated Bot for handling social media accounts |
16+
| [IEDriver](8_IEDriverServer) | WebApps Testing using Selenium on Internet Explorer Browser |
17+
| [TestNG](9_TestNG_Framework) | Introduction to TestNG Framework |
18+
| [Gmail Bot](10_GmailBot) | Attempt for automated Email |
19+
| [Amazon.com x TestNG](11_Amazon_TestNG) | Modifying Selenium testing for Amazon.com using TestNG Framework |
20+
| [Excel Read](12_ExcelRead) | Using Selenium to Read Excel Documents via Apache POI Library |
21+
| [Data Providers](13_DataProviders) | Introduction to Annotations and Data Providers in TestNG |
22+
523
## Pre-Requisites:
624

725
1. Java JDK 1.8 or above installed on local machine.

0 commit comments

Comments
 (0)