QTP-10 v/s QTP-11 v/s QTP-11.5 v/s UFT-12 – User friendly Tech help

We tried to differentiate these 4 version of the product based on the new enhancements and features .nn n nn QTP-11:- n n New Results Viewer n Visual Relation Identifier n Log Tracking functionality helps you work with developers to pinpoint the root causes of unexpected behavior in your application n QuickTest 11.00 provides Web Add-in Extensibility-based add-ins…

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…

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…

Working with Database in UFT/QTP?

Scenario:– How we can Fetch data from Database using UFT/QTP Automation Framework? Solution:–  Database plays a crucial role in designing a robust framework in UFT.It provides flexibility to user to add or delete data irrespective to script of UFT. We used this concept in creating Data/Keyword /Hybrid frameworks.  Basic aim was to allow non-expert users of…

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…