Skip to content

Udemy - Playwright PYTHON Automation Testing - From Zero to Expert (8.2025)

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Udemy - Playwright PYTHON Automation TestingGroup: NOGRPSource: Udemy
Info Hash
6AD854A22E28DD34EF9CF42EC88F2732DED7A59B
Source
Unverified
Total Size
8.71 GB
Total Files
100
Seeders
4
Leechers
0
Health
4.00
Score
8
Type
Bookware

File List

FileSize
1 - Introduction/1 - What is Playwright and why choose Python as library.mp444.1 MB
1 - Introduction/1 - What is Playwright and why choose Python as library.srt10.21 KB
1 - Introduction/2 - How course curriculum is designed from Scratch --(Must watch).mp413.24 MB
1 - Introduction/2 - How course curriculum is designed from Scratch --(Must watch).srt4.37 KB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/54 - overview of the Best practices for Playwright framework design.mp444.43 MB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/54 - overview of the Best practices for Playwright framework design.srt6.83 KB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/55 - Drive the test data externally from Json files into Playwright fixtures.mp4118.85 MB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/55 - Drive the test data externally from Json files into Playwright fixtures.srt20.23 KB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/56 - Parameterize the Test with multiple data sets with python dictionaries.mp4173.94 MB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/56 - Parameterize the Test with multiple data sets with python dictionaries.srt24.16 KB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/57 - Understand the page object design pattern and how to apply for the tests.mp4206.85 MB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/57 - Understand the page object design pattern and how to apply for the tests.srt20.41 KB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/58 - Implement Page object design to end to end test - example.mp4153.97 MB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/58 - Implement Page object design to end to end test - example.srt13.23 KB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/59 - Optimize Test by avoiding object creation in tests and move into PO classes.mp4178.97 MB
10 - Playwright Pytest Framework- Part 1 (Pageobject, Data Driven,Parameterization)/59 - Optimize Test by avoiding object creation in tests and move into PO classes.srt18.8 KB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/60 - How to configure and drive global run time variables into Playwright framework.mp4128.37 MB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/60 - How to configure and drive global run time variables into Playwright framework.srt18.17 KB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/61 - Understand how browser value is decided at run time with global value and ifelse.mp4206.09 MB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/61 - Understand how browser value is decided at run time with global value and ifelse.srt19.28 KB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/62 - Running selected tests in the framework with pytest tag annotations.mp4181.55 MB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/62 - Running selected tests in the framework with pytest tag annotations.srt15.08 KB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/63 - Running tests in playwright framework in parallel and sequence modes.mp432.78 MB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/63 - Running tests in playwright framework in parallel and sequence modes.srt4.22 KB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/64 - Generae HTML reports with pytest plugin for tests in framework.mp462.79 MB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/64 - Generae HTML reports with pytest plugin for tests in framework.srt9.14 KB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/65 - Playwright Trace viewer - to generate logs, screenshots of the tests in zip file.mp4150.69 MB
11 - Playwright Pytest Framework- Part 2 (Global config, Parallelization, Tagging)/65 - Playwright Trace viewer - to generate logs, screenshots of the tests in zip file.srt14.16 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/66 - Introduction to BDD framework and how Pytest framework compliment it.mp4179.19 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/66 - Introduction to BDD framework and how Pytest framework compliment it.srt14.01 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/67 - Install pytest plugin and build gherkin feature file for test implemetation.mp495.71 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/67 - Install pytest plugin and build gherkin feature file for test implemetation.srt15.14 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/68 - Implement Pytest Step definition implementation for the feature file.mp496.65 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/68 - Implement Pytest Step definition implementation for the feature file.srt16.02 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/69 - How to share data across multiple step methods with in step definition file.mp4208.6 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/69 - How to share data across multiple step methods with in step definition file.srt21.57 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/70 - Fix the issues and Run the Pytest BDD tests end to end from terminal.mp471.12 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/70 - Fix the issues and Run the Pytest BDD tests end to end from terminal.srt6.31 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/71 - Set up the Jenkins with required configurations from scratch.mp4161.97 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/71 - Set up the Jenkins with required configurations from scratch.srt15.18 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/72 - Create Jenkin parameterized Job to run Playwright Python Framework.mp4129.66 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/72 - Create Jenkin parameterized Job to run Playwright Python Framework.srt14.79 KB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/73 - Schedule CI - CD Jenkins job to auto trigger based on reg ex expression.mp454.44 MB
12 - Playwright Pytest Framework- Part 3 (Cucumber BDD, CI - CD Jenkins, HTML report)/73 - Schedule CI - CD Jenkins job to auto trigger based on reg ex expression.srt9.69 KB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/74 - What is Claude Code & How to integrate with in Pycharm to use the power of AI.mp497.25 MB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/74 - What is Claude Code & How to integrate with in Pycharm to use the power of AI.srt7.55 KB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/75 - Ask anything about the Python project - Get your answers with Claude Code.mp460.33 MB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/75 - Ask anything about the Python project - Get your answers with Claude Code.srt11.5 KB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/76 - Brief overview on MCP & integration of MCP to claude code for browser automation.mp4146.21 MB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/76 - Brief overview on MCP & integration of MCP to claude code for browser automation.srt9.53 KB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/77 - Setting up Playwright MCP Server with in Terminal using Claude code.mp4233.88 MB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/77 - Setting up Playwright MCP Server with in Terminal using Claude code.srt12.03 KB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/78 - Demo of test automation with manual steps as input to claude code Playwright MCP.mp4182.42 MB
13 - AI power at Terminal to work on the Playwright Framework - Claude code & MCP/78 - Demo of test automation with manual steps as input to claude code Playwright MCP.srt11.95 KB
14 - Most commonly asked Python and Pytest Programming Interview Questions/79 - How the Interview questions video is designed.mp411.17 MB
14 - Most commonly asked Python and Pytest Programming Interview Questions/79 - How the Interview questions video is designed.srt2.27 KB
14 - Most commonly asked Python and Pytest Programming Interview Questions/80 - Questions list with Timestamp.html1.37 KB
14 - Most commonly asked Python and Pytest Programming Interview Questions/81 - 75 Mins In detail discussion on most commonly asked Python Interview Questions.mp4664.31 MB
14 - Most commonly asked Python and Pytest Programming Interview Questions/81 - 75 Mins In detail discussion on most commonly asked Python Interview Questions.srt107.78 KB
15 - Course repo download & Bonus Lecture/82 - Code download - PytestPython.zip65.22 KB
15 - Course repo download & Bonus Lecture/83 - Bonus Lecture.html3.28 KB
2 - Setting up Python & Playwright & Pycharm in Windows & Mac/3 - Install and set the path of Python in windows OS.mp491.56 MB
2 - Setting up Python & Playwright & Pycharm in Windows & Mac/3 - Install and set the path of Python in windows OS.srt13.41 KB
2 - Setting up Python & Playwright & Pycharm in Windows & Mac/4 - Install and set the path of Python in MAC OS.mp4153.41 MB
2 - Setting up Python & Playwright & Pycharm in Windows & Mac/4 - Install and set the path of Python in MAC OS.srt13.36 KB
2 - Setting up Python & Playwright & Pycharm in Windows & Mac/5 - What is PIP Install Playwright and set it up in Pycharm IDE.mp4194.12 MB
2 - Setting up Python & Playwright & Pycharm in Windows & Mac/5 - What is PIP Install Playwright and set it up in Pycharm IDE.srt18.63 KB
3 - Learn Python basics from scratch with examples/10 - Tuple and Dictionary Data types in Python with examples.mp457.55 MB
3 - Learn Python basics from scratch with examples/10 - Tuple and Dictionary Data types in Python with examples.srt13.29 KB
3 - Learn Python basics from scratch with examples/11 - If else condition in python with working examples.mp432 MB
3 - Learn Python basics from scratch with examples/11 - If else condition in python with working examples.srt13.02 KB
3 - Learn Python basics from scratch with examples/12 - How to Create Dictionaries at run time and add data into it.mp413.94 MB
3 - Learn Python basics from scratch with examples/12 - How to Create Dictionaries at run time and add data into it.srt4.98 KB
3 - Learn Python basics from scratch with examples/13 - How loops work in Python and importance of code idendation.mp435.82 MB
3 - Learn Python basics from scratch with examples/13 - How loops work in Python and importance of code idendation.srt12.49 KB
3 - Learn Python basics from scratch with examples/14 - Programming examples using for loop - 1.mp417.49 MB
3 - Learn Python basics from scratch with examples/14 - Programming examples using for loop - 1.srt6.17 KB
3 - Learn Python basics from scratch with examples/15 - Programming examples using While loop - 2.mp445.45 MB
3 - Learn Python basics from scratch with examples/15 - Programming examples using While loop - 2.srt17.72 KB
3 - Learn Python basics from scratch with examples/16 - What are functions How to use them in Python.mp443.43 MB
3 - Learn Python basics from scratch with examples/16 - What are functions How to use them in Python.srt17.47 KB
3 - Learn Python basics from scratch with examples/17 - OOPS Principles - Classes and objects in Python.mp432.67 MB
3 - Learn Python basics from scratch with examples/17 - OOPS Principles - Classes and objects in Python.srt11.34 KB
3 - Learn Python basics from scratch with examples/18 - What is Constructor and its role in Object oriented programming.mp491.78 MB
3 - Learn Python basics from scratch with examples/18 - What is Constructor and its role in Object oriented programming.srt21.66 KB
3 - Learn Python basics from scratch with examples/19 - Inheritance concepts with examples in Python.mp475.32 MB
3 - Learn Python basics from scratch with examples/19 - Inheritance concepts with examples in Python.srt19.62 KB
3 - Learn Python basics from scratch with examples/20 - Strings and its functions in python.mp445.24 MB
3 - Learn Python basics from scratch with examples/20 - Strings and its functions in python.srt14.99 KB
3 - Learn Python basics from scratch with examples/21 - How to read text file content using Python.mp436.78 MB
3 - Learn Python basics from scratch with examples/21 - How to read text file content using Python.srt9.28 KB
3 - Learn Python basics from scratch with examples/22 - Importance of readLine and readLines Methods in python.mp436.38 MB
3 - Learn Python basics from scratch with examples/22 - Importance of readLine and readLines Methods in python.srt12.32 KB
3 - Learn Python basics from scratch with examples/23 - Writing Data into File using Python.mp454.8 MB
3 - Learn Python basics from scratch with examples/23 - Writing Data into File using Python.srt13.09 KB
3 - Learn Python basics from scratch with examples/6 - Download code - pythonBasics.zip3 KB
3 - Learn Python basics from scratch with examples/7 - Python hello world Program with Basics.mp471.31 MB
3 - Learn Python basics from scratch with examples/7 - Python hello world Program with Basics.srt12.56 KB
3 - Learn Python basics from scratch with examples/8 - Datatypes in python and how to get the Type at run time.mp422.12 MB
3 - Learn Python basics from scratch with examples/8 - Datatypes in python and how to get the Type at run time.srt8.22 KB

Trackers

No trackers found.