- Pytest
- Selenium WebDriver
- PyCharm
Test Automation Structure for the Website (https://www.discourse.org/)
TC-001 – Print the title of all closed topics.
- Access the Discourse page (https://www.discourse.org/).
- Click on the Demo option available in the main menu.
- Scroll to the bottom of the page.
- Print the title of all closed topics (those with a lock icon on the left side of the title).
TC-002 – Print the quantity of items in each category and those without a category
- Access the Discourse page (https://www.discourse.org/).
- Click on the Demo option available in the main menu.
- Scroll to the bottom of the page.
- Print the quantity of items in each category and those without a category.
TC-003 – Print the title of the topic that has the highest number of views.
- Access the Discourse page (https://www.discourse.org/).
- Click on the Demo option available in the main menu.
- Scroll to the bottom of the page.
- Print the title of the topic that has the highest number of views.
Estrutura de automação de testes do site https://www.cesar.school/
TC-001 – Print the title and publication date of the second post on the page
- Access the Cesar School page (https://www.cesar.school/).
- Open the "School" menu.
- Click on the "Blog" option.
- Go to the second page of the list of posts.
- Print the title of the second post.
- Print the publication date of the second post.
TC-002 – Print the title and author of the third post on the page
- Access the Cesar School page (https://www.cesar.school/).
- Open the "School" menu.
- Click on the "Blog" option.
- Go to the second page of the list of posts.
- Print the title of the third post.
- Print the author of the third post.
TC-003 – Print the address of Cesar School
- Access the Cesar School page (https://www.cesar.school/).
- Open the "School" menu.
- Click on the "Blog" option.
- Go to the second page of the list of posts.
- Scroll to the bottom of the page.
- Print the address of Cesar School.