Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question