SKU: WPMUDEV_Field_Text

Description

Unit Testing Videos, Slides & Code Files

$ 10
Categorized in
Quantity

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 )
    1. Introduction
    2. What is a Unit Test
    3. Creating your first unit test
    4. Benefits of unit tests
    5. Continuous Integration
    6. Who should write Unit Tests
    7. Naming conventions
    8. Running unit tests
    9. Unit Test Generation
    10. Debugging unit tests
    11. Grouping Unit Tests
    12. Traits
    13. Filtering Unit Tests
    14. Playlists
    15. Code Coverage
    16. TestClass and TestMethod attirbutes
    17. Testing Exceptions
    18. Unit Testing Private Methods
    19. Ordered Test
    20. Generic Test
    21. Running unit tests from the command line
    22. TestContext
    23. Data-Driven Unit Test
    24. Data-Driven Unit Test – XML
    25. Data-Driven Unit Test – CSV
    26. Using a Configuration File to Define a Data Source
    27. TestInitialize and TestCleanup
    28. ClassInitialize and ClassCleanup
    29. AssemblyInitialize and AssemblyCleanup
    30. TimeOut and Ignore attributes
    31. Asserts
    32. Assert class
    33. Assert Object Equality
    34. CollectionAssert
    35. CollectionAssert.AreEqual Override Equals
    36. CollectionAssert.AreEqual IComparer
    37. CollectionAssert.AreEqual project to list of strings
    38. CollectionAssert.AreEquivalent
    39. CollectionAssert – Rest of the methods
    40. StringAssert
    41. What is TDD
    42. Benefits of TDD