وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

The Complete Cypress 12+ Course: From Zero to Expert!

سرفصل های دوره

Write Automated UI & API test scripts using JavaScript or TypeScript(E2E Testing Type).


1 - Introduction & Installation Process
  • 1 - Lets evaluate what you have learned.html
  • 1 - Welcome Lets start learning Cypress
  • 2 - Source Code.html
  • 3 - What is Cypress
  • 4 - Cypress Features
  • 5 - Cypress Treadoffs
  • 6 - Javascript or Typescript Disclaimer
  • 7 - Node JS & Visual Studio Code
  • 8 - VS Code overview
  • 9 - NPM & Packagejson
  • 10 - Install TypescriptOPTIONAL
  • 10 - article.zip
  • 11 - Install Cypress
  • 11 - article.zip
  • 12 - Configuring Cypress for E2E Testing
  • 13 - First Hello World
  • 14 - Testing Javascript using Typescript Cypress
  • 15 - Test Runner E2E time saving tip
  • 16 - Conclusions

  • 2 - Test Framework Mocha JS
  • 2 - Lets evaluate what you have learned.html
  • 17 - Describe and IT
  • 18 - Hooks Before and After
  • 19 - Hooks BeforeEach and AfterEach
  • 20 - Skip and only

  • 3 - Typescript Basics for THIS Course
  • 21 - Variables Differences between Javascript and Typescript
  • 22 - Functions Differences between Javascript and Typescript
  • 23 - Interfaces Use Case
  • 24 - More about Typescript.html

  • 4 - Visit a website Base URL Subject Management URL Title and Best Practices
  • 3 - Lets evaluate what you have learned.html
  • 25 - Get or visit a website using Cypress
  • 25 - related article.zip
  • 26 - Base URL A must concept
  • 26 - related article.zip
  • 27 - Cyvisit with hooks
  • 28 - Subject Management in Cypress
  • 28 - reference.zip
  • 29 - cyurl and BDD assertion
  • 30 - cytitle and its validation
  • 31 - Challenge Input & Button Scenario
  • 32 - Locators Introduction and cyget
  • 33 - type
  • 34 - click and TDD Assertion
  • 35 - should vs then
  • 36 - All the assertions available.html
  • 37 - Keep it up

  • 5 - Essential Locators CSS & XPath Selectors
  • 4 - Lets evaluate what you have learned.html
  • 38 - Introduction
  • 39 - cycontains
  • 39 - reference.zip
  • 40 - cyget & cyfind
  • 40 - reference.zip
  • 41 - attribute locator CSS Selectors
  • 42 - class locator CSS Selector
  • 43 - MORE CSS SELECTORS
  • 44 - XPath Overview
  • 45 - Installing the XPath Plugin
  • 45 - reference.zip
  • 46 - Text locator XPath Locator
  • 47 - Attribute locator XPath Locator
  • 48 - XPath Challenge
  • 49 - XPath Concat Contains Trick for Classes
  • 50 - Running the challenge completed
  • 51 - Final Thoughts

  • 6 - Automatic Waits Retryability explained
  • 5 - Lets evaluate what you have learned.html
  • 52 - Introduction
  • 52 - reference.zip
  • 53 - Visit loading times with example
  • 54 - Element loading times with example
  • 55 - Progress bar challenge
  • 56 - Best Practices Review

  • 7 - Click Hover and Dynamic Table Challenges
  • 6 - Lets evaluate what you have learned.html
  • 57 - Click Class and Background Validation
  • 58 - Hovering a button BEST SOLUTION
  • 59 - Dynamic Tablerow and column change

  • 8 - Environment Variables Viewport and Checkboxes challenges
  • 7 - Lets evaluate what you have learned.html
  • 60 - Environment Variables Setup and CLI example
  • 61 - Test websites disclaimer
  • 62 - Global Viewport Configuration
  • 63 - Viewport Challenge Proposal
  • 64 - Resolving the Viewport Challenge
  • 65 - Handling a CheckboxInput not displayedWEIRD SCENARIO
  • 66 - Checkbox Challenge & doing the bechecked assertion

  • 9 - DoubleRight Click & LinksSpying requests
  • 8 - Lets evaluate what you have learned.html
  • 67 - Double and Right Click
  • 68 - Link Challenges Introduction
  • 69 - Link that opens a new tab 1 approach
  • 70 - Link that opens a new tab 2 approach
  • 71 - Spying an API request after clicking a link
  • 72 - Backup & another website to test those scenarios

  • 10 - Broken Images UploadDownload Files & Iframes
  • 9 - Lets evaluate what you have learned.html
  • 73 - Broken Images How to test them
  • 74 - Challenge Broken Images & first last review
  • 75 - Upload a fileSelect Dialog Box
  • 76 - Download a file
  • 77 - Accesing Parent & Child IFramesNested
  • 78 - Typing inside an Iframe selectalldel secret

  • 11 - Alerts Date Picker Tooltips Drag and Drop and CySession
  • 10 - Lets evaluate what you have learned.html
  • 79 - Alerts scenarios review
  • 80 - Javascript Alerts
  • 81 - Javascript Confirm Alerts
  • 82 - Javascript Prompt AlertsWorkaround using Window & Stub
  • 83 - Alerts ending Backup site where you can practice
  • 84 - Accordion functionality validation
  • 85 - Autocomplete HML5
  • 86 - Date Picker Scenario
  • 87 - Tooltips
  • 88 - Menusdifferent levels
  • 89 - Drag and Drop Example
  • 90 - Preserve Login cysession

  • 12 - Page Object Model & UI Custom Commands
  • 11 - Lets evaluate what you have learned.html
  • 91 - Improvement opportunities
  • 92 - POM vs Actions
  • 93 - Page Object Model step by step
  • 94 - Inheritance in our POM Base Page
  • 95 - UI Custom Commands

  • 13 - Advanced Concepts & Scenarios
  • 12 - Lets evaluate what you have learned.html
  • 96 - Global Mocha Hooks
  • 97 - CySession Global Hooks CyCookies
  • 98 - Fixtures Introduction
  • 99 - Sharing fixtures using Alias Get
  • 100 - Fixture Array of objects EXTRA How to handle it with Typescript
  • 101 - Array of Objects applied to a test scenario
  • 102 - Cypress Run Insights
  • 103 - Mochawesome Report EXTRA Custom Configurations
  • 104 - Framework level Failure Retry Configuration
  • 105 - Automatic Videos and Screenshotshow to configure it
  • 106 - Variables Sharing values inside an IT and among ITs
  • 107 - Excel handling Installing the plugin
  • 108 - Excel handling Iterating over rows and using CyWrite
  • 109 - Database TestingmySQL Environment review
  • 110 - Database Testing Integration mySQL with Cypress
  • 111 - Database Testing Inserting SelectingUpdating and Droping the table
  • 112 - How to debug in Cypress
  • 113 - Mocking data with cyintercept
  • 114 - Viewport advanced approaches isMobile
  • 115 - cy clock & cy tick
  • 116 - Faker Cypress

  • 14 - API Testing
  • 13 - Lets evaluate what you have learned.html
  • 117 - Introduction
  • 118 - What is an API
  • 119 - What is a REST API
  • 120 - API Testing
  • 121 - API scenario
  • 122 - API testing with Cypress Auth Token Assertions

  • 15 - Cypress dashboard CICD Github Actions parallel execution
  • 14 - Lets evaluate what you have learned.html
  • 123 - Run your local test in the Cypress Dashboard
  • 124 - Cypress Github Actions5 nodes Parallel execution

  • 16 - Final Module
  • 125 - Final thoughts
  • 126 - Extra Lecture Extra resources for you.html
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 8886
    حجم: 8018 مگابایت
    مدت زمان: 569 دقیقه
    تاریخ انتشار: 10 فروردین 1402
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید