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

In part-1 we would discuss on Installing Excel Library to work with Robot Framework. n True Success is balance. For me, this means Health, Wealth, Happiness. n So I try and get 1% better each week in each of these areas. n Lets learn the robot framework integration with Robot Framework to enhance our skills….

AngularJS $watch() ,$digest() and $apply() – User friendly Tech help

This post is meant for novice AngularJS programmers to enlighten them with basic comprehension of how data-binding works. To deep-dive into data-binding, you need a clear vision of how $watch(), $digest(), $apply() and dirty checking works.Lets go step by step on this topic.nnDo folow us on FB page, Twitter or G+ for more updates and learning.nn“It is not about doing so…

How to work with IFrame in Selenium. – User friendly Tech help

Scenario:–nOur application has a iFrame control, how we can work with this control using Selenium.n n n n n n Learn to solve the iFrame puzzle in selenium n n n nSolution:-nLets try to understand iFrame first.nnWhat is iFrame?nAn iFrame (or Inline Frame) is an HTML document embedded inside the current HTML document on a…

Install Log4j in Eclipse – User friendly Tech help

We are done with basic introduction to log4j, now lets make our setup ready to work with log4j in selenium.nnDownload  Log4j:-nStep1:-nOpen the link:-nNote:- we have used the older version of log4j1.2x in our example code, nNew version of  http://logging.apache.org/log4j/2.x/download.html is also available.nStep2:-nClick on the below link  n n n n n n log4j zip file link n n…

License Activation of UFT – User friendly Tech help

Steps for License activation of UFT:-nFor trail version activation n 1. Install the HPUFT setup on Client machine(Your Local Machine). n 2. After successful installation launch the application by any of the following ways:- n ·        By clicking on HPUFT desktop icon. n ·        Click on Start->AllProgarms->HP QuickTest Professional->HP QuickTest Professional n  3. HPUFT license…

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

After our installation and fetching data from excel we would move towards writing data into excel. n nScenario:-How to publish robot framework run results into Excel?nnWe can connect on Fb,G+,Twitter to find what we do next?.nnSolution:- nStep1:- Create excel at run time with given heading inside Results folder.(At “Suite Setup“)nStep2:- Add test details (at Test Case “Setup”) to…

Introduction to Selenium? – User friendly Tech help

Today we are focusing on the background check of Selenium.nnWhat is Selenium?nnSelenium automates browsers.Selenium is an Open Source(Freely Available)and combination of software tools which is used in automation testing of web applications across different browsers and platforms.nnSelenium is a set of multifarious software tools each with a different approach to supporting test automation.nThe name Selenium…