What are Hooks in Cypress? Cypress Hooks are used to carry out the certain operations prior/post every/each test.Some of the common hooks are as follows โ beforeย โ It is executed, once the prior execution of any tests within a describe ...
Softans Latest Articles
cy.session in Cypress
Ghulam NabiHow to create sessions in Cypress? Agenda of this Tutorial 1. How to create a session in the Cypress? importance of sessions in Cypress? 2. How can cache the cookies in Local torage? 3. How to set the Assertions for ...
Playwright
Ghulam NabiPlaywright: A Comprehensive Guide Playwright is a free and open-source automation testing framework that enables cross-browser web automation that is ever-green, capable, reliable and fast. It is built to enable web automation that is fast, capable, reliable, and evergreen. It ...
๐๐ฉ๐๐ง ๐๐จ๐ฎ๐ซ๐๐ C๐ฒ๐๐๐ซ ๐ฌ๐๐๐ฎ๐ซ๐ข๐ญ๐ฒ ๐ญ๐จ๐จ๐ฅ๐ฌ
Ghulam Nabiโจ ๐๐ฉ๐๐ง ๐๐จ๐ฎ๐ซ๐๐ ๐๐ฒ๐๐๐ซ ๐ฌ๐๐๐ฎ๐ซ๐ข๐ญ๐ฒ ๐ญ๐จ๐จ๐ฅ๐ฌ โจ Open Source software has become an integral part of the modern tech landscape. From operating systems to programming languages, many tools and applications that power the technology industry are open source. One of ...
Cypress VS Selenium
Ghulam NabiSelenium vs Cypress: A Comprehensive Comparison for Web Test Automation In the world of test automation, there are numerous frameworks available that are used to perform tests on web applications. Two of the most popular frameworks are Selenium and Cypress. ...
Automating Cypress Test Scripts with Jenkins: A YAML Guide
Ghulam NabiHow to Write a YAML File for Jenkins to Execute the Cypress Test Scripts Cypress is a powerful end-to-end testing framework that can be used to test web applications. Jenkins is a popular continuous integration (CI) server that can be ...
AI-powered SQA tools that help with testing
Ghulam NabiTop 5 AI-Powered SQA Tools for Automated Testing and Optimization There are several AI-powered software quality assurance (SQA) tools that can help with testing. Testim: Testim is an AI-powered testing automation platform that uses machine learning algorithms to identify and ...
Integrating Cypress with TestRail
Ghulam NabiIntegrating Cypress with TestRail Cypress is a powerful end-to-end testing framework that allows you to write tests that run in the browser. TestRail is a test management tool that helps you to organize, run, and track your tests. By integrating ...
If Else and For loop in cypress
Ghulam NabiUsing if/else and for loops in Cypress tests Cypress is a popular JavaScript testing framework that makes it easy to write end-to-end tests for web applications. As with any testing framework, you’ll likely need to use conditional logic and iteration ...
NUnit
Ghulam NabiWhat Is NUnit? NUnit is an open-source unit testing framework for the .NET framework. It allows developers to write and execute automated tests in a variety of .NET languages, such as C#, VB.NET, and F#. NUnit is designed to be ...