Introduction to Automation Testing
Learn the fundamentals of automation testing.
Automation testing is a technique that allows us to test the code of our application without having to build the entire application and validate its behavior manually. It can be applied to any application type, and AWS Lambda applications are not an exception.
How automation testing works on .NET
There are three main testing frameworks supported by .NET:
xUnit
NUnit
MSTest
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy