NashTech Insights

Automation

Posts by categories

Posts by tags

INTRODUCTION TO GREAT EXPECTATIONS

Hi folks,In this blog, we will learn about Great Expectations, the benefits & limitations of Great Expectations, and its key features. What is Great Expectations? Great Expectations (GX) is a helpful tool that is used for documenting, validating, and profiling the data to maintain quality and improve communication between teams. It is an open-source tool …

INTRODUCTION TO GREAT EXPECTATIONS Read More »

Measuring Performance Metrics in Distributed Testing: Key Indicators to Track

Hello Folks,Distributed testing is an integral part of software development and quality assurance processes. As applications and systems become complex day by day, ensuring they can withstand the load and perform optimally under various conditions is of paramount importance. Distributed testing facilitates the simulation of real-world scenarios by distributing the testing load across multiple machines …

Measuring Performance Metrics in Distributed Testing: Key Indicators to Track Read More »

Cross-Site Scripting (XSS): What Is It And How To Prevent It

In today’s digital landscape, safeguarding sensitive data is paramount as its mishandling can result in disastrous consequences. As technology continues to advance, preventing such calamities becomes increasingly crucial. Conducting security assessments on your web application can help identify vulnerabilities, ensuring the protection of your data against potential attackers when it’s in production. One of the …

Cross-Site Scripting (XSS): What Is It And How To Prevent It Read More »

Getting Started with Visual AI Test Automation: Implementing a Plug and Play Framework

Nowadays, a remarkable technology is gaining traction in the field of test automation. In this blog, we are going to explore this skyrocketing technology known as Visual AI. We are going to delve deep into its impact and why it is going mainstream in the current scenario. Why Visual AI and What Is Its Purpose? …

Getting Started with Visual AI Test Automation: Implementing a Plug and Play Framework Read More »

AI-driven Element Locators: Enhancing Stability and Resilience in Selenium Tests

In simpler terms, “AI-driven Element Locators: Enhancing Stability and Resilience in Selenium Tests” means using advanced technology powered by Artificial Intelligence (AI) to find and interact with elements on websites.   In the world of web application testing, Selenium has proven to be an invaluable tool. However, the quest for stable and resilient tests continues as …

AI-driven Element Locators: Enhancing Stability and Resilience in Selenium Tests Read More »

Apply Design Patterns in Automation Test

One of the automation test challenges is how to save effort in maintaining code, and this effort will depend on the way we organize our automation framework or apply best practices in writing test scripts or capturing robust locator. Embracing design patterns when building the automation framework can streamline maintenance by promoting organization and eliminating …

Apply Design Patterns in Automation Test Read More »

Common Security Vulnerabilities And How To Detect Them

Every application nowadays has some form of sensitive data that needs to be protected. Such data in the wrong hands can lead to catastrophic failures. Avoiding such failures is extremely important with the advancement in technology. Security testing can be performed on your web application to find security gaps so that your data is safe …

Common Security Vulnerabilities And How To Detect Them Read More »

Taiko + Gauge Automation Framework

Taiko + Gauge Automation Framework In the article “Taiko – An Introduction”, we learned about Taiko, a low-code automation tool. We also learned that Taiko can be integrated with a test framework to make it easier to maintain and extend. In this article, I will show you how to integrate Taiko with Gauge to build …

Taiko + Gauge Automation Framework Read More »

selenium grid environment setup for beginners

Hello readers, today we will learn about how to set up the basic selenium grid environment. Brief Introduction to Selenium Grid To know about the selenium grid and its features please refer to the following link:-https://www.selenium.dev/documentation/grid/ In this blog post, we will guide you through the step-by-step process of setting up a Grid environment, enabling …

selenium grid environment setup for beginners Read More »

Test Your Test Code With Azure Devops Services

When we do automation test in our project, one important mindset is we need to treat the automation project as another software development project beside the main product. It means we need to invest to build automation framework, apply OOP/Design Pattern/ Coding convention or spend effort to maintain the automation project. One important process we …

Test Your Test Code With Azure Devops Services Read More »

Playwright Test Maintenance: Best Practices for Keeping Your Tests Up-to-Date and Reliable

Introduction – Best Practices for Keeping Your Tests Up-to-Date and Reliable As web applications continue to evolve and grow in complexity, maintaining reliable and up-to-date test automation frameworks is essential for delivering high-quality software. Playwright, a powerful end-to-end testing library developed by Microsoft, has gained immense popularity among developers due to its cross-browser capabilities, ease …

Playwright Test Maintenance: Best Practices for Keeping Your Tests Up-to-Date and Reliable Read More »