NashTech Insights

Automation Testing

Posts by categories

Posts by tags

Getting Started with Nightwatch.js

What is Nightwatch.js Nightwatch.js is an end-to-end testing framework for web applications. It allows you to write and run automated tests in real web browsers, simulating user interactions to ensure your application behaves correctly. It’s particularly favored for its ease of use and its ability to work with popular browsers like Chrome, Firefox, and Safari. …

Getting Started with Nightwatch.js Read More »

software, packaging, quality-500956.jpg

Can automation testing replace manual testing entirely?

There are two main types of testing in software development: automation testing and manual testing. Manual testing involves a human tester manually executing test cases and verifying the results. This approach is useful for exploratory testing, where the tester uses their intuition and creativity to uncover potential issues. Manual testing is also useful for testing …

Can automation testing replace manual testing entirely? Read More »

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback

Introduction: In today’s fast-paced software development landscape, delivering high-quality applications quickly is paramount. One crucial aspect of ensuring the reliability and performance of modern applications is API testing. APIs (Application Programming Interfaces) serve as the backbone of most applications, enabling communication and data exchange between various components. Proper API testing is essential to identify issues …

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback Read More »

Best Practices for Running Performance Tests with Lighthouse CI

For great user experiences in today’s fast-paced digital environment, website performance optimization is crucial. Developers can automate performance testing with the help of an open-source program called Lighthouse CI. To maximize the benefits of Lighthouse CI, it’s critical to follow a few recommended practices. In this blog post, we’ll look at the best tips for …

Best Practices for Running Performance Tests with Lighthouse CI Read More »

Getting Started with Lighthouse CI for Performance Testing

For websites to succeed in today’s digital environment, we must perform at our best in order to draw and keep users. A strong tool that aids in monitoring and enhancing web application performance is called Lighthouse CI. We can follow the instructions in this blog post to set up Lighthouse CI for performance testing. Lighthouse …

Getting Started with Lighthouse CI for Performance Testing Read More »

Run Cypress Test parallel without Cypress Cloud

Cypress is an excellent tool for end-to-end testing, offering the valuable feature of parallel test execution to optimize testing time. However, relying on Cypress Cloud for parallel execution requires a paid subscription. In this article, we will explore an alternative approach to running Cypress tests in parallel by utilizing the matrix feature available in GitHub Actions. …

Run Cypress Test parallel without Cypress Cloud Read More »

Efficient Data Handling in Selenium: Reading and Writing Data from Excel Spreadsheets

Hello Readers!! We are back with another exciting topic that is highly beneficial for projects involving data-driven testing, So we will begin our journey by providing a quick explanation of some of the phrases we will regularly use in our blog posts as well as an attempt to explain why we need this and how …

Efficient Data Handling in Selenium: Reading and Writing Data from Excel Spreadsheets Read More »