AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Testing at the Unit Level Makes for a More Effective Development Process
Testing has to go a little bit deeper than what you see because she said it needs to happen all the way to the database. So think about forms that we see on websites and we're entering our information or whatever. That information has to be passed securely. We shouldn't be able to put any old character into a field and probably do some sort of SQL injection query on a database and take it down. If these types of tests can be written with each layer of the stack in mind, just like Angela was talking about at the beginning of the episode, makes for a more effective and more efficient development process.