NashTech Insights

6 July 2023

Posts by categories

Posts by tags

Practice to setup a Test Environment

In the software testing lifecycle, we need to set up and manage the Test Environment to support accurate and reliable testing activities. It includes environment provisioning, test configuration, test data management, test devices and test maintenance. In this blog, I would like to share some practices to setup test environment in software testing: Cloud-Based Test …

Practice to setup a Test Environment 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 »

matrix, network, data exchange-1027571.jpg

Benefits of conducting performance testing in an Agile environment.

In today’s rapidly evolving and uncertain world, delivering high-performing software platforms is of utmost importance. Uncertainties, complexity, and ambiguity require leaders to adopt a dynamic mindset and respond flexibly to change rather than resist it. Performance testing plays a vital role in ensuring the reliability and responsiveness of software applications and conducting performance testing in …

Benefits of conducting performance testing in an Agile environment. Read More »

three woman sitting on white chair in front of table

10 Essential Skills for Cloud Engineers

Introduction : Cloud computing has become the backbone of modern technology infrastructure, and cloud engineers play a critical role in designing, building, and managing cloud-based solutions. To excel in this field, cloud engineers need to possess a specific set of skills that allow them to navigate complex cloud environments and drive innovation. In this blog, …

10 Essential Skills for Cloud Engineers Read More »

Coding on a computer screen

Common Misconceptions in C# and .NET – Not Properly Hiding Your Secrets

We will explore the proper handling of sensitive information in the .NET development environment. Specifically, we will focus on protecting secrets used during development. These secrets refer to sensitive information used in the development environment. Consider a scenario where two developers are working on a project, each requiring their own dedicated passwords to connect to …

Common Misconceptions in C# and .NET – Not Properly Hiding Your Secrets Read More »