How to copy text from Notepad and Paste in Excel? – User friendly Tech help

Scenario:-n How we can copy data from Notepad(Text File) into Excel. n Solution:- n We used very simple approach, firstly we’ll copy all the data from Notepad and than paste that to newly created excel. n Pre-requisites:-  n Create Notepad file and add data.(Change the path to your file in below code) n Excel used…

Working with Outlook API using UFT? – User friendly Tech help

Principle:-n n n n n n Outlook object model  n n n The above mind map structure represents the flow of objects that we have used to work with outlook API model.nnApplication object:–nIt is the parent object which represents the entire Microsoft Outlook application.nWhen we use Automation to control Microsoft Outlook from another application (UFT…

Salesforce – User friendly Tech help

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 Posted in Salesforce, Vlocity Tagged Dataraptor, salesforce, Vlocity n CONTROL…

Fix lint errors in Angular cli – User friendly Tech help

The mind, once stretched by a new idea, never regains its original dimensions. n Problem:- In Angular cli after executing the command ng lint shows a lot of lint errors based on the configuration `tslint.json`, how to fix lint errors ? n n Solution:- n Run the below command n tslint –fix src/**/*.ts -t verbose n Note:–…

Understanding important concepts of Java for Selenium – User friendly Tech help

We would be highlighting some of the most vital concepts of Java used in Selenium.Hope it assist our readers to learn and incorporate it while creating the Selenium scripts. n n Final Keyword n Interface in Java n Meaning of Static in Java  n n Why we use Final Keyword ? n We can use…

Automation Framework Generations. – User friendly Tech help

Automation Frameworks in Testing?nWe can divide automation frameworks into below major categories it is like different generations of evolvement of Computers, on the same track we can define various improvements in automation testing as generations of Automation frameworks. nnGenerations of Automation Frameworksn n n n n n Human Evolution n n n nFirst Generation:- n n  This…