HMAC 256 Algorithm :

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 :

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

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

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