|
10 | 10 | - This repo has example codes with Selenium 4 features.
|
11 | 11 | - Websites used for testing are: [automationpractice.com](http://automationpractice.com/index.php), [saucedemo.com](https://www.saucedemo.com),
|
12 | 12 | [the-internet](http://the-internet.herokuapp.com/) [owasp-juice-shop](https://github.com/juice-shop/juice-shop)
|
13 |
| - and [LambdaTest E-Commerce Playground](https://ecommerce-playground.lambdatest.io/) |
| 13 | + and [LambdaTest e-commerce Playground](https://ecommerce-playground.lambdatest.io/) |
14 | 14 | - This repo uses `Maven` as build tool and `TestNG` testing framework to run the tests.
|
15 | 15 |
|
16 | 16 | ## Talking more about the Scenarios Covered in this project:
|
|
36 | 36 |
|
37 | 37 | - [Selenium 4 WebDriver Hierarchy: A Detailed Explanation](https://medium.com/@iamfaisalkhatri/selenium-4-webdriver-hierarchy-a-detailed-explanation-lambdatest-18771c5fd3e9)
|
38 | 38 | - [Selenium Manager in Selenium 4.11.0: New Features and Improvements](https://medium.com/@iamfaisalkhatri/selenium-manager-in-selenium-4-11-0-new-features-and-improvements-lambdatest-761593a7f009)
|
| 39 | +- [Different Types of Locators in Selenium WebDriver](https://www.lambdatest.com/blog/locators-in-selenium-webdriver-with-examples/) |
| 40 | +- [How to Locate Elements Using CSS Selectors in Selenium](https://www.lambdatest.com/learning-hub/css-selectors) |
| 41 | +- [How to Use @FindBy Annotation in Selenium Java](https://www.lambdatest.com/blog/findby-annotation-selenium-java/) |
39 | 42 | - [Understanding CSS Selectors in Selenium](https://medium.com/@iamfaisalkhatri/understanding-css-selectors-in-selenium-pcloudy-blog-3e4b09672264)
|
40 | 43 | - [End to End testing using Selenium WebDriver and Java](https://medium.com/@iamfaisalkhatri/end-to-end-testing-using-selenium-webdriver-and-java-4ff8667716ca)
|
41 | 44 | - [Writing Selenium Web Automation tests in Fluent way!](https://medium.com/@iamfaisalkhatri/writing-selenium-web-automation-tests-in-fluent-way-864db95ee67a)
|
|
44 | 47 | - [How to Automate ServiceNow with Selenium](https://medium.com/@iamfaisalkhatri/how-to-automate-servicenow-with-selenium-511e41172161)
|
45 | 48 | - [Cross browser testing in Selenium WebDriver](https://medium.com/@iamfaisalkhatri/cross-browser-testing-in-selenium-webdriver-pcloudy-blog-46e9d70fa13a)
|
46 | 49 | - [How to Handle ElementClickInterceptedException in Selenium Java](https://www.lambdatest.com/blog/elementclickinterceptedexception-in-selenium-java/)
|
47 |
| -- [How to Use @FindBy Annotation in Selenium Java](https://www.lambdatest.com/blog/findby-annotation-selenium-java/) |
48 | 50 |
|
49 | 51 | ## :movie_camera: Tutorial Videos
|
50 | 52 |
|
51 | 53 | []( https://www.youtube.com/live/bhZX7apMqR8?si=4n0u5YiMuz5vTiHd)
|
52 | 54 | [](https://youtu.be/uHLYoJmZxWc?si=3nevAn0Z3QZycdG8)
|
| 55 | +[](https://youtu.be/_hlXjVTa-jo?si=PfOfU7ihb8eEgduh) |
53 | 56 | []( https://youtu.be/sVBgpz1z9Ts?si=azE1_vquOwT9jFT1d)
|
54 | 57 |
|
55 | 58 |
|
| 59 | + |
56 | 60 | ## End-to-End Tests for OWASP-Juice-Shop
|
57 | 61 |
|
58 | 62 | - End-to-End tests for Juice Shop Website are running on `http://localhost:3000` inside the container in GitHub actions.
|
|
0 commit comments