dir.by  
  Поиск  
Компьютер, программы
Unit testing (MSTest, NUnit, xUnit, Moq) and Automated testing (the computer moves the mouse itself)
 What is Unit Testing? 
посмотрели 6833 раз
обновлено: 14 November 2018
Module (or unit) — this is part of the functionality of the application, the result of which we can check (or test).
Unit Testing — verifying that the module works exactly as expected. Having written tests once, whenever you make changes to the code, you will only have to run the tests to verify that everything is correct. Thus, you will always be sure that with your changes you will not break the system.
Test-driven Development (development through testing)
TDD (test driven development) — The methodology used in software development.
First, tests are written. [konec_stroki] After the tests, you write application code that will pass these tests.
 
 
Next topic →
What is MSTest (UnitTest)? (Unit Testing Framework from Microsoft)
 
Your feedback ... Comments ...
   
Your Name
Your comment (www links can only be added by a logged-in user)

  Объявления  
  Объявления  
 
What is Unit Testing?
MSTest (UnitTest) testing
What is MSTest (UnitTest)? (Unit Testing Framework from Microsoft)
Sites to learn MSTest (UnitTest) testing
NUnit Testing
What is NUnit ? (unit testing framework)
Writing a Console C# Application with NUnit Testing
xUnit testing
What is xUnit? (unit testing framework)
Sites to learn xUnit testing
Moq (mock) testing
What is Mock (moq) testing?
Writing a C# Application with Mock (moq) Testing
Websites to learn Moq testing
What is automated testing?
Automated Testing
Write an automated test on C# using Selenium for Web site
Download and install the Microsoft application WinAppDriver
Launch the Microsoft WinAppDriver application
Writing an automatic C# test for a standard calculator from Windows
Writing an automated test for a WPF C# application (using Nuget.Appium and the AutomationProperties.AutomationId property)

  Ваши вопросы присылайте по почте: info@dir.by