automation testing

How to use JSON Objects in Cypress

Reading Time: 3 minutes Hello Readers, Today we will learn about JSON objects’ significance and how to use them in Cypress. What are JSON Objects? javascript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax that is commonly used for transmitting data in web applications. surrounded by curly braces { } and contain a key/value format that is separated by a colon( Continue Reading

How to use Hooks and Tags in Cypress

Reading Time: 4 minutes Hello Readers, Today we will learn about Hooks and Tags their significance, and how to use them in Cypress. What is Cypress? The Cypress tool is a JavaScript testing automation solution used for web automation. It enables teams to create web test automation scripts. This solution aims to facilitate frontend developers and test automation engineers to write web tests in the web language that is JavaScript for web Continue Reading

How to Perform Assertions in Cypress

Reading Time: 3 minutes Hello Readers, Today we will learn about assertions their significance, and how to use them in Cypress. What is Cypress? The Cypress tool is a JavaScript testing automation solution used for web automation. It enables teams to create web test automation scripts. This solution aims to facilitate frontend developers and test automation engineers to write web tests in the web language that is JavaScript for web test automation. Continue Reading

Concluding deal with coding company

How to handle Dynamic JSON Payload in RestAssured

Reading Time: 3 minutes Hello Readers! As popularly considered, an API (Application Program Interface) is an engine of the software application. It is crucial to test the APIs as these are expected to work fine and without any deviations. In this blog, we will have an insight into RestAssured and how we can handle dynamic JSON payload with it. What is RestAssured? RestAssured is a testing tool that enables Continue Reading

How to use Cypress tests with docker?

Reading Time: 3 minutes Let us first understand what docker is and the use of Cypress tests with Docker. The topic is fascinating so stay tuned. What is Docker? Docker is open-source containerization. Docker is a virtual environment. Developers will be molding it according to the requirement. It creates a virtual environment inside containers. We can customize these containers. Why use Docker? Docker does not need machine-specific configurations. Docker Continue Reading

How to Configure Java CI with Maven Checks in Github Action

Reading Time: 4 minutes This blog will help you to have how to configure Java CI with Maven Checks in Github Action. What is Github Action? GitHub Actions is a CI/CD platform that allows you to automate your build, test, and deployment of pipelines. You can create workflows that build and test and automate every pull request to your repository. And deploy merged pull requests to production. All GitHub Continue Reading

Page Loading Strategy in the Selenium Webdriver

Reading Time: 2 minutes Hello everyone, in this blog we are going to see what is page loading strategy in selenium web driver. What is Page Loading Strategy in Selenium? This page loading strategy will come into the picture whenever you are launching your browser using the get() method or navigate.to() method. By default, Selenium WebDriver follows the standard page load strategy when it loads any page which means Continue Reading

background

Different types of Performance testing in k6 | Tech

Reading Time: 4 minutes Hi Readers, In this blog, I will explore how it is possible to run many types of testing in k6. Each type of testing has a different purpose. K6 Basically, It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when building their tests.  Different Types of Testing There are many Continue Reading

Cloud testing in k6 | Tech

Reading Time: 3 minutes Hi Readers, In this blog, I will explore how to run a test script in the K6 cloud to visualise and analyse the results on the web app in real-time. K6 Basically, It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when building their tests.  K6 cloud tests from the Continue Reading

silver and black laptop computer

When and how to start automation testing?

Reading Time: 3 minutes Today in this new era, customers demand superlative products. Hence to accomplish this continuous development, DevOps and continuous testing came into the picture. Organizations are moving to automation testing to accomplish their goal of efficiency. To achieve the best result with automation testing, one must follow the complete cycle of automation testing. Let’s check how to start automation testing When to think of automation testing? Continue Reading

How to do XHR testing with Cypress?

Reading Time: 3 minutes Let’s understand what is XHR? According to Wikipedia, XMLHttpRequest is an API in the form of an object whose methods transfer data between a web browser and a web server. The object is provided by the browser’s JavaScript environment. This is used with protocols other than HTTP. Also, data can be in the form of XML, JSON, HTML, or plain text. Can we achieve XHR Continue Reading

What is Appium?

Reading Time: 2 minutes Hello folks, Let’s dig into What is Appium? The definition says it is a cross-platform, open-source tool. The main purpose was to test an application on multiple devices. Hence, the best part is that we can automate native, web, and hybrid mobile applications. Therefore, it supports Android, iOS, and Windows desktop platforms. Features Firstly, it allows testing of all three mobile applications, namely: native, hybrid, Continue Reading

How to do database integration with Cypress?

Reading Time: 2 minutes Cypress is one of those popular tools which has established its place very quickly and is very popular for Web integration and End to End UI test automation. Cypress can do database integration. It needs a javascript framework like jasmine or mocha. These are one of the famous assertion libraries in JavaScript. Cypress recommends using mocha. In this blog, we will see how to do database integration using Cypress. Continue Reading