Welcome to our BLOG.
Get the latest scoop or just follow and discuss our latest studies.
Browsing articles from "January, 2012"
Jan
27
Jmeter components

In order to have a functional testing tool which will provide us the possibility to cover the test cases for a variety of technologies, we have extended Jmeter. Below you can find some extensions created by our company: The source code of Apache Jmeter components are available on github Samplers [...]

Jan
13
How To Build Optimal Hadoop Cluster
By Mladen ANTUNOVIĆ  //  Big Data, Hadoop as service

Preface Amount of data stored in database/files is growing every day, using this fact there become a need to build cheaper, mainatenable and scalable environments capable of storing  big amounts of data („Big Data“). Conventional RDBMS systems became too expensive and not scalable based on today’s needs, so it is [...]

Jan
13
Amazon Elastic MapReduce – Part 1
By Samir ELJAZOVIĆ  //  Big Data, Hadoop as service

Introduction Hadoop as a platform enables us to store and process vast amounts of data. Storage capacity and processing power are directly related to the size of our Hadoop cluster and scaling it up is a simple as adding new nodes to the cluster.  Amazon Elastic MapReduce service gives us [...]

Jan
13
Five Important Aspects of Successful Test Automation Approach in Agile
By Nermin ČALUK  //  Automated QA / Testing, Testing Tools

Engineers in charge of Test Automation (further: “TA”) face different challenges in the projects, depending on team size, geographic locations of teams, complexity of project, technologies, methodology/lifecycle used etc. In this whitepaper, we focus on understanding and dealing with TA challenges common in Agile environment. The fundamental difference between Agile [...]

Jan
12
Software Issue Diagnosis – Using Automated Checks with Jmeter
By Nermin ČALUK  //  Automated QA / Testing, Testing Tools

The Problem One of the fundamental questions in any business is how to spend time. Striving to systematically save time on every single step in a software development process is often overlooked. This paper discusses how automated software checks provide valuable insight into the state of a product, which saves time [...]

Jan
12
Jmeter as functional testing tool and easily extendable tool

Software development includes functional testing no matter which methodology you are using: waterfall, agile or any other. With the rapid growth of software development expectations and new technologies like hadoop, we need a tool which can fulfill most of our functional testing needs. Apache Jmeter is one of these tools, [...]

Jan
6
Hadoop – Identifying and skipping processed data
By Amir HADŽIĆ  //  Big Data

A paper on indentifying and skipping processed data – an effort to minimize cloud resource wasting in Hadoop when processing data from HDFS. Problem The main problem that I’m trying to describe and resolve in this paper is identifying and skipping processed data on Hadoop. In turn this helped us [...]

Jan
6
HBase – Row level timestamp consistency in HBase
By Davor KOVAČIĆ  //  Big Data

At its core, HBase is distributed, persistent, sparse column oriented, multidimensional data repository. Multiple dimensions of data are supported by having multiple versions of each HBase table cell. This enables unique identification of each cell by 3 keys: row key, column and version. Following is a simplified view on how [...]