Hybrid Framework in Automation (Part-1) – User friendly Tech help

We started our journey to grasp the concept of framework in automation using keyworddriven approach, today we are going to shape our existing code into a more versatile form known as Hybrid framework.nnNote:- Please read our post on Keyword Driven framework before starting with Hybrid concept.nnFollow us on Facebook for more updates and learning!!! n…

QTP-11 (HP0-M47) Certification Questions(Part-1) – User friendly Tech help

Following are list of some important questions that I thought of sharing with QTP lovers. Request you all experienced certified professionals to share your knowledge and questions for aspirants preparing for certification. n 1.   What is the use of Data table in custom checkpoint? n a.   To fetch data from external data source n b.  …

Understanding the Selenese command in Selenium IDE? – User friendly Tech help

What is selenese command? n n n n n n Learn to ask Questions n n n nnSelenese is set of commands used by selenium to automate the web application testing. These commands are divided into 3 parts which is interpreted by selenium core (engine of selenium) to perform action on application under test. Particularly these…

Enable auto save feature in Sublime editor – User friendly Tech help

Problem:- How to add auto-save functionality in Sublime-Text?n Solution:- n Using auto-save package. n How to install this?n1)Open package Control in sublime (Ctrl+Shift+p) n n2)Search and select install option  n 3)Search auto-save and select it  n 4)Enable auto-save n Press Command + Shift + P again and search for AutoSave. Here, there are 3 options:(select…

Creating your first app using Angular.io – User friendly Tech help

Do something today that your future self will thank you for n nWe have created this tutorial to make you up and running with Angular.io in 10 minutes. This is not a very detailed tutorial incase you are not familiar with Angular basics, please refer Angular.io documentation to get more details on the core concepts.nnExpectation:- nWe’ll create…

Log4j Configuration file – User friendly Tech help

After executing our basic test case using logger in log4j, we would modify it, to include “Appender” and “layout“ objects by implementing “Configuration file” in our code. What is Configuration file?nConfiguration files are used to configure settings of log4j file. This can bewritten in XML or in Java properties (key=value) format.nnExample:-nUsing Basic configuration file in…

How to install IE browser on Mac-OS? – User friendly Tech help

The best time to plant a tree was 20 years ago. The second best time is now.nPre-requisite:- Virtual Environment to run the windows OS (with IE) on Mac OS.n Step1:- Installing the virtual environment using VirtualBox (free option, we can use VMware also)na)Download Virtual Boxnb)Install the setup Double click the .dmg file and follow the instructions…

Working with database in JMeter – User friendly Tech help

Scenario:- Creating a database test plan, such that we can do the performance testing for CRUD operations.nnSolution:-nKey Points:- n1. JDBC connector files(jdbc jar).n2. Database connection details, so we can communication with database.n3. JDBC request, this is important to set the database connection details in jmeternnStep1:- Download the required connector file and place in lib folder of…

Vb-scripting Abs value function – User friendly Tech help

In this series we are going to discuss Vb-Scripting functions in UFT( Advance Quick Test Pro), our main focus will be on important functions, that are frequently  used in practical scenarios.nnFunction Name:- AbsnnMeaning :- Used to return Absolute value of a number n n Number should be valid numeric expression, else zero or Script error…