Закрыть
×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "flex"; // !!!!! block document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Праздники ...
Праздники ...
День Октябрьской революции (7 Ноября)
Концерты, выставки ...
Концерты, выставки ...
Спектакль "Пісаравы імяніны"|||г. Минск 16 сентября, 28 октября 2026
Афишу
Спорт занятия ...
Спорт занятия ...
Играем в волейбол, гандбол, баскетбол, мини-футбол
Спорт занятие
Компьютер, программы...
Компьютер, программы...
Объявления ...
Объявления ...
IT-услуги для бизнеса
Объявление
Новости ...
Новости ...
Форум ...
Форум ...
обсуждение...
Поиск
Концерты
Спорт
Форум
Компьютер
Компьютер, программы
→
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)
+ Picture
Объявления
Объявления
•
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