Dataraptor not returning output as an list of array? – User friendly Tech help

Problem- Had an issue, where omniscript using dataratpor was breaking as the data returned was not in form of an array. n This problem happens when dataraptor returns only a single node to data, its output as an object, rather than an array of objects. n Like below:- n What we need it as below:-…

Handy tips and Tools for working with wordpress -Part1? – User friendly Tech help

Don’t judge each day by the harvest you reap but by the seeds that you plant.” Robert Louis Stevenson n 1.How to add icons in wordpress pages ?nSolution:-nBy using the “Better Font Awesome” pluginnSteps1:- Install and activate the plugin in wordpress. n Steps2:- Search the given icon from the font-awesome library, add the code in…

How to Search a Numeric value inside a String ? – User friendly Tech help

Hello Automation lovers, during these sweltering summers it is really arduous to sharensomething with the community. From a long time, I was thinking to share some logic for nsearching numbers in a Text.nnBy the grace of GOD, today is lucky Day 🙂n n Scenario: – How we can search a Numeric Value inside a given Text/String/File?nnSolution:-…

Working with Text Files in Selenium using Java – User friendly Tech help

Today we are going to focus on learning to work with Text Files in Selenium. nWe have already dealt with Exceptions in Selenium now we will focus on how to open/write/read to a text file. Further we would utilize the learning in our real life example of reading all the links on page and write it…

Tips and Tricks for working with UFT? – User friendly Tech help

Just for a change we tend to thought of attempting some out of way features offered in UFT.nnWe implemented the Runners logic:-i’m tired…i think i’ll opt for a run.nWe were tired of sharing orthodox topics, so we thought lets share some less browse topics, Hope it motivates our followers to learn more and grow morennDo…

Installing wordpress on Linux using Bitnami – User friendly Tech help

We already installed the individual LAMP(apache server, mysql server, php) stack for working with wordpress on linux(ubuntu) environment. n You don’t have to see the whole staircase. Just take the first step  n nnIn case we want to make our life bit easier, we can install the above LAMP stack with one push button using…

Uncategorized – User friendly Tech help

Problem:- How to install the latest free edition of oracle database with IDE?Solution:-A) First we’ll install oracle database and then install the sql developer ide. Steps:-Follow the below steps to install the 11g database(latest when this post was written)Download the latest oracle version for ubuntu Unzip using the command: unzip oracle-xe-11.2.0-1.0.x86_64.rpm.zip Install required packages using…

Making changes to Settings of UFT – User friendly Tech help

How we can change the “Browser navigation timeout” in UFT? n Solution1:- n In first solution we can change by following steps:- nStep1:-File->Settings->Web->BrowserNavigationTimeoutnnn Step2:-Select “Apply” and “OK” n Solution2:- n We can change it dynamically using coding at Runtime n Step1:- Copy the following script in any Editor(Notepad) and save with extension .vbs n‘Decalring the…