What is AutoIT ? AutoIT Options and Functions

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages Features …

What is XML – eXtensive Markup Language ?

XML – eXtensive Markup Language As the name suggests, XML is a markup language.XML allows you to create your own tags to describe the data between them. You’re not particularly interested in how the data will be presented. Your main focus is ensuring that the …

What is Messaging ?

WebSphere MQ WebSphere MQ Series allows application programs to communicate with each other using messages and queues.This form of communication is also known as commercial messaging.   Communication Types There are 2 types of communication models Synchronous Communication model Asynchronous Communication model Synchronous application design …

How to register for .ooo domain free ?

.OOO Free domain : The domain name .OOO is a top-level domain in the Domain Name System of the Internet. It was launched and is operated by Infibeam. Are you looking for free domain just fro making some money online by doing Event Blogging and …

What is Java Web Start ?

Java Web Start Java Web Start is a technology that lets you deploy a desktop Java application directly from a web page.It is an implementation of the Java Network Launching Protocol (JNLP) specification. Java Web Start Characteristics It provides a protected sandbox for running untrusted …

What is OLTP ?

Online Transaction Processing OLTP Transaction is a unit of work performed by one or more programs, involving a specific set of input data and initiating a specific process or job. In other hand, a single transaction can consists of one or more application programs to …

What is NMS ?

Number Management System Number management System is an inventory management system for telephone numbers and other customer numbers An open, scalable, centralized database with all the functionality carriers need to store, manage, and assign wire line and mobile telephone numbers and for a multitude of …

Supply Chain Management & Basics of Oracle Apps SCM

Supply Chain Management (SCM) is a set of various activities in which raw materials are purchased and transformed into semi-finished or intermediate goods, which eventually become the finished goods. These finished goods are then distributed to the customer using the distribution channel. This complete cycle …

Big data analytics: What it is and why it matters ? Extended RDBMS Architecture

BIG Data Analytics BIG Data Analytics is like a mountain of data that you have to climb.The height of the mountain keeps increasing everyday and you have to climb it in less time than yesterday!! This is the kind of challenge big data throws at us …

What is Jenkins ? Study Notes

Jenkins Jenkins is a  open source continuous integration server Jenkins (http://jenkins-ci.org/) is Easy to install Easy to use Multi-technology Multi-platform Widely used Extensible Free Jenkins Improving Your Productivity Continuous integration can help you go faster Detect build breaks sooner Report failing tests more clearly Make progress …

What is Behaviour Driven Development BDD ?

Behaviour Driven Development BDD is a formalised template for User Stories. BDD is able to create testable User Stories since they are defined in a formal manner. It Promotes “security” to a first call citizen in the analysis process.   What are the goals of BDD …

What is Selenium ?

Selenium Selenium automates browsers. It is one of the most well-known testing frameworks in the world that is in use. It is an open source project that allows testers and developers alike to develop functional tests to drive the browser. Selenium is a suite of …

What is Competency Management ?

Competency Management   A competency is the required combination of knowledge, skills and behavior that is critical for both organizational and employee success. Competency Profiles are collections of individual, global and functional competencies that describe the expectations of a given job. Competencies can be either assigned …

Introduction to Mainframe Computers

Mainframe Computers Mainframe computers are big computers used mainly for processing huge data and to maintain critical applications. They form the central processing unit of most of the Fortune 500 companies. Mainframe computers are known for high data security and has the capability to process …

Android and its Architecture

Android Android is an Operating system based on the Linux kernel, designed primarily for touchscreen mobile devices such as smart phones and tablet computers. Kernel type : Modified Linux (Monolithic) OS family : Unix like Default User Interface : Graphical (Multi touch) Initial release : …

What is an Applets ?

Applets An applet is a Panel that allows interaction with a Java program.A applet is typically embedded in a Web page and can be run from a browser.You need special HTML in the Web page to tell the browser about the applet.For security reasons, applets …

What is JBehave ? How it relates to BDD ?

  JBehave JBehave is a tool for Behavior Driven Development(BDD). What is BDD ? BDD is a Software development based on TDD which is Developed by Dan North Addresses problems with TDD What problems does JBehave address? Programmers wanted to know: “Where to start” “What …