Sriyansh Jain

QE

Integrating SonarQube with a Maven Project: A Step-by-Step Guide

Introduction SonarQube is a tool for real-time code analysis developed by SonarSource in January 2008. It supports over 20 programming languages, including Java, Python, and C/C++. The tool helps developers improve code quality by identifying issues such as bugs and code smells and provides tools to address them. SonarQube offers...

22-Sep-2024

Automation Testing, Mobile Automation Testing

What’s New in Appium 2.0: A Deep Dive into Mobile Automation

Mobile automation has become an essential aspect of software development, as it allows teams to ensure their applications function seamlessly across various devices and platforms. Appium is a well-known open-source mobile testing framework that automates tests for iOS, Android, TV, firestick and Windows platforms. It supports the testing...

09-Oct-2023

Testing

Understanding the Selenium Grid 4

Selenium Grid is an open-source tool to automate web browsers. It allows us to achieve parallel execution of tests on different machines with the benefit of executing the same test suite on all the machines simultaneously. The aim is to make testing more efficient and decrease the test execution time. It also aids in lessening network...

30-Sep-2022

Automation Testing, Testing

Rest Assured Framework

What is API and API Testing? API is abbreviated as Application Programming Interface. It is a computing interface that has a feature of transmitting and exchanging data between two separate software systems. While using applications like Facebook, Google, Twitter, Weather Forecast, we avail information via APIs. APIs are practiced...

13-Dec-2021