Skip to content

Commit 823028c

Browse files
committed
Update README.md adding Test Automation
1 parent d1505ef commit 823028c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,16 @@ Cyclic deploys full stack NodeJS apps on AWS infrastructure directly from GitHub
190190
Please do not abuse this live website below. Thank you!
191191
[Live demo](https://techrolemiweather.cyclic.app/about)
192192

193-
**Recommend Cylic** https://app.cyclic.sh/#/join/hurricanemark
193+
**Recommend Cylic** https://app.cyclic.sh/#/join/hurricanemark
194+
195+
## Test Automation
196+
197+
[Selenium](https://www.selenium.dev/documentation/) is an opensource providing QA testing environment best fit for test automation. Selenium supports multiple languages such as Java, Python,CSharp, Ruby, Javascript, and Kotlin.
198+
199+
We will choose [Selenium IDE chrome extension](https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd) to configure and run a simple user-interface automation test project.
200+
201+
1. On the Chrome browser, download selenium chrome extension.
202+
203+
2. Write test cases as follow and click `Run all tests`:
204+
205+
![UI-Automation](./public/SeleniumIDEAutomation.PNG)

public/SeleniumIDEAutomation.PNG

46.8 KB
Loading

0 commit comments

Comments
 (0)