How to generate an Authentication token while deploying changes in the Elbrus version.

When we’re trying to deploy the development code in the NetSuite for SCA Elbrus for both accounts i.e. Sandbox and Production. We’re getting this error many times if we don’t have the existing token in our terminal most of the time when we’re deploying the first time. Still, we change the role from administrator to… Continue reading How to generate an Authentication token while deploying changes in the Elbrus version.

Age Testing

It is a testing technique that evaluates a system’s ability to perform in the future. As the system gets older, how significantly the performance might drop is what is being measured in Age Testing. Defect age can be measured in two parameters – phases and time Defect Age – Phases Defect age in phases is… Continue reading Age Testing

Playwright Automation Tool

What is Playwright?Built by Microsoft, Playwright is a Node.js library that, with a single API, automates Chromium, Firefox, and WebKit. These APIs can be used by developers writing JavaScript code to create new browser pages, navigate to URLs and then interact with elements on a page. In addition, since Microsoft Edge is built on the… Continue reading Playwright Automation Tool

Automation tool – Cucumber

It is an open-source testing tool that uses a behavior-driven development (BDD) approach. It supports multiple programming languages. Merits: Simplicity: Cucumber has a simple and easy-to-understand syntax for expressing test cases in natural language format. This makes it easier for non-technical team members to understand and collaborate on test automation. Reusability: Cucumber allows for the reusability of… Continue reading Automation tool – Cucumber

Equivalence Partitioning and Boundary Value testing

Boundary testing  Boundary testing is the process of testing between extreme ends or boundaries between partitions of the input values.  So, these extreme ends like Start- End, Lower- Upper, Maximum-Minimum, Just Inside-Just Outside values are called boundary values and the testing is called “boundary testing”.  The basic idea in normal boundary value testing is to… Continue reading Equivalence Partitioning and Boundary Value testing

Create line level custom location

To create line level custom location in sales order , follow the steps Customization > List/Records&Fields > Transaction line fields Add name , ID for the custom field Applies to – Sales Item Add required type for the field Then save it Open the Sales order to view the created location

How to export WordPress posts to Microsoft Excel

First, navigate to Tools › Export and choose the type of data that you want to export. Data is divided into various article types by WordPress, including posts, pages, WooCommerce products, and real estate properties. By choosing it here, you can export any custom post category or taxonomy. Go to Microsoft Excel > Blank Workbook… Continue reading How to export WordPress posts to Microsoft Excel