The "QA_Automation_practice" repository contains a collection of scripts and automated tests aimed at practical applications of software testing techniques. These scripts primarily focus on interacting with the Amazon platform, as well as experiments related to regular expressions and element localization on web pages.
- Folders and Files:
.idea
: Configuration folder for IDE (e.g., PyCharm).Mini kurs pierwszy
: Contains materials and scripts related to the first automation course.Odp_self_check
: Scripts for self-verification.self_check
: Additional scripts for self-verification.Regex_eksperyment02.py
: Experiments with regular expressions.Send_message_submit.py
: Script for testing the message sending functionality.amazon_zabawki,_check_box.py
: Tests related to interacting with checkbox elements on the Amazon site.check_box.py
: Script for testing checkbox functionality.clickable_button.py
: Checks if a specific button is clickable.download_file.py
: Script for downloading files.locating elements, xpath.py
: Experiments with locating elements on pages using XPath.main.py
: Main script to run the tests.oxford_wydawnictwo.py
: Script related to Oxford publishing.regex.py
: Examples of using regular expressions.test_amazon_empty_cart.py
: Tests the functionality of an empty cart.test_amazon_search.py
: Tests the product search functionality.test_amazon_search_parametrize.py
: Parameterized search tests.test_amazon_search_pytest.py
: Search tests using the pytest framework.test_amazon_search_test_Suite.py
: Test suite for search functionality.todays_deals.py
: Script for checking today's deals.try.py
: Experimental script for testing various functions.
- Python 3.x
- Libraries: Selenium, pytest, re, time.