Exploratory testing in software testing

Exploratory testing is an approach to software testing where testers actively explore the software to find defects and issues that may not have been identified during scripted testing. It is a type of ad hoc testing that involves simultaneous learning, test design, and test execution. Exploratory testing is not a replacement for scripted testing, but rather it complements it. The goal of… Continue reading Exploratory testing in software testing

Add a custom field for PO number in item fulfillment from sales order.

Create a custom field that will source the PO # from Sales Order to Item Fulfillment. create a custom field for PO # in IF. Go to Customization > List, Records & Fields > Transaction Body Fields > New1. Give Label: PO #2. Type: Free-Form Text3. Store Value: F4. Applies To: Item Fulfillment5. Display Type: DisabledIn Source and Filtering TabSource List: Created FromSource From: PO/Check #

Customizing Login and Logout

Applies toSite Builder You can display your company branding on a custom login page that you create for your employees, customers and partners. For more information about creating a secure hosted login page to NetSuite, see Displaying Login Fields on Your Web Page. Also, you can further establish your company branding when members of your organization… Continue reading Customizing Login and Logout

How to make a item personalised or not from edit cart

For this we can check for the values before update if any values are present then the item will be stored as a personalised if personalisation made from pdp is removed then it will be not personalised item and can be checked by checking length of fieldsAn example to check the condition is given