NashTech Insights

Ankit Lohia

Posts by categories

Posts by tags

Designing testcases for security testing

Introduction Security testing, which aims to find flaws and vulnerabilities in an application’s infrastructure, codebase, and interactions, is an essential step in the software development process. Designing testcases for security testing is a crucial aspect of this process. This involves creating test cases that simulate various attack scenarios and vulnerabilities, allowing for a comprehensive assessment …

Designing testcases for security testing Read More »

Automating Continuous Testing with Playwright and Selenium Grid

Introduction Continuous testing has emerged as a crucial technique in the dynamic field of software development. Early problem detection, better code quality, and assurance that new features won’t negatively affect existing functionality are all made possible by this technique. Automation testing has seen a revolution in recent years thanks to the emergence of strong testing …

Automating Continuous Testing with Playwright and Selenium Grid Read More »

DOCKERIZING PLAYWRIGHT TESTS FOR CI/CD

Introduction Continuous integration and delivery (CI/CD) has become essential in today’s software development environment for delivering timely and dependable product releases. Docker has become a well-liked solution for packaging apps and their dependencies with the emergence of containerization. In this blog post, we’ll look at Dockerizing playwright tests for CI/CD. Table of Contents 1. Understanding …

DOCKERIZING PLAYWRIGHT TESTS FOR CI/CD Read More »

Playwright Test Result Reporting and Visualisation Using Grafana

Introduction To ensure the calibre of web apps, effective and thorough testing is crucial in today’s fast-paced world of software development. Playwright, a new browser automation tool, has gained popularity because to its capacity to automate web browsers and do end-to-end testing. However, managing and visualising test data may be challenging. In this case, Grafana, …

Playwright Test Result Reporting and Visualisation Using Grafana Read More »