Skip to content

Commit 35b17e7

Browse files
readme updated with tutorial links and description (#101)
1 parent 62e5d2c commit 35b17e7

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
- Websites used for testing are
99
- [LambdaTest e-commerce Playground](https://ecommerce-playground.lambdatest.io/)
1010
- [LambdaTest Selenium Playground](https://www.lambdatest.com/selenium-playground/)
11+
- [Welcome to the-internet](https://the-internet.herokuapp.com/)
12+
- [Jquery UI](https://jqueryui.com/selectable/)
13+
- [Automation Store](https://automationteststore.com/)
14+
- [Guru99 Demo Site](https://demo.guru99.com/test/simple_context_menu.html)
15+
1116
- This repo uses `Maven` as build tool and `TestNG` testing framework to run the tests.
1217

1318
## Talking more about the Scenarios Covered in this project:
@@ -27,8 +32,9 @@ I have tried to answer the below questions by providing working code example in
2732
1. How to set different window sizes?
2833
1. How to double on a button?
2934
1. How to use Page Object Model using Playwright Java?
30-
1. How to perform browser navigation?
31-
1. How to perform Mouse hover?
35+
1. How to handle single and multi-select dropdown fields?
36+
2. How to perform different mouse click actions?
37+
3. How to verify if an element is displayed, enabled, or selected?
3238

3339
## How to run the Tests?
3440

@@ -41,12 +47,17 @@ I have tried to answer the below questions by providing working code example in
4147
### 2. Maven:
4248
`mvn clean install -Dsuite-xml=testng.xml `
4349

44-
## :writing_hand: Blog Links
50+
## :writing_hand: Tutorial Links
4551

46-
- [Playwright Java Tutorial: Web Automation Testing | Installation and Setup](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-installation-and-setup-545c9c7661c8)
47-
- [Playwright Java Tutorial: Web Automation Testing | Writing and running tests on Chrome, Firefox and Edge browsers](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-writing-and-running-tests-on-chrome-firefox-and-d2446b9a69ce)
48-
- [Playwright Java Tutorial: Web Automation Testing | How to perform browser navigation?](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-perform-browser-navigation-043f14af5c97)
49-
- [Playwright Java Tutorial: Web Automation Testing | How to work with text fields?](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-work-with-text-fields-6cc9982ed7b2)
52+
- [Web Automation Testing with Playwright Java: Installation and Set Up](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-installation-and-setup-545c9c7661c8)
53+
- [Writing and running tests on Chrome, Firefox, and Edge browsers with Playwright Java](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-writing-and-running-tests-on-chrome-firefox-and-d2446b9a69ce)
54+
- [How to perform browser navigations with Playwright Java](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-perform-browser-navigation-043f14af5c97)
55+
- [How to Work with Text Box in Playwright Java for Web Automation Testing](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-work-with-text-fields-6cc9982ed7b2)
56+
- [How to Handle Single and Multi-Select Dropdown Fields with Playwright Java] (https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-handle-single-and-multi-select-dropdowns-426b65614e28)
57+
- [How to perform the Mouse Hover actions with Playwright Java for Web Automation Testing](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-perform-mouse-hover-action-08905e7996f7)
58+
- [How to verify if an element is displayed, enabled, or selected, in Playwright Java](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-check-if-element-is-displayed-enabled-7b11c184e2df)
59+
- [Working with Data Tables with Playwright Java](https://medium.com/@iamfaisalkhatri/working-with-data-tables-with-playwright-java-e0fed9d9e61a)
60+
- [How to perform Mouse Click Actions using Playwright Java](https://medium.com/gitconnected/how-to-perform-different-mouse-click-actions-using-playwright-java-19ccacbec262)
5061

5162
## :question: Need Assistance?
5263

@@ -61,8 +72,7 @@ I have tried to answer the below questions by providing working code example in
6172

6273
## :thought_balloon: Checkout the blogs related to Testing written by me on the following links:
6374

64-
- [Medium Blogs](https://medium.com/@iamfaisalkhatri)
65-
- [LambdaTest Blogs](https://www.lambdatest.com/blog/author/mfaisalkhatri/)
75+
- [Medium](https://medium.com/@iamfaisalkhatri)
6676
- [My Website](https://mfaisalkhatri.github.io)
6777

6878
### :bookmark: Checkout tutorial videos related to Software Testing and Test automation tools on [Testing Talks with Faisal Khatri](https://www.youtube.com/@faisalkhatriqa)

0 commit comments

Comments
 (0)