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…

Call to Existing Action in UFT ? – User friendly Tech help

What is a Action in UFT ? n Action is a logical set of statements which provides structure to our automation testing.In simple words,Actions help us divide our test into logical parts.For instance our Application = ‘Booking Tickets”, can have action’s like Login to application, Book the ticket, Credit card payment and Logout .nThus we…

How to debug jest test cases(React)? – User friendly Tech help

Adding test cases to your code always helps in the long run, today we’re going to talk about how to debug test cases. n n Do something today that your future self will thank you for n n n Using our all-time favorite Console.logn it(‘should call touch & asyncValidate methods’, () => {n const component…

Importance syntax rules when working with JAVA – User friendly Tech help

Lets learn some of the basic and critical rules that we should know as JAVA developers.n n Being aware of a single shortcoming within yourself is far more useful than being aware of a thousand in someone else. n 1. Name of Class should start with uppercase letter.nExample:- nMyFirstClass rather than myfirstclassnn2.Methods and variables of class…

AngularJS Interview Questions-Set1 – User friendly Tech help

Here comes our first set of Interview questions on Angular JS. Hope it assist the job aspirants to crack the interviews.nnDo like our Facebook page or follow on Twitter for more questions.nnIt is said “The end justifies the beginning” ,so begin right,prepare well for the interview and crack it.n n n n n n n…