V
V
VovaSarp2017-11-22 06:57:18
Software testing
VovaSarp, 2017-11-22 06:57:18

ASP.NET Core - how and with what framework to conduct functional or acceptance testing?

I am writing a project on ASP.NET Core MVC + SignalR. Perform functional or acceptance testing. But for some reason, all the info on the net is only about unit tests on .NET.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Kuznetsov, 2017-11-22
@VovaSarp

In addition to unit testing, through which, for example, interactions (with the database, with storage, etc.) are covered, you can look towards www.seleniumhq.org . Slowly, but often pays off.
Functional testing can also be done through Unit tests, but you can test services / components at different levels, emulating (Mock) certain things.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question