Automation
Automation
Network Protocol Analyzer WireShark
Introduction WireShark is a Network Protocol Analyzer tool. It captures packets and analyses and displays them in a human-readable format. It supports many platforms like Unix, Linux, and Windows. On the Windows platform, the installer bundles with WinPcap. WinPcap is the Windows version of the libpcap library; it includes a driver to support capturing packets. […]
XML Parsing with JDOM
Overview JDOM is an open-source library for Java XML parsing and data manipulations. JDOM was created to be Java-specific and thereby take advantage of Java’s features, like method overloading, collections, reflection etc. It is available in 2 branches JDOM 2.x and JDOM 1.x . You can find the downloads, source and documentation here: http://www.jdom.org/downloads/ You […]
What is Proof of Concept ( PoC )
In this post, we will discuss Proof of Concept done before selecting an automation tool. Proof of Concept Proof of Concept( w.r.t Automation Framework) is a research and study done before selecting an automation tool. The study checks the tool to satisfy the evaluation criteria. Often while conducting the study, it is necessary to try […]
Blackberry Operating System
The BlackBerry Operating System, also known as BlackBerry OS, is a mobile operating system exclusively created for BlackBerry smartphones manufactured
Introduction to Test Automation
Overview Test automation refers to the activities and efforts that intend to automate engineering tasks and operations in a test process using well-defined strategies and systematic solutions. Objectives The major need for automation is to reduce the redundant manual effort as much as possible. To free engineers from tedious and redundant manual testing operations To […]