Como crear un proyecto Selenium

En este post explicaremos como crear un proyecto en Selenium 2 para la automatización de un sitio web utilizando la plataforma del Visual Studio 2010. Partiremos de qué tipo de proyecto es necesario crear, siguiendo una serie de pasos hasta llegar a cómo integrarla con una herramienta que nos permitirá ejecutar dichos test cases. Para ...Read More

Primeros Pasos en JMeter

Primer Plan de Pruebas en JMeter El propósito de este tutorial es introducir el uso de JMeter y realizar un plan de pruebas sencillo, simulando la navegación hasta el sitio de Wikipedia (http://www.wikipedia.org). Luego introduciremos a la forma de realizarlo grabando las acciones desde nuestro browser. Instalación Para comenzar debemos descargar la versión 2.5.1 de JMeter ...Read More

NoSQL databases: What you should know about

Relational database model has been co-existing with us for around a quarter of a century -so much time, right?-, but a new class of database has emerged in the enterprise. I’m talking about NoSQL.
NoSQL, also known as “non-relational” or “cloud”, is a broad class of database management system with significant differences from a classic relational database management system (RDBMS). The stored data not require fixed table schemas. It usually avoids join operations and typically scale horizontally.

The right way to use Javascript.

The Javascript closure and the Module Pattern application. There can be different and several ideas about which is the best way to use Javascript in our pages towards encapsulate behaviors and actions of the elements in the DOM, and sure there are diferent points of view about this. I think and believe  as several people ...Read More

Using HTML5 Now

Introduction There has been a lot a discussion lately about using or not HTML5 right now or to wait for greater adoption of  it, we are not going to have that discussion here, I’m taking side and say that it should be used right now and not wait for complete adoption and have some of ...Read More

Interacting with the Wiimote – WiiSim Tennis

The Temperies IT’s TechLab area allows its members to explore new mass use technologies available in the market to provide new products and services with a bonus of innovation. The Wiimote is a non conventional device that features a range of new applications providing the user a new experience of interacting with the computer. This ...Read More

New Oracle Lucene Domain Index release based on Lucene 3.0.2

Just a few words to announce a new release of Oracle Lucene Domain Index, this zip is valid for 10g and 11g database version (10g using back-ported classes from 1.5 to 1.4) This release is compiled using Lucene 3.0.2 version and incorporates a set of new features added, here the list: Added a long awaited functionality, a ...Read More

Dealing with JDK1.5 libraries on Oracle 10g

Modern libraries are compiled with JDK 1.5 and the question is How to deal with these libraries on an Oracle 10g OJVM. Some examples are Lucene 3.x branch or Hadoop. The solution that I tested is using a Java Retro Translator and some complementary libraries. I have tested this solution in Lucene Domain Index 3.x ...Read More