Skip to main content

Posts

Showing posts from 2022

In-Sprint Automation &Test Accelerators

Ever since Scrum Methodology was introduced, it has been adopted by majority of development teams there by emphasizing on in-sprint deliverables decreasing the time lag between Dev & QA. While it is important to deliver the working components at speed, it is equally important to maintain quality.    This is where Test automation is crucial decreasing the time of execution and capturing defects while performing a regression check. Since agile has shorter life cycles and the agility it carries while building, it is super important to build sustainable and reliable regression suits with the same pace. The user stories must be automated by testers within the sprint covering all the layers like Unit testing, API and UI. But this can be achieved if the teams are able to build matured frameworks with in-built test accelerators that can reduce the script development life cycle across multiple browsers and platforms. This also requires a continuous collaboration between all the sta...