• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Agile Testcases?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have heard the buz about Agile develeoplment and how teams build and code applications using the agile methdology. However is there such a thing as Agile testcases? If so how do they vary from regular testcases or am I confusing the two topics?
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nimesh Saheba wrote:I have heard the buz about Agile develeoplment and how teams build and code applications using the agile methdology. However is there such a thing as Agile testcases? If so how do they vary from regular testcases or am I confusing the two topics?


Test cases might be the same on an agile team as on any other team. The big difference is that on agile teams, the test cases are written ahead of, or concurrently with, coding. Also, we write the test cases in collaboration with the business experts. (This isn't a new idea, but it is commonly used on agile teams). My team's approach is to write high level test cases ahead of coding, and detailed, executable tests simultaneously with coding, working closely with the programmers. A lot of great open source test tools have grown out of agile teams, including Fit/FitNesse and Behavior-Driven Development tools such as RSpec.
-- Lisa
 
Try 100 things. 2 will work out, but you will never know in advance which 2. This tiny ad might be one:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic