JavaScript Standard Style is a set of guidelines and conventions for writing readable, consistent, and high-quality JavaScript code. It is an opinionated approach to coding, which means that it advocates for specific practices and discourages others. Some of the key features of JavaScript Standard Style are: Automatic code formatting: The style guide specifies rules for… Continue reading JavaScript Standard Style
Author: Sruthi Surendran P V
TEST CASE DOCUMENT – BGGN
A script is created in Netsuite for the creation of item fulfillment, Consolidated Fulfillment, and the CSV file from the Sales Order, upon satisfying the following conditions. Status = Pending Fulfillment Auto Consolidated Fulfill = True Is Consignment Loc = False The shipping country of the sales order is added to the CSV files instead… Continue reading TEST CASE DOCUMENT – BGGN
Consolidated fulfillment
Consolidated fulfilment in NetSuite refers to the process of grouping multiple sales orders into a single shipment to be delivered to a customer. This can be done for various reasons like reducing shipping costs, improving efficiency, and enhancing customer satisfaction. With NetSuite’s consolidated fulfilment functionality, businesses can easily combine multiple orders that share the same… Continue reading Consolidated fulfillment
JMeter
Performance testing tools: These tools are used to automate load testing and other performance-related testing scenarios, including tools such as JMeter, Gatling, and LoadRunner. JMeter is an open-source software for performance testing and load testing. It is a Java-based application that can be used to simulate various types of load testing, such as functional testing,… Continue reading JMeter
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
Cypress automation tool
Cypress is an open source, end-to-end testing framework for web applications. It is a fast, easy and reliable testing tool that can be used to write and run automated tests for web applications. Cypress helps developers and testers quickly create automated tests with its intuitive UI, detailed documentation, and powerful debugging tools. With Cypress, developers… Continue reading Cypress automation tool
SASS
Syntactically Awesome Style Sheet Sass is the most mature, stable, and powerful professional-grade CSS extension language Sass is a CSS pre-processor. It is fully compatible with every version of CSS. Sass reduces the repetition of CSS and therefore saves time. Sass consists of two syntaxes. The original syntax, called “the indented syntax,” uses a syntax similar… Continue reading SASS
IPOS INTEGRATION
IPOS integration refers to the process of connecting an IPOS (Intelligent Point of Sale) system with other software or platforms used by a business, such as accounting software, inventory management systems, and eCommerce platforms. IPOS is an advanced point-of-sale system that allows businesses to streamline their sales process by automating inventory management, tracking customer behavior,… Continue reading IPOS INTEGRATION