COClara Okonkwoinclaraokonkwo.hashnode.dev·Oct 15, 2022 · 1 min readDifference between Quality Assurance and Software testingQUALITY ASSURANCE VS SOFTWARE TESTING Whilst quality assurance and software testing go hand in hand , they are not the same. QUALITY ASSURANCE is a process oriented activity. It’s all about preventing defects by ensuring the processes used to manag...00
COClara Okonkwoinclaraokonkwo.hashnode.dev·Oct 7, 2022 · 1 min readRegression TestingRegression testing is a type of software testing done to ensure that new code changes do not have side effects on the existing functionalities. During Regression testing, test cases are re-executed in order to check whether the earlier functionalitie...00
COClara Okonkwoinclaraokonkwo.hashnode.dev·Oct 1, 2022 · 1 min readQa / Testing ActivitiesThe QA / testing activities include: Understanding the requirements and functional specifications of the application. Identifying required test scenarios. Designing test cases to validate application. Setting up test environment (test bed) Execute t...00