Customization
-

LWC DOM scraping – a security concern?
.
What is DOM scraping in LWC? Document object model (DOM) scraping is the process of leveraging JavaScript code in a Lightning Web Component (LWC) component to access and modify the HTML elements of a web page or HTML. This allows you to extract information from a web page and use it to display or manipulate…
-

Revolutionize the Assertive Testing in Salesforce
.
Recently Salesforce moving towards more meaningful Unit Testing strategy by introducing a brand new APEX Assert Class in Salesforce which is detaching itself from the System Class. From now on Assert Class by own right is going to get its own class. Now everyone is thinking why is this change? I will discuss on that…