Skip to main content

Sanket Dudhe

Sanket Dudhe is a Technical Consultant at Perficient. He has an experience of 4+ years as SDET. He loves technology and hence is curious to learn about new emerging technologies #lovefortechnology.

Connect with Sanket

Blogs from this Author

Person Testing Different Business Processes

Introduction to CQRS, AXON Framework and AXON Server

Introduction We will learn about the Axon Framework, Axon Server, what CQRS is, how it works, and why it is so Popular worldwide in this blog. AXON is an Open-Source Framework for event-driven microservices and domain-driven design. It is a Java Framework that gives developers access to repositories, implementations of crucial components including aggregates, command, […]

Technology

Tutorial on How to Create an EC2 Instance in AWS

A Case Study of AWS Elastic Compute Cloud (EC2): There are occasions when one is Constrained by a desktop computer or laptop’s Capabilities. Let’s say a data scientist has a sizable dataset they’d like to analyze. A mistake like the one below occurs when the scientist tries to load the complete dataset into memory. The […]

Man working on a computer with lines of code superimposed over him.

AWS Elastic Load Balancing (ELB) And Its Types: A Brief Introduction

We’ll discuss AWS Elastic Load Balancing (ELB) in this blog. One of the most critical duties in just about any firm is Distributing Workloads among various Computing Resources. The service Amazon AWS Elastic Load Balancer was explicitly created for dispersing workloads. This blog’s AWS load balancer lesson will delve deep into AWS ELB. The following […]

5c91662ee4f8183ad5f624dabb6e3ce1

Katalon – Custom Keyword For JavaScript Executioner

In Katalon, users can set additional keywords to increase the functionality of Katalon Studio in addition to the built-in keywords. Like other built-in keywords, custom keywords can be used in test cases once developed. Users can expand keywords and reuse them across projects thanks to this capability. Assume that you want to execute the JavaScript […]

Katalon Logo Vector.svg

Katalon – Parameterized Test Object

By parameterizing test objects, you can Use either Local or Global variables to Dynamically Update the locators of test objects. In the following situations, this feature is useful: You want to conduct a bulk action on a collection of related components without defining several Test Objects, like checking many checkboxes. However, because there are several […]

2022 10 03 20 53 25 Social Blog What To Expect With Selenium 2.jpg (600×400)

Cloud Testing With Selenium – Sauce Labs

“EXECUTE TEST CASES IN Virtual Machine which are not in your control” A Cloud Service Provider with one of the biggest grids for running Selenium and Appium test cases is Sauce Labs. Multiple operating systems, browsers, mobile emulators, simulators, and even actual devices are supported by Sauce Labs. According to the Sauce Labs Official Website, […]

Atlassian Jira Logo Icon 170512

End-To-End-Automation on JIRA using RestAssured

REST- ASSURED REST stands for REpresentational State Transfer. It supports Behavior-Driven Development (BDD) syntax like Given, When, and Then notations. It helps us to integrate with testing frameworks like Junit or TestNG.   Code Explanation Given() ‘Given’ keyword, lets you set a background, here, you pass the request headers, query and path param, body, cookies. When() ‘when’ keyword […]

Atlassian Jira Logo Icon 170512

Exploring JIRA Server REST API via Postman

Importance of Jira Automation Project automation in Jira is necessary because it saves time, increases productivity, and improves team cooperation. In this blog, I’ll teach you how to automate various activities in Jira, reducing your workload and providing you with a detailed report. Which will also allow you to focus on other important aspects. “Focus […]

Load More