All posts by Anshita Bhasin

About Anshita Bhasin

Anshita Bhasin is a Senior QA Automation Engineer with over 9 years of experience in the software industry. Throughout her career, She has gained expertise in a variety of tools and technologies, including Rest Assured, Selenium, and Cypress. Currently, She is working at a PropTech company in Dubai. In addition to her technical expertise, she is also passionate about sharing her insights and experiences with others in the form of blogs and workshops to help guide those just starting out in their careers or seeking advice on their professional paths.

Follow me on:

Blogs: 6

Cypress .should() Command: A Detailed Guide

Cypress TestingTutorial

Cypress .should() Command: A Detailed Guide

In Cypress, an assertion is a way to validate that the Application Under Test (AUT) is functioning as expected. For this, the Cypress .should() command is used to make assertions about the state of your Application Under Test.

May 7, 2024

view count144102 Views

Read time32 Min Read

Cypress TestingTutorial

Mastering Cypress Viewport: Testing Your Responsive Designs

In the modern digital landscape, the responsiveness of web applications is of paramount importance. As the user base for mobile devices and iPads continues to expand, websites are increasingly embracing responsive designs to guarantee an exceptional user experience.

September 14, 2023

view count170895 Views

Read time29 Min Read

Using Chromium to automate K6 testing

AutomationTutorial

k6 Testing Tutorial: A Complete Guide To Browser Testing With Grafana k6

Load testing is a type of non-functional testing that checks the application’s performance under specific loads and conditions.

July 3, 2023

view count164711 Views

Read time31 Min Read

testing

Thought Leadership

Strategy for starting Test Automation in an organization

A well-crafted test automation strategy is essential for any organization or enterprise striving to provide top-quality products or services. Today, where we want a major chunk of test cases to be automated, the main painful area for every QA is understanding where to start.

March 20, 2023

view count25054 Views

Read time11 Min Read

Thought Leadership

Introduction to Shift Left Testing

Shift-left testing is a software testing approach where testing is moved to an earlier phase in the development process, closer to the development phase.

January 18, 2023

view count16602 Views

Read time9 Min Read

Running Tests In Cypress With GitHub Actions [Complete Guide]

Cypress TestingTutorial

Running Tests In Cypress With GitHub Actions [Complete Guide]

Cypress with GitHub Actions is essential for quick feedback on code changes, automating test runs whenever code is pushed or a pull request is made. It ensures consistent, efficient testing without manual intervention. GitHub Actions simplifies CI/CD by enabling scheduling, parallel testing, and running tests on Docker containers. This blog will walk you through setting … Continue reading Running Tests In Cypress With GitHub Actions [Complete Guide]

December 28, 2022

view count48206 Views

Read time23 Min Read