Hello, small question. In my uni project, I need to form things like unit testings, integration testing, api testing, acceptance testing etc.
Now, assuming that I have a front-end and a back-end project, the testing to be done, are they done within the front-end or back-end?
I'm confused because, for unit testing, I know we would test modular functions etc but is it more of a back-end thing where we would mock data etc?
Would really appreciate if someone can clarify pls