C
C#9mo ago
wwww

✅ TESTING

What types of tests are there, and which ones do I need to know as a Back-end Dev? Loke, i've heard a lot about unit testing, but I have no idea what it is. Should I learn it? If yes, what kind of skill is it? Hard? Soft? or maybe something between?
8 Replies
Angius
Angius9mo ago
Yes, unit testing is a useful thing to know It's not a soft skill, soft skills are the interpersonal ones, not the technical ones Other common type of tests is integration tests
wwww
wwww9mo ago
so, using ai generated something like this - (thats kinda goal, not skills rn, some web things left to learn with soft things), where should i add uint testing after learning it?
Angius
Angius9mo ago
Git isn't a soft skill either
pox
pox9mo ago
Does it matter how you group them?
Angius
Angius9mo ago
That's why you don't rely on AI lol
wwww
wwww9mo ago
just for myself, why not 🙂 i meam, ai generted it with visual studio in soft skills...
Angius
Angius9mo ago
Don't generate your resumes with AI
wwww
wwww9mo ago
ofc im not using that and not gonna send it to someone, just building alpha version of that, better then nothing, just to know which way i have to move so, Unit testing added to learn badhun1UA
Want results from more Discord servers?
Add your server
More Posts
✅ MSBuild/dotnet CLI SDK error: "The SDK 'Microsoft.NET.Sdk' specified could not be found."hey everyone, i've been having a weird problem with the dotnet cli and msbuild that i haven't been a✅ What's the performant way of calling into native DLLs in .NET 7?Hi, I want to learn about making a library that maps a native DLL to be used in C# (namely the vulka❔ Troubleshooting Blazor Server Authentication with Duende IdentityServer: Need Help and Insights!**Hello everyone!** 👋 I've successfully set up a Duende IdentityServer that works seamlessly with ❔ I'm having trouble with my assigment and I need help understandingI'm learning Unity in my game design class and in Unity it tells me i'm missing one semi-colon but w❔ Is there any difference between `[Route("")]` and `[Route("/")]`?Title❔ Newbie question- dotNET Core API with layered architecture with AngularJS as FrontendI am creating an application using .NET Core with layered architecture, I have a asked to seperate M✅ Newbie question - what exactly does return do?If I have this piece of code... what exactly happens when the return statement is reached? I underst✅ Need HelpHey i am very new and i want to start coding with c#❔ Can someone please help with Intellisense I am strugglingI am a new programmer and have taken a stab at it a few times previously. I swear to god my breaking❔ Zenject (Unity) doesn't fire when i do new()Hey, I have a class which looks like this ```cs public class Something { private A _a; priva