 |
|
|
If you own a website that related to software development you are welcome to participate in our website. |
|
Join our partner list |
Outsourcing online portal |
Web Development Forum |
|
 |
 | |  |
 |
 |
Article - Software Development And Outsourcing In East Europe on Web Development Forum |
 |
Website about Application Development - Outsourcing portal. Other useful information: sub-wrapper
A software development manager adopting Scrum with XP practices.
software development
ruby , software development , test driven development
software development , test driven development
ruby , software development
software development
software development
automated builds , code reviews , software development , test driven development
management , software development
automated builds , software development
ruby , software development , test driven development
Automated testing is one of the most important parts of software development, and yet until now, we haven’t mentioned it. Testing a piece of software relies on a thorough understanding of the tools you are using, and designing tests can be far more difficult (and enjoyable) than writing the code itself.
J2EE: EJB, JSP, Servlets, JSF, JSTL, JCA, JMS, JTA, JNDI, JDBC, JMX, RMI, etc.
Frameworks: Struts, Hibernate, JPA, iBATIS, JBoss AOP, Spring, JSF, AJAX, GWT, YUI, Flex/Flash, JUnit, and Jakarta common libraries.
Integration: Web Services on Axis and WebMethods; as well as the Web Service Standards such as SOAP, WSDL and UDDI.
| For you information - For Any Supply Chain Function, The Most Significant Decision Is Whether To Outsource The Function Or Perform It In-house. The Decision To Outsource Is Made At A Strategic Level And Normally Requires Board Approval. |
Musings Of A Software Development Manager - A software development manager adopting Scrum with XP practices.
software development
ruby , software development , test driven development
test driven development
Musings of a Software Development Manager
Home Page
Musings of a Software Development Manager
Rants on running a team of java developers
Sidebar
Author
Pages:
Bio
Categories:
acceptence testing
automated builds
cancer
code reviews
conferences
enterprise architecture
haskell
jsf
management
organization
podcasts
project management
ruby
scheme
scrum
security
soa
tutorial
Uncategorized
websphere
Feeds
Meta:
Log in
Valid XHTML
Entries RSS
Comments RSS
Search
Main Contents
First Impressions on Cucumber
Comments (0)
Recently I’ve been catching up with the Ruby world again in my limited spare time. I had an idea for a fun little hobby project, but I wanted to actually do it BDD style and in Rails 2. I dug a bit into RSpec again and realized they had a new BDD tool called Cucumber . Seeing there was a beta book out from the prags I paid and downloaded the PDF copy of ‘ The RSpec Book: Behavior Driven Development with RSpec, Cucumber, and Friends ‘.
Cucumber takes plain text scenarios and runs defined steps to verify the scenarios are working. The idea is Cucumber describes the higher level behavior with more of an outside that application focus and RSpec is used to test the behavior of the individual components. There seems to be some overlap, but it modifies the traditional Red-Green-Refactor into:
Cucumber : Focus on one scenario.
Cucumber : Write failing step definition.
|
|
|
|