BLOG: Software Development

Software development news, posts, tutorials and best practices collection.

How to create a test suite in Selenium?

Belen Padilla... - Thursday, March 18, 2010

In my previous posts, Selenium IDE for Automated Testing and Selenium-RC for Automated Testing, I wrote about Selenium IDE and Selenium RC and I used a simple test case “GoogleSignUpErrors” to show you how to create and execute a single test case using both tools. More

Selenium RC for Automated Testing

Belen Padilla... - Monday, March 15, 2010

In my previous post, Selenium IDE for Automated Testing, I showed you how to use Selenium IDE, run a simple test case “GoogleSignUpErrors” and exported it as a Java file. This post is a guide to install Selenium Remote Control and run “GoogleSignUpErrors” as a Java program.  More

Selenium IDE for Automated Testing

Belen Padilla... - Wednesday, March 10, 2010

If you need to automate testing of a Web application, Selenium is a good option to consider. First it is an Open Source tool, it uses a friendly environment to record browser actions, it allows you to edit test cases in several programming languages and run test cases in different browsers. More

Enterprise Drupal Object Oriented Design Approach

Jaime Davila... - Monday, March 01, 2010

It's been some time since my last post, I started in a Drupal project, so I have to learn a lot of things; one of the most interesting is its OOD/OOP - Object Oriented Design/Object Oriented Programming - approach wich states that "...Drupal code base and API does reflect some principles found in object-oriented programming and design".  More

.NET Extension Methods for extending classes - not working in inline code

Christian Herrera... - Thursday, February 11, 2010

Some time ago we had a really weird problem: our extension methods worked fine in code-behind, and when we used then in inline code (asp.net) with a web form they seem to be fine too, intellisence recognized them, no compilation errors arose but when running the code the “ CS0117: 'type' does not contain a definition for 'identifier' ” error appeared. More

Easy way to provide in-application iPhone Emailing

Jorge Tapia... - Tuesday, November 24, 2009

Most of all applications available in the Apple App Store provides us the "Send Email", "Recommend a Friend" and "Share This" functionality. There are two different ways to provide you applications this feature: the hard one (which is usually the wrong one too, believe me I've seen coding horrors in this subject) and the simple one (the correct one). More

Why is Persistence Layer Important Plus a Quick NHibernate Sample

Juan Pablo Albuja... - Tuesday, November 17, 2009

Let’s investigate the importance of the use of persistence layers between applications and databases. The idea is to show the benefits and functions of persistence layers with a simple example built in NHibernet for .Net applications. More

Project Quickstart with Maven 2, Hibernate, Spring, JUnit and log4j

Jorge Tapia... - Tuesday, October 20, 2009

First of all, I am one of those persons who prefers to learn from short specific tutorials and not with complex and useless books filled with useless details and situations that would almost NEVER happen in real life software engineering. The really important thing to keep in mind is to really make an effort to understand what every technology offers, why and in what way I can use it. We should NEVER become a recipe-following machine, I have sadly seen that through my years working in software development projects. This is completely avoidable if we seek good information sources and we try really hard to make everything we develop have real logic and real common sense. More

10 Lines or Less - Export HTML Table to Excel

Christian Herrera... - Tuesday, September 22, 2009

As Einstein once said: “May things be simple, but not simpler”. So, let’s export a html table to Excel in 10 lines or less. More

SAAS, just a buzzword or a meaningful word?

Jaime Davila... - Thursday, August 27, 2009

Hi everyone, long time without a word, I know I offer a series based on RDF and I'll do that as promise but for now I'd like to share some opinions I have about SAAS, because it's causing a lot of talking lately.  More

ajax rotator
2010 Copyright Oshyn. All rights reserved.