How to Downgrade the existing Sass Version ? – User friendly Tech help

Issue :- We installed the newest version of compass but it is giving unpleasant error. How we can downgrade to an older version to make things working.nnSolution:-nWhen installing compass (v1.0.1), it will download the latest sass v3.4.6 (because it’s a dependency), but compass won’t work with the latest sass. You have to downgrade sass to…

Install oracle free edition with IDE on Linux machine? – User friendly Tech help

Problem:- How to install the latest free edition of oracle database with IDE?nSolution:-nA) First we’ll install oracle database and then install the sql developer ide. n Steps:-Follow the below steps to install the 11g database(latest when this post was written) n Download the latest oracle version for ubuntu n n Unzip using the command:n unzip…

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:-…

Creating Pivot chart for ALM reporting. – User friendly Tech help

How we created our automation progress  report from ALM to Email in 30 minutes?nnRequirement:–nWe need to showcase our management regarding the  progress in Automation.So rather than giving them quantitative data we thought of sharing it in more presentable manner using Pivot charts.nnHope it help our fellow automation friends in creating easy and rapid reports.nPlease feel free to…

Practical issues and solutions for working with JMeter – Part1 – User friendly Tech help

Most of the time we are struck with very granular issues with JMeter. To overcome these type of hurdles we are sharing the pragmatic solutions to problems.nnRefer part2 of learning for more issuesnnDo share your issues/solutions in the comment section below to help others as we always believe sharing is caring, and Life is short..share…

Understanding Interface concept of Java in Selenium – User friendly Tech help

When we first start with selenium automation our very first line of code comes as :-nWebDriver driver = new FireFoxDriver;n Have we ever thought what is the meaning of this code of line …WebDriver driver ?nSimple answer to this is “WebDriver is an Interface,and we are defining a reference variable(driver) whose type is an interface.Now any…

Jmeter Error :- Cannot have single quote-char in quoted field:[“] ? – User friendly Tech help

Problem:-We used CSV data Set Config element in our Jmeter test to parameterize our request. But we faced the below error in logs:-nnERROR – jmeter.config.CSVDataSet: java.io.IOException: Cannot have single quote-char in quoted field:[“] nnSolution:- nOpen the “CSV Data Set Config” > Set “Allow quoted data?” to False (By default is true) n nWhy this as Jmeter by default will think…

Crack of UFT -11.5

The simplest and safest method to crack UFT is to download it from the link labeled “HP-UFT”. This link provides a 30-day trial version. If you wish to continue using it after the trial period, you would typically need to purchase a license. However, it’s important to note that promoting or using cracked software is…

Robot Framework: – Cannot import name XmlElementHandler Error – User friendly Tech help

After upgrading to the latest version of Robot Framework and RIDE and rerunning existing scripts, we were surprised to get the “Cannot import name XmlElementHandler” nn Solution:- n Step1:- Try to locate the missing file in robot setup that is installed on the system. n In our case it was XmlElementHandler, after some investigation (by…