What is HMAC256 Algorithm : HMAC ( Expanded as keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key. HMAC can provide authentication using a shared secret instead of using digital signatures with asymmetric cryptography. HMAC (Hash-based Message Authentication Code) is a mechanism for verifying the authenticity and integrity… Continue reading HMAC 256 Algorithm :
Author: Deepthi Radhakrishnan
Entry points in Client Scripts :
Script Entry Point Description fieldChanged(scriptContext) Defines the function that is executed when a field is changed by a user or client call. lineInit(scriptContext) Defines the function that is executed when an existing line is selected. localizationContextEnter(scriptContext) Defines the function that is executed when the record enters the localization context that is specified on the script… Continue reading Entry points in Client Scripts :
Testcase preparation on-Project for Past due invoice email
Requirements : Create a scheduled script to send a weekly email to the customers with terms. The email will contain the past due invoices(due over 30 days) along with the interest of invoices. Mail is sent only to the billing email id (custom column). The customer email id is used as the recipient if there… Continue reading Testcase preparation on-Project for Past due invoice email
Short Note on Finance charge Due :
A finance charge due is the amount of money that a borrower owes on a loan or credit account in addition to the principal amount borrowed. It is the cost of borrowing money, and it includes the interest charged on the outstanding balance as well as any fees or charges associated with the loan or… Continue reading Short Note on Finance charge Due :
Points to be noted while testing date fields
A custom date field is created in the item record. This field fetched the date from the purchase order record when a scheduled script is executed. Keep in mind that the client might change the general date preference in Netsuite so there is a possible chance of getting an error. To generate the Unix time… Continue reading Points to be noted while testing date fields
FTIT-130-Purchase Orders creation from Netsuite-CEVA
Testcase preparation on FTIT-130
Why items are not committed even if there are item quantities available in inventory?
Have you ever came across a situation like, When a sales order is created for an item with available quantity and on saving the sales order record, the quantity will not get committed instead the ordered quantity will get back-ordered? Solution : Please recheck the below points to resolve this issue. Please check whether the… Continue reading Why items are not committed even if there are item quantities available in inventory?
Introduction to WebLOAD
What is WebLoad : WebLOAD is a load testing tool, performance testing, and stress test web applications. This web and mobile load testing and analysis tool is from RadView Software. Load testing tool WebLOAD combines performance, scalability, and integrity as a single process for the verification of web and mobile applications. WebLOAD is an open-source tool for load testing, stress testing, and performance testing that is sponsored… Continue reading Introduction to WebLOAD
Core Java Notes
Performance Testing-Overview
What is Performance Testing : Performance testing is a form of software testing that focuses on how a system running the system performs under a particular load. Types of Performance Testing : Load testing Stress testing Spike testing Endurance testing Scalability testing Volume testing Bottleneck Issues in Performance Testing : Speed issues — slow responses… Continue reading Performance Testing-Overview