Part 1 - Introduction and Getting started with XUnit with Selenium

Sdílet
Vložit
  • čas přidán 17. 07. 2021
  • In this video, we will talk about an Introduction and getting started with XUnit with Selenium. This is the first video of this series where we will talk about
    1. Agenda
    2. Introduction to XUnit and Installation
    3. Writing simple XUnit test
    4. Setting Selenium and running Selenium test
    github.com/executeautomation/...
    XUnit with Selenium series: • XUnit with Selenium
    #xunit #selenium #executeautomation #testingframework
    For more articles and videos, please follow
    ExecuteAutomation : executeautomation.com
    Twitter : @executeauto
    Subscribe: @Execute Automation
    Udemy: www.udemy.com/user/karthik-kk/
    GitHub: github.com/executeautomation/
    Selenium and C#
    ******************
    C# for automation testing - • C# for Automation Testing
    Selenium with C# - • Introduction to Seleni...
    BDD with Specflow - • BDD and Specflow
    BDD with Selenium - • BDD with Selenium and ...
    Selenium .NET Core - • Playlist
    Selenium &Java
    ******************
    Cucumber with Selenium (cucumber focused) - • Section 1 - Cucumber w...
    Cucumber with Selenium • Section 2 - Cucumber W...
    Cucumber 4 Upgrade - • Section 3 - Upgrade to...
    Selenium Grid - • Selenium Grid
    Selenium framework development - • Selenium Framework Des...
    Selenium 4 - • Selenium 4
    Selenium Grid with Docker - • Selenium Grid with Docker
    Puppeteer - • Puppeteer
    E2E with Cypress - • Cypress Tidbits
    CI/CD with Microsoft Technologies
    ****************************
    Azure DevOps Service 2019 - • Azure DevOps Service 2019
    TFS 2015 - • TFS 2015 (QA & Dev foc...
    TFS 2015 Build System - • TFS 2015 Build Systems
    Automated Build deployment - • Automated Build+Deploy...
    Build + Deploy + Test with Jenkins - • Build+Deploy+Test with...
    Docker & Kubernates
    ************************
    Understanding ABC of Docker - • Understanding ABC of D...
    Understanding Docker for Windows - • Understanding Docker f...
    Selenium Grid with Docker - • Selenium Grid with Docker
    Kubernates for Testers - • Kubernetes for Testers
    Mobile Testing
    ****************
    Understanding Appium - • Introduction to Appium...
    Appium with C# - • Introduction to Appium...
    Appium with Java - • Setting stage ready fo...
    Appium with C# (Advanced) - • Introduction to Appium...
    Appium Framework development - • Introduction to appium...
    Mobile Automation testing with Xamarin.UITesting - • Part 1 - Introduction ...
    Android automation with Robotium - • Part1 - Introduction t...
    Flutter app automation with Flutter Driver - • Part 1 - Introduction,...
    TestProject - • TestProject (Basic)
    Katalon Studio - • Katalon Studio
    WinAppDriver - • Windows Application Dr...
    Angular Automation - • Angular automation wit...
    EAWeekly - • Playlist

Komentáře • 11

  • @parwalrahul
    @parwalrahul Před 2 lety +2

    Long Awaited! Thanks for this series :)

  • @anthonypark9158
    @anthonypark9158 Před 2 lety +1

    I'm 2 weeks into my first programming job and my first task is to set up Selenium with Xunit. Thanks so much for this upload and looking forward to the upcoming series!!

  • @cibelless510
    @cibelless510 Před 2 lety +1

    Greattttttttt

  • @hjhgjghjjh
    @hjhgjghjjh Před 2 lety +1

    Thanks Karthik

  • @shilpaindoori1980
    @shilpaindoori1980 Před 11 měsíci

    You have defined driver using var but haven't used at all

  • @ppp29764
    @ppp29764 Před 2 lety

    XUnit doesn't have possibility to save attachments, so we can't save failed screenshots to default test outcome

    • @ExecuteAutomation
      @ExecuteAutomation  Před 2 lety

      What is it to do with XUnit, I don't understand your question ??

    • @ByDuric
      @ByDuric Před 2 lety

      @@ExecuteAutomation Can we take and save screenshosts of failed test steps with xUnit?

    • @ExecuteAutomation
      @ExecuteAutomation  Před 2 lety

      @@ByDuric How does any test runner do that? I don't think even NUNIT, MSTest does that

    • @nazar5546
      @nazar5546 Před rokem

      This is not responsibility of xUnit or any other runner like JUnit or Jest.