Today was definitely challenging as I had to collect the status of the project’s defect tracker. I manage the action items, but for some reason I had to update the defect tracker. So what is a defect tracker? It is a log of all defects. Ideally a project will have a list of requirements which […]
Tag: testing
Another article from Eric Elliot that describes the different types of testing. Unit tests, integration tests, and functional tests are all types of automated tests which form essential cornerstones of continuous delivery, a development methodology that allows you to safely ship changes to production in days or hours rather than months or years.Source: JavaScript Testing: Unit […]