You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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`:
0 commit comments