Testing

Feature image for Upload Images

How to Upload Images Using TestRigor?

Uploading files is a crucial aspect of web application Testing, and testRigor simplifies this process through its scripting capabilities. In this blog we will explore how to upload files[Images] in testRigor using variables, allowing for flexibility and reusability in your test scripts.

Pre-Requisites:

Before starting, ensure you have Access to Test Rigor...

Read more...

Cypress UI & API Automation Testing Problem and Solution – DS

Start with a brief introduction to Cypress and its importance in modern web development and testing workflows. Explain its benefits and why general troubleshooting is important for developers.

1) Installation

Problem: Discuss issues such as dependencies, versions, or environments that developers may encounter when installing Cypress. Solution: Provide step-by-step instructions for...

Read more...
Feature image for API Automation testing challenges blog

10 Challenges in REST API Automation Testing – Devstringx

Testing REST API automation has become essential for modern software development, but it’s not without its obstacles. Let’s explore some common challenges in a straightforward manner and how to implement them effectively.

1)  Initial Project Setup 

The initial API environment and infrastructure should be ready to begin your testing process.  Solution: When starting...

Read more...
Feature image of ZAP blog

Implement Brute Force Attack Using OWASP Zed Attack Proxy ( ZAP)

What is a Brute Force Attack?

An application program can utilize a brute-force attack as a trial-and-error technique to decode encryption Keys and login credentials to access systems without authorization. Rather than using clever tactics, applying brute force is a laborious endeavor. A brute-force attack on an application tries every possible combination...

Read more...
Feature image for Selenium Using Java and Katalon Studio blog

Comparative Analysis of Selenium Using Java and Katalon Studio

Selenium with Java and Katalon Studio are two tools used for automation testing such as web, API, and Mobile. They both have their benefits and weaknesses so choosing the right one depends on the needs and requirements of the projects. Here, I am going to compare web application automation using...

Read more...
Feature image for Docker Maven Project

Integrate Healenium Library Using Docker in Maven Project

Automated testing with Selenium in Java faces challenges when locators of web elements change, leading to test script failures. These changes can occur due to updates in the application's UI or underlying codebase. Here in this blog, we introduce  Healenium which comes into the picture that can conquer these challenges.

What Is...

Read more...
Feature image for TestRigor blog

How to Generate Test Cases Using TestRigor? – DS

Introduction:

Testrigor is a Generative AI tool, that helps to generate test cases without using any code. It supports the following type of testing on the following platforms: Desktop Web Testing supports [Ubuntu, Windows (Paid only) and OSX (Paid only)]. Mobile web Testing supports [Android, iOS (Paid Only)]. Native and Hybrid...

Read more...
Feature image for Dockerized JMeter

Dockerized JMeter + Taurus StarterKit – DS

Docker is an open-source platform designed to streamline and optimize the software development lifecycle. Docker enables developers to focus on processes and methodologies instead of wasting time handling products and their prerequisites. Kubernetes is a powerful tool for building effortlessly manageable and deployable applications across diverse environments. 

Prerequisites

Initially Install Docker Desktop...

Read more...
Feature image for Predictive Analysis of app blog

Predictive Analysis to Identifies App Vulnerabilities – DS

When developing an app, numerous errors can affect its performance, ratings, and more. Here, our expert offers insightful points to effectively analyze and identify vulnerabilities in the application.

1) Data Collection

The first step in predictive analysis is collecting the relevant data. It includes information about past incidents, application logs, and user...

Read more...
Feature image for debug Specflow blog

Debug .NET C# Specflow Project In VS Code – DS

1) Download and Install VS Code from https://code.visualstudio.com/download. 2) Select the Open folder Option from the VS Code File Menu and choose your project folder. 3) Search and select option .NET: Generate Assets for Build and Debug. This will create a .vscode folder in your workspace and will create launch.json and tasks.json. 4)...

Read more...