Description
Download Unit Testing Videos, Slides & Source Code Projects
Price : $10 or Rs.650 (Please contact kudvenkat@gmail.com to pay in Indian Rupees)
What does the download contain
- Unit Testing ( 42 Videos & Slides – 3 Hours 51 Minutes )
- Introduction
- What is a Unit Test
- Creating your first unit test
- Benefits of unit tests
- Continuous Integration
- Who should write Unit Tests
- Naming conventions
- Running unit tests
- Unit Test Generation
- Debugging unit tests
- Grouping Unit Tests
- Traits
- Filtering Unit Tests
- Playlists
- Code Coverage
- TestClass and TestMethod attirbutes
- Testing Exceptions
- Unit Testing Private Methods
- Ordered Test
- Generic Test
- Running unit tests from the command line
- TestContext
- Data-Driven Unit Test
- Data-Driven Unit Test – XML
- Data-Driven Unit Test – CSV
- Using a Configuration File to Define a Data Source
- TestInitialize and TestCleanup
- ClassInitialize and ClassCleanup
- AssemblyInitialize and AssemblyCleanup
- TimeOut and Ignore attributes
- Asserts
- Assert class
- Assert Object Equality
- CollectionAssert
- CollectionAssert.AreEqual Override Equals
- CollectionAssert.AreEqual IComparer
- CollectionAssert.AreEqual project to list of strings
- CollectionAssert.AreEquivalent
- CollectionAssert – Rest of the methods
- StringAssert
- What is TDD
- Benefits of TDD