本站已收录 番号和无损神作磁力链接/BT种子 

[FreeAllCourse.Com] Udemy - Playwright JS Automation Testing from Scratch with Framework

种子简介

种子名称: [FreeAllCourse.Com] Udemy - Playwright JS Automation Testing from Scratch with Framework
文件类型: 视频
文件数目: 66个文件
文件大小: 6.87 GB
收录时间: 2022-4-12 01:26
已经下载: 3
资源热度: 168
最近下载: 2024-6-11 19:31

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:efd86684f91a7ac1c7bd0ccae51c180ecb6ec840&dn=[FreeAllCourse.Com] Udemy - Playwright JS Automation Testing from Scratch with Framework 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeAllCourse.Com] Udemy - Playwright JS Automation Testing from Scratch with Framework.torrent
  • 01 - Introduction to Playwright Automation & Course expectations/001 Introduction to Playwright Features - Part 1.mp490.03MB
  • 01 - Introduction to Playwright Automation & Course expectations/002 Introduction to Playwright Features - Part 2.mp488.12MB
  • 01 - Introduction to Playwright Automation & Course expectations/003 How this Course is designed Topics Breakup.mp420.85MB
  • 01 - Introduction to Playwright Automation & Course expectations/004 Install Node.js & Visual Studio for setting up Playwright Environment.mp455.15MB
  • 02 - Getting started with Playwright Automation Core concepts/002 Create npm Project and install Playwright dependencies for testing.mp436.49MB
  • 02 - Getting started with Playwright Automation Core concepts/003 Importance of Playwright Test Annotation and async await understanding.mp442.5MB
  • 02 - Getting started with Playwright Automation Core concepts/004 What is browser context and Page fixtures in Playwright - Example.mp497.54MB
  • 02 - Getting started with Playwright Automation Core concepts/005 Importance of Playwright configuration file and its details to run the tests.mp4105.82MB
  • 02 - Getting started with Playwright Automation Core concepts/006 Running Playwright tests in multiple browsers - chrome, Firefox 7 Webkit.mp494.12MB
  • 03 - Playwright Basic methods for Web Automation testing with examples/001 Locators supported by playwright and how to type into elements on page.mp4116.97MB
  • 03 - Playwright Basic methods for Web Automation testing with examples/002 Extracting the text from browser and inserting valid expect assertions in test.mp4110.68MB
  • 03 - Playwright Basic methods for Web Automation testing with examples/003 How to work with locators which extract multiple webelements in page.mp4103.16MB
  • 03 - Playwright Basic methods for Web Automation testing with examples/004 Understanding how wait mechanism works if list of elements are returned.mp493.17MB
  • 03 - Playwright Basic methods for Web Automation testing with examples/005 Techniques to wait dynamically for new page in Service based applications.mp4192.03MB
  • 04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/001 Handling static Select dropdown options with Playwright.mp497.35MB
  • 04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/002 Selecting radio buttons, Checkboxes and implement expect assertions.mp466.67MB
  • 04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/003 Using async await with Assertions and understand validating the attributes.mp483.2MB
  • 04 - Handling UI Components(Dropdowns ,Radio Buttons, Childwindows) with Playwright/004 Handling Child windows & Tabs with Playwright by switching browser context.mp4147.55MB
  • 05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/001 What is Playwright Inspector And how to debug the playwright script.mp496.5MB
  • 05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/002 Codegen tool to record & Playback with generated automation script.mp453.25MB
  • 05 - Learn Playwright Inspectors , Trace Viewers & Codegen tools with Demo examples/003 Detailed view of Test Traces, HTML reports, logs & Screenshots for test results.mp4108.91MB
  • 06 - End to End Web Automation Practice Exercise with Playwright/001 Demo of the Application and Test Scenarios which needs to be automated.mp430.46MB
  • 06 - End to End Web Automation Practice Exercise with Playwright/002 Write the Script to dynamically find the product to buy from list of products.mp4153.65MB
  • 06 - End to End Web Automation Practice Exercise with Playwright/003 Add assertions for the actions performed and implement necessary Sync steps.mp4167.18MB
  • 06 - End to End Web Automation Practice Exercise with Playwright/004 Handling Auto suggestive dropdown options with playwright - Example.mp4131.78MB
  • 06 - End to End Web Automation Practice Exercise with Playwright/005 Complete E2E flow of Placing the order and grab the OrderID with Playwright.mp479.96MB
  • 06 - End to End Web Automation Practice Exercise with Playwright/006 Dynamically find the order from OrderHistory page using Playwright Script logic.mp4157.81MB
  • 07 - Handling Web dialogs, Frames & Event listeners with Playwright/001 How to validate if element is hidden, displayed mode with Expect assertions.mp469.32MB
  • 07 - Handling Web dialogs, Frames & Event listeners with Playwright/002 How to automate JavaJavaScript Alert popups with Playwright.mp471.79MB
  • 07 - Handling Web dialogs, Frames & Event listeners with Playwright/003 How to handle & Automate frames with Playwright - Example.mp4120.84MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/001 understanding the importance of API integration calls for Web tests.mp493.23MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/002 Playwright request method to make API calls and grab response - Example.mp4122.59MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/003 Parsing API response & passing token to browser local storage with Playwright.mp483.11MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/004 Place order API to create order and bypass the flow in UI with mix of webAPI.mp475.76MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/005 End to end validation with mix of API & Web concepts - Reduce test time.mp4126.83MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/006 Refactor API calls from utils folder and isolate from Web test logic.mp4155.5MB
  • 08 - API Testing with Playwright and Build mix of Web & API tests/007 Part 2 - Refactor API calls from utils folder and isolate from Web test logic.mp475.53MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/001 How to save session storage using Playwright and inject into new Browser context.mp4148.42MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/002 How to debug the API steps in script using Visual code debugging.mp467.84MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/003 Detailed view of Trace viewer to understand the API logging reqresponses.mp436.95MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/004 How to intercept Network response calls with Playwright route method.mp485.41MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/005 Understand the playwright route method and its parameters in intercepting - demo.mp4163.49MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/006 How to intercept Network request calls with Playwright - Example demo.mp4155.38MB
  • 09 - Session storage & Intercepting Network requestresponses with Playwright/007 How to abort the Network calls with Playwright - Examples.mp4152.19MB
  • 10 - Perform Visual Testing with Playwright Algorithms/001 Capture Screenshots with Playwright on page & partial Element level - Demo.mp451.93MB
  • 10 - Perform Visual Testing with Playwright Algorithms/002 What is visual testing & How to perform it using Playwright.mp482.61MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/001 What is page object pattern & Importance of its implementation.mp4115.25MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/002 Creating Page objects and action methods for end to end Script - Part 1.mp4102.33MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/003 Creating Page objects and action methods for end to end Script - Part 2.mp468.03MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/004 Assignment Solution - Converting Page object Model Project.mp447.51MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/005 How to drive the data from external json files to playwright tests.mp482.66MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/006 Implementing Parameterization in running tests with different data sets.mp462.52MB
  • 11 - Page Object Patterns & Data driven Parameterization for Playwright Tests/007 How to pass test data as fixture by extend test annotation behaviour.mp481.03MB
  • 12 - Project Configurations, & Config options for robust Framework design/001 various options in use property & setting up Project configurations.mp466.87MB
  • 12 - Project Configurations, & Config options for robust Framework design/002 View port Property on emulating browser to mobile devices with playwright.mp466.22MB
  • 12 - Project Configurations, & Config options for robust Framework design/003 Screenshots, Videos, Traces & SSL certification options setting in Config file.mp457.87MB
  • 13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/001 how to fix flaky tests with test retry option in playwright config file.mp441.98MB
  • 13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/002 Understand how playwright run tests in serial & parallel mode and update setting.mp474.69MB
  • 13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/003 How to run tests parallely from the same file by extending test option behaviour.mp457.79MB
  • 13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/004 Reason for test failures - Race condition - Fix them.mp453.4MB
  • 13 - Test Retries , Serial & Parallel execution & Tagging Tests in Playwright/005 How to tag tests and control the execution from the command line parameters.mp443.52MB
  • 14 - HTMl & Allure Reporting & CICD Jenkins Integration/001 How to generate HTML & Allure reporting for Playwright Framework tests.mp468.85MB
  • 14 - HTMl & Allure Reporting & CICD Jenkins Integration/002 How to create custom scripts to trigger the tests from package.json file.mp451.56MB
  • 14 - HTMl & Allure Reporting & CICD Jenkins Integration/003 Install & Configure Jenkins.mp441.36MB
  • 14 - HTMl & Allure Reporting & CICD Jenkins Integration/004 Integrate the Playwright framework with Jenkins and create parameterized Job.mp472.36MB
  • 16 - Learn JavaScript Fundamentals from Scratch for Automation/002 Complete 3 hours JavaScript Tutorial for Automation Testing.mp41.19GB