Author: Merin Sunny
Search to display Total quantity of sales order and work order for created for each item on each month/year
Need to create a search to display Total quantity of sales order and work order for created for each item on each month/year. Related search : https://8273537.app.netsuite.com/app/common/search/searchresults.nl?searchid=2490&saverun=T&whence= SOLUTION Generate a transaction saved search. Include criteria for Transaction Type, location, Item type, and Date. Include item, document number, On Hand, Available, BO fields from the item… Continue reading Search to display Total quantity of sales order and work order for created for each item on each month/year
Testing Tips and Hacks to follow :
1.Test Planning -Before you start, establish precise testing objectives and a scope. -Make a test strategy or plan that specifies the testing methodology, resources, and timeframes. -Determine the application’s target market and the setting in which it will be used. 2.Test Design -To choose test cases, use methods like equivalence partitioning and boundary value analysis.… Continue reading Testing Tips and Hacks to follow :
Test case documentation : Automatic purchase order creation based on the sales data
Automatically create Purchase order based on Sales of items and report of the sales data. Client would like to view the sales and stock details of items for a particular time period on a custom page. And based on the sales of items, need to create purchase orders automatically for the selected items.We will create… Continue reading Test case documentation : Automatic purchase order creation based on the sales data
Endurance Testing
Endurance testing is a non-functional sort of software testing in which a software is tested under heavy load for a long period of time in order to assess how the software will behave when used continuously. The main goal of endurance testing is to make sure the application can manage increased load without seeing any… Continue reading Endurance Testing
Clarification for a scenario – Automatic Purchase order creation based on Sales order quantity
A custom page is created to show the items and related sales details. Purchase orders will be created with the quantity entered whenever the user chooses the items and clicks the “Generate Purchase Order” button.Once the user clicks the generate purchase order button, the user navigates to the Custom record to view the processed status.… Continue reading Clarification for a scenario – Automatic Purchase order creation based on Sales order quantity
Test case documentation : Summary box in Item receipt
Requirement Customize summary box in the item receipt Mohd Ali Mohideen Supermarket LLC-UAE-NS is required to add the Summary Box in Item Receipt records similar to the Summary Box in Purchase Orders. The summary box will be added to the item receipt like the Summary Box in Purchase Order. The summary box will contain SUBTOTAL,… Continue reading Test case documentation : Summary box in Item receipt
How To Do API Testing?
An application programme interface (API) is examined during an API test to ensure that it satisfies the requirements for functionality, security, performance, and dependability. Either on the API directly or as a component of integration testing, the tests are run. API testing can be done in two ways : 1) Manual 2) AutomaticIn manual API… Continue reading How To Do API Testing?
Non-functional Testing
Software testing of the non-functional kind is done to confirm that the application meets its non-functional requirements. It checks to see if the system is acting in accordance with the specifications or not. It examines every component that isn’t examined during functional testing. Software testing methods called “non-functional testing” examine the system’s non-functional characteristics. Non-functional… Continue reading Non-functional Testing
Test case documentation : -Script/automation to set the “Integration status” of SPS Sales orders.
Requirement For a sales order to be delivered to Stord for fulfilment, the partner “SPS commerce”Integrations status” field must be set to “Ready.”The script should automatically set the Integration status as “Ready” IF -Created by Partner = “SPS Commerce” -Integration status” = null -All the items in the order have committed quantity = ordered quantity… Continue reading Test case documentation : -Script/automation to set the “Integration status” of SPS Sales orders.