Usability testing is a method of evaluating a product or system by testing it with representative users to assess its ease of use, efficiency, and effectiveness. It typically involves asking a test subject to perform tasks that simulate natural usage of the product while closely observing their behavior and collecting feedback. The primary goal of… Continue reading Usability testing
Author: Sruthi Surendran P V
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is widely used for data transmission between web applications and servers. It is based on a subset of the JavaScript programming language, but JSON can be used with any programming language. JSON data is represented as key-value pairs or arrays, where each key represents a… Continue reading JSON
WORK FLOW ACTION SCRIPT
As an AI language model, I am not able to write a workflow action script since it depends on the specific workflow and the actions involved. However, I can give a brief idea of what it may involve. A workflow action script is a set of instructions that automate and streamline specific actions within a… Continue reading WORK FLOW ACTION SCRIPT
TRY – CATCH IN JS
Try…catch in JavaScript is a programming construct used to handle errors and exceptions in code. The try block contains the code that might throw an error, while the catch block is used to handle errors that occur within the try block. Here is an example of how try…catch works in JS: try {// Code block… Continue reading TRY – CATCH IN JS
STATEMENTS IN JS
JavaScript statements are actions to be performed by the browser or interpreter. They can be commands, assignments, loops, conditionals, functions, and more. Statements are typically separated by semicolons and executed from top to bottom unless they are altered by control flow statements such as loops or conditionals. uses of JS Statements Conditional statements: allow you… Continue reading STATEMENTS IN JS
API Request using Postman
When making an API Request, an error message appears. What will be the reason behind this error message SOLUTION Only the accept and content-type given as application/json
Volumetric Testing
Volumetric testing in NetSuite is a type of performance testing that measures the system’s ability to handle large volumes of data. This testing is critical for businesses that have high-volume data requirements, such as ecommerce websites with a large number of transactions or companies with multiple locations running NetSuite. Volumetric testing involves creating a test… Continue reading Volumetric Testing
JavaScript Standard Style
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
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