How to Dismiss angular modal on URL change ? – User friendly Tech help

Requirement :-nWe have a Angular bootstrap Modal to show a popup window. On clicking backspace / browser back button, we want to cancel the popup and continue with the url change. The default behaviour is that page behind the modal changes, but the modal remains on top.nPlunker link for issue nGitHub issuennSolution :- nWe have seen lot…

How to implement Highlight in Selenium WebDriver? – User friendly Tech help

Highlight is the most prominent feature used in Object Spy in UFT/QTP. But the question comes into our mind can we have the same facility in Selenium also?.nnAnswer is YES!!n n n n n n n I want to highlight object in selenium n n n Why we use Highlight?nHighlight plays crucial role in  debugging…

Apex Superbadge (part-1) – User friendly Tech help

n Scenario:- Automate record creation n n Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename cases and products to match the HowWeRoll schema, and assign all profiles to the custom HowWeRoll page layouts for those objects. Use the included package content to automatically create a Routine Maintenance request…

Using Custom LWC inside Vlocity Omniscript – User friendly Tech help

Problem: Due to omniscript limitations, you might find the need to incorporate custom LWC to meet specific requirements. Solution: Acquiring the Custom LWC: Obtain the custom LWC from the salesforce Lightning web components. For this example, we’re using a radio group. Incorporating into Omniscript Designer: Navigate to Omniscript Designer > Inputs and drag the “Custom…

Understanding Add-in manager in UFT – User friendly Tech help

What is Addin Manager? It is a software which prepares UFT/QTP to provide support for multiple technologies. As we know UFT supports for wide range of environment like Windows (.Net, Java), Web, SAP,Oracle.Thus Addin manager assist UFT to work with various platforms.nnn Example:- n In case we want to automate web application (Say facebook), and…

Screenshot using Selenium – User friendly Tech help

Scenario:-How we can capture error Screenshot while working with Selenium?n n n n n n n Taking Screenshot of nature using Camera n n n nSolution:-We would achieve it using the TakeScreenshot Interface.nnSyntax:-nn1.Capture Screenshot n File sScreenShot = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); n nOutputType.FILE:- We have used Interface Output and we have taken the screenshot as “File” typenwe…

How to implement Highlight in Selenium WebDriver? – User friendly Tech help

Highlight is the most prominent feature used in Object Spy in UFT/QTP. But the question comes into our mind can we have the same facility in Selenium also?.nnAnswer is YES!!n n n n n n n I want to highlight object in selenium n n n Why we use Highlight?nHighlight plays crucial role in  debugging…

User friendly Tech help – Helping ppl learn

Ignore trivial things and train your mind to think big Solution:-  Create CustomMetadata type in salesforce (Setup > custom metatype) Create Extract Dataraptor Select object = “custom metadata Name“ Do the mapping of input JSON and expected output JSON Preview runs the datatraptor   n n Tags Dataraptor, salesforce, Vlocity n n CONTROL YOUR EMOTIONS…