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…

How to Catch Exceptions in Java? – User friendly Tech help

We understood the basics of Exception in Java, now we will move towards handling these exceptions. We are aware of the fact that when error is detected, an exception is thrown. This means the normal code execution stops and the control are transferred to the catch clause for that exception of the first enclosing try…

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…

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

n “The best teachers are those who show you where to look, but don’t tell you what to see.” n n 1.How to add text-slider in wordpress pages ?nSolution:-nBy using the “Text slider“ plugin n Activate the plugin > Add the Main and Sub text > Configure the settings > add the wp_text_slider();n?> in the…