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

Wave

In NetSuite, a “Wave” refers to a group of sales orders or transfer orders that are combined and processed together for fulfillment in the warehouse. This allows businesses to optimize their order fulfillment process and increase efficiency. Creating a wave in NetSuite: Create a new wave: To create a new wave, go to Transactions >… Continue reading Wave

Performance Testing

Performance testing is a type of software testing that evaluates how well a system performs under a specific workload. The objective of performance testing is to identify performance-related bottlenecks and issues in the system and to determine how the system performs under different levels of load. Performance testing can be used to evaluate different aspects… Continue reading Performance Testing

Test Case Documentation- CDUS

Remove Backordered Quantity from Transfer Order The following condition should satisfy for removing backordered quantity from transfer order: The transfer orders status must be any of ‘Pending Fulfillment’ with quantity picked greater than zero, ‘Partially Fulfilled’ and ‘Pending Receipt/Partially Fulfilled’. The quantity entered in custom field should be greater than or equal to the picked… Continue reading Test Case Documentation- CDUS

Smoke Testing v/s Sanity Testing

Smoke Testing • Smoke testing is the initial testing process exercised to check whether the software under test is ready/stable for further testing. • The Smoke testing is typically executed by testers after every build is received for checking the build is in testable condition. • These test cases are executed prior to start actual testing to check critical functionalities of the program is working fine. • Smoke testing follows shallow and wide approach where you cover all the basic functionality of the software. • The test cases can be executed manually or automated; this depends upon the project requirements. • Smoke Testing, also known as “Build Verification Testing”. Sanity Testing • Sanity testing to check the after minor fixes the small section of code or functionality is working as expected & not breaking related functionality. • The main aim of Sanity testing to check the planned functionality is working as expected. • Sanity testing follows narrow and… Continue reading Smoke Testing v/s Sanity Testing

The sales order is saved, or an alert message appears: Prior to submitting the sales order, the customer record is updated.

Task: If the “Trade partner” field of the salesperson in the sales order record is checked and the currently selected customer’s “trade partner” is also checked, then the sales type will be “Builder Order.” If the checkbox is unchecked, we cannot select “builder order” in a sales order. During the testing of this task, a… Continue reading The sales order is saved, or an alert message appears: Prior to submitting the sales order, the customer record is updated.

The total amount showing in the Sales order and the amount in GL impact of Customer deposit are different

When a Sales order is created the total amount showing in the sales order and the amount showing in GL impact of customer deposit created for the order are different.   For Example:  Check the screenshot of created sales order and GL impact of customer deposit given below:   Sales order:  GL impact:  Reason for the difference… Continue reading The total amount showing in the Sales order and the amount in GL impact of Customer deposit are different

DevOps

What Is DevOps? DevOps is a set of practices, tools, and a cultural philosophy that automate and integrate the processes between software development and IT teams. It emphasizes team empowerment, cross-team communication and collaboration, and technology automation. The DevOps movement began around 2007 when the software development and IT operations communities raised concerns about the traditional software development model, where developers… Continue reading DevOps

Creation of Work order from Sales order

When we create a work order from the sales order using the inline checkbox “create WO”, Committed quantity will remain zero in the sales order even the selected location have on hand quantity more than zero. Creating work order from sales order for Assembly Item “Item A” with required quantity 20 and on hand availability… Continue reading Creation of Work order from Sales order