amritaangappa.hashnode.devWeb Automation Guide: Examples & Best PracticesOVERVIEW Web automation refers to using test scripts to perform tasks on the web automatically. It includes tasks like filling out forms, navigating web pages, clicking links or buttons, and extracting data from websites. It can be useful for various...Jan 22, 2024·19 min read
amritaangappa.hashnode.devWhat Is User Acceptance Testing (UAT): With Best PracticesOVERVIEW User Acceptance Testing (UAT) is the final validation in software development, where end-users ensure the application meets needs and works correctly in real scenarios. UAT aims to ensure that the software application meets the end-user or ...Jan 22, 2024·15 min read
amritaangappa.hashnode.devSoftware Quality Management: Guide With Best PracticesOVERVIEW Software quality management involves keeping a close eye on software development and maintenance to ensure that it meets customer expectations and is bug-free. It includes activities like quality assurance, testing, and continuous improvemen...Jan 22, 2024·12 min read
amritaangappa.hashnode.devWhat is Non-Functional Testing: A Step-by-Step GuideOVERVIEW Non-functional testing involves validating the performance, reliability, utility, and other non-functional aspects of a software application. Further, this testing assesses a system’s readiness for non-functional parameters that aren’t typic...Jan 22, 2024·11 min read
amritaangappa.hashnode.devWhat is Incremental Testing in Software TestingOVERVIEW Incremental testing is an approach used during the testing phase of integration tests. It uses a number of stubs and drivers to test each module independently. This helps identify any errors or defects in the modules Following the completion...Jan 22, 2024·10 min read