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…

lwc – User friendly Tech help

As of now, SFDC does not support Quick Action for LWC Solutions always exists Problem- Using Quick Action to launch custom Lightning web components. Solution:-  Create a Lightning component as a wrapper for Quick action, to launch in subTab by using Open SFDC interface. ({ init: function(component) { var workspaceAPI = component.find(“workspace”); workspaceAPI.getFocusedTabInfo().then(function(response) { workspaceAPI.openSubtab({…

Parallel execution of Tests in TestNG – User friendly Tech help

Scenario:–nHow we can achieve running of parallel set of tests in TestNG.n n n n n n Parallel Run n n n Solution:-nWe are already done with cross browser testing using TestNG, we would utilize the same example here to design our solution.nnTest Scenario:-nWe want parallel instances of Test Case one in Firefox and another…

How to Encyrpt and Decrypt Password in UFT? – User friendly Tech help

 Requirement:-nnWe don’t want to share our application(say Oracle database) login password , but rather encrypt it and while using the SQL query we need it to be decrypted at runtime.nnSolution:-nFirstly we will Encrypt the password and then decrypt it.nEncryption:-nnApproach 1:-nnUsing Crypt utlity Object. nMethod used :- Encrypt n n n n n n Syntax n n n Code:-…