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…

Best and affordable editor for writing visual Basic code?? – User friendly Tech help

What is your favorite VBS editor to write scripts?nIf we search vb editor on Google you would find thousand of suggestions like notepad++,vbsedit and many more fancy IDE.But sometimes there are situations, like due to organization compliance policies or some other reasons, that we don’t have access to these editors .Then what to do in that…

Designing Hybrid Framework in Automation (Part-2) – User friendly Tech help

We have already discussed the implementation part of our Hybrid Framework(Part 1),Now we are going to focus on the the new enhancements that we have introduced while converting our keyword driven framework to hybrid framework. n New Capabilities:-n   1. Data drive the test (Parameterization)meaning running the same test case with varying set of data. nFor this we…