Introduction to Appium(Mobile Testing) – User friendly Tech help

Mobiles are everywhere; our day starts with an alarm ringing on phone and ends with WhatsApp or buffering some social media portal. Do we ever think that we are surrounded by mobile applications everywhere, from checking weather, transit, shopping, video chats or banking and so on? n Each day hundreds of new mobile apps are…

Implement Robot Framework using RIDE (Part-2) – User friendly Tech help

In our part-1 we learned how to work with  existing test case written as .robot/.txt inside RIDE.nnHere we would learn to implement the robot framework functionality in RIDE itself.Further we would move towards best approach in RF.nDo follow us on  Fb,G+,Twitter, it encourages us to learn and share more.nRequirement:- Enhance our existing test case using…

How to convert Object Repository into XML format? – User friendly Tech help

We will be focusing on 2 methodologies to achieve our target.n n Approach 1:- nUsing “ObjectRepositoryUtil Object“ n ObjectRepositoryUtil(ORU):-By using this object we can work with object Repository files (Local/Shared) from outside of UFT. n We need to use “ExportToXML” method of ORU object. n n n n n n ExportToXML Method n n n ‘Creating…

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…