Month: March 2023
Create an analytic report using suitelet
Test case documentation for third party shipping
Testcase for login logout button customization
Cosmetic Testing
Cosmetic Testing is a new form of testing, where the UI (User Interface) and UX (User experience) are being tested and checked whether the GUI or design of the project seems good from the user’s perspective. Cosmetic testing deals with: More excellent looks of the buttons and texts. Proper implementation of wordings in the UI.… Continue reading Cosmetic Testing
Importing Your First Order from Magento Into NetSuite : Prerequisites
1.Ensure you have an SKU in Magento 2 that also exists in NetSuite with the same SKU name/number. If you don’t already have one, use the steps as follows: In Magento 2, Go to Products > Catalog > Add a product and create a new product and populate the “SKU” field as” celigo Test SKU 1″. In NetSuite,… Continue reading Importing Your First Order from Magento Into NetSuite : Prerequisites
Import Customers from Magento to NetSuite-Order imports fail if customer record with same ID already exists in NetSuite
Order imports into NetSuite sometimes fail when customer records with same Customer IDs are already present in NetSuite. You may see the following error: “Failed to add/update customer for order #1xx1. A customer record with this ID already exists. You must enter a unique customer ID for each record you create. To correct this record,… Continue reading Import Customers from Magento to NetSuite-Order imports fail if customer record with same ID already exists in NetSuite
Security testing tools
Security testing tools are used to make sure that the data is saved and not accessible by any unauthorized user. To protect our application data from the threats, we will use these tools. These tools help us to find the flaws and security leakage of the system in the earlier stage and fix it, and… Continue reading Security testing tools
Jenkins – Maven Setup
Step 1: Downloading and Setting Up Maven The official website for maven is Apache Maven. If you click the given link, you can get the home page of the maven official website as shown below. While browsing to the site, go to the Files section and download the link to the Binary.zip file. Once the file… Continue reading Jenkins – Maven Setup
Data manipulation in records using beforeLoad(context) of User Event Script
Data can be manipulated for records created in beforeLoad user events.That is for example we can set the value of any field in ‘create’ mode of beforeLoad(context) of User Event Script.Data cannot be manipulated for records that are loaded in beforeLoad scripts.If you attempt to update a record loaded in beforeLoad, the logic is ignored.That… Continue reading Data manipulation in records using beforeLoad(context) of User Event Script