Robot Framework- Working with Excel Library(Part-2) – User friendly Tech help

Life is short..share while you still have knowledge.nWe started with installation of Excel Library in Robot Framework , today we would focus on utilizing the keywords present in the Excel Library.nNext is publishing run results into ExcelnnWe can connect on Fb,G+,Twitter to spread more learning.nnScenario:- How we can fetch data from Excel in Robot framework to parameter our test cases.nnSolution:-…

Best Practices:- Working with Robot Framework – User friendly Tech help

It is never too late to become smarter or better…Never stop learning.n We started with installation of Robot framework, followed with first test case and further implementing the same in RIDE.Today we would focus on some of the best practices while working with Robot Framework(RF). n Always remember if you are bored, it means that you are doing it wrong….

Introduction to TestNG in Selenium – User friendly Tech help

In our last tutorials we covered the basic aspects of Selenium. Now we are moving towards intermediate phase so that we can inculcate framework level things in Selenium execution.n n Today we are focusing on Test NG framework; we will touch its key components which will mentor us to use its capabilities with Selenium. n…

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…