1651289880
This presentation is intended to be a basic to intermediate presentation on unit tests on controllers in MVC design pattern using Microsoft’s ASP.NET 6.0 web framework
The unit tests cover the Home and Product controller unit tests that test their action methods. The tutorial uses Xunit framework for testing.
GitHub Code: https://github.com/krchome/UnitTestDemo
1639222860
In this video, you will learn how to perform Geolocation testing using xUnit.
It is Part VII of the LambdaTest xUnit Tutorial series. In this video, Anton Angelov (@angelovstanton) explains Geolocation testing using xUnit with practical implementation. If you build consumer web products for different audiences, geolocation testing becomes necessary because a web application or a website may behave differently if viewed from different locations.
Geolocation browser testing helps you give a uniform experience to users irrespective of their location.
This video answers 🚩
◼ How do you do geolocation?
◼ How do you test geolocation in Chrome?
◼ How do you test for geofencing?
Vɪᴅᴇᴏ Cʜᴀᴘᴛᴇʀꜱ 🔰
00:00 - Introduction
01:00 - Session starts
02:50 - What is Geolocation testing?
04:42 - Performing Geolocation testing on LambdaTest platform overcloud
55:10 - Conclusion of the session
Start FREE testing -: https://accounts.lambdatest.com/register?utm_source=YouTube&utm_medium=YTChannel&utm_campaign=Video&utm_term=gOgAQfYYcqk
1639207680
In this video, you will learn how to perform cross browser testing using xUnit.
It is Part VI of LambdaTest xUnit Tutorial series. In this video, Anton Angelov (@angelovstanton) explains cross browser testing using xUnit with practical examples. The video guides you the advanced concepts of Selenium test automation, like handling complex test scenarios and more using C# and xUnit testing framework.
This video answers 🚩
◼ Can selenium be used for cross browser testing?
◼ How do I run a test in xUnit?
◼ How do you make selenium code compatible for different browsers?
◼ How to get started with automated browser testing?
Vɪᴅᴇᴏ Cʜᴀᴘᴛᴇʀꜱ 🔰
00:00:00 - Introduction
00:00:30 - Tips on how to keep updated with latest books, videos, blogs
00:01:19 - Tutorial Begins
00:02:14 - How to run your test on a cloud cross browser using LambdaTest?
00:03:59 - Why do you need cross-browser testing?
00:06:21 - LambdaTest dashboard walkthrough
00:09:32 - Write a test that begins with a practical demonstration
01:15:08 - Conclusion of the session
Start FREE testing -: https://accounts.lambdatest.com/register?utm_source=v%3DvlTleMk_5yI&utm_medium=YTChannel&utm_campaign=Video
1639192920
In this video, you will learn how to write and run xUnit tests in parallel.
This video is Part V of the LambdaTest xUnit Tutorial series. In this video, Anton Angelov (@angelovstanton) talks about how to successfully run xUnit suite in Parallel. You’ll also learn to control the Serial and Parallel Test execution on xUnit, which will help you run your tests much efficiently.
This video answers 🚩
◼ Do xUnit tests run in order?
◼ Does xUnit test projects can run in parallel?
◼ How to run xUnit test?
◼ How to run xUnit in parallel?
Vɪᴅᴇᴏ Cʜᴀᴘᴛᴇʀꜱ 🔰
00:00 - Introduction to parallel testing on xUnit
00:49 - Course modules
02:18 - Practical session on parallel testing using xUnit
53:14 - Conclusion of the session
To know more, visit -: https://accounts.lambdatest.com/register?utm_source=YouTube&utm_medium=YTChannel&utm_campaign=Video&utm_term=KOr4fV2QcPE
1639156020
In this video, you will learn how to write parameterized tests in xUnit Selenium C#.
It is Part IV of the LambdaTest xUnit.NET core tutorial series. In this video, Anton Angelov (@angelovstanton) explains the use of xUnit Selenium C Sharp with the help of examples showcasing how to write parameterized tests in xUnit Selenium C#.
This video answers 🚩
◼ What is the use of xUnit?
◼ How do you write xUnit test cases?
◼ Can I use xUnit for .NET framework?
Vɪᴅᴇᴏ Cʜᴀᴘᴛᴇʀꜱ 🔰
00:00 - Introduction
00:58 - xUnit tutorial using Selenium C# begins
01:02 - Course modules
01:42 - About parameterized tests in xUnit using Selenium
03:15 - Practical begins - writing tests in xUnit Selenium C#
27:07 - Conclusion of the session
Start FREE testing -: https://accounts.lambdatest.com/register?utm_source=v%3DTkybFNn7GLY&utm_medium=YTChannel&utm_campaign=Video
1637664564
Hi All,
Welcome to my software channel. In this tutorial, I have tried to explain how to unit test a custom middleware in asp.net 5 using XUnit framework. The tutorial also discusses a way to confirm if the user incoming http request was handled by the middleware or passed on to the next middleware in the pipeline.
1636906020
Learn what xUnit attributes are and how to write a simple xUnit test case.
It is Part III of LambdaTest xUnit Tutorial series. In this video, Anton Angelov (@angelovstanton) explains xUnit attributes in detail with practical examples showcasing how to write xUnit tests using these attributes.
This video answers 🚩
◼ What is the fact attribute in xUnit?
◼ What is xUnit?
◼ How do you write xUnit test cases?
◼ How to run a test in xUnit?
Vɪᴅᴇᴏ Cʜᴀᴘᴛᴇʀꜱ 🔰
➤ 00:00 Introduction to xUnit.net
➤ 01:28 How to create a xUnit project in Visual Studio?
➤ 02:45 How to install Selenium WebDriver in xUnit C# Project?
➤ 04:23 What is xUnit Fact Attribute?
➤ 05:20 What is xUnit Constructor?
➤ 06:05 How to download and set up ChromeDriver in the xUnit test project?
➤ 11:40 What is IDisposable.Dispose?
➤ 14:43 How to download and set up GeckoDriver for Firefox in the xUnit test project?
➤ 16:54 Role of WebDriverManager in the xUnit test project
➤ 23:49 Write a simple Selenium test automation using xUnit.net core C#
➤ 33:12 How to skip a test in xUnit?
➤ 35:45 How to use the Trait attribute in xUnit?
➤ 38:01 How to use the RetryFact attribute in xUnit?
#xunit #software #automation #selenium
1636861680
This video is the next part of our XUnit Tutorial for Beginners. In this video, Anton Angelov (@angelovstanton) has explained how to set up XUnit.net with Visual Studio along with how to write and run your first xUnit test.
You will also learn about:
➤ 00:00 Introduction to XUnit.net Tutorial
➤ 00:36 How to setup Visual Studio for xUnit
➤ 01:40 How to create your first xUnit Project
➤ 02:43 How to install xUnit framework & xUnit.net Runner
➤ 03:35 How to write your first xUnit test
➤ 04:46 How to run or execute your first xUnit test
➤ 05:23 What are some alternatives to Visual Studio for xUnit
➤ 05:56 How to run xUnit tests through command line or CLI
1636054320
In this video, we will discuss how we can generate Test Data for the Selenium test with [AutoFixture] library. AutoFixture is a tool designed to make Test-Driven Development more productive and unit tests more refactoring-safe. It does so by removing the need for hand-coding anonymous variables as part of a test’s Arrange phase
1636006140
In this video, we will talk a very high-level details of FluentAssertion with Selenium C# and XUnit
► [GitHub Source] https://github.com/executeautomation/XUnitWithSelenium
1636002420
In this video, we will discuss how we can make our test to check failure using XUnit.
► [GitHub Source] https://github.com/executeautomation/XUnitWithSelenium
1635998700
In this video, we will discuss performing Parallel and Sequential Test execution with XUnit and Selenium
► [GitHub Source] https://github.com/executeautomation/XUnitWithSelenium
1635995040
In this video, we will discuss performing Data-Driven Testing with XUnit using [MemberData]. We will also discuss how easy it is to insert multiple data using IEnumerable of Object[] array without having multiple InlineData attributes.
Github Repo: https://github.com/executeautomation/XUnitWithSelenium
1635991380
In this video, we will discuss performing Data-Driven Testing with XUnit using [Theory] and [InlineData]. We will also discuss how easy it is to insert multiple data for Selenium testing.
Github Repo: https://github.com/executeautomation/XUnitWithSelenium
1635991260
In this video, we will discuss Sharing Selenium WebDriver Context in XUnit with Dependency Injection. We will understand how to work with XUnit context sharing via
1. Constructor and Dispose (shared setup/cleanup code without sharing object instances)
2. Class Fixtures (shared object instance across tests in a single class)
Github Repo: https://github.com/executeautomation/XUnitWithSelenium