Search the web
Sign In
New User? Sign Up
aa-ftt · Agile Alliance Functional Testing Tools
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Workshop: Open Space Notes - Narrative Testing   Message List  
Reply | Forward Message #451 of 997 |
Here in are the rough notes I was able to take during the open space:

    Mickey Phoenix - started with Selenium and merged with FitNesse. Needed a name Narrative Testing. Problem most people don't think in terms of truth tables (aka FitNesse).Users think in terms of the data presented to them by the program.

     

    Start with the User Stories and ask the user to tell their story in terms of their expectations in . Hierarchical decomposition.

     

    Verify that Empty log entries display properly

  1. Well first the user says login.  Decomposition: This is turned into a block of login code that handles user name/password etc. Could be stored as a separate test component
  2. Make an entry with no body.  Decomposition: set two params: "entrySubject" = "This is a subject", "entryBody" = ""; then call the standard test component "CreateEntry"
  3. View the entry and verify the appropriate this an entry has no body.  Decomposition...
  4.  

    Erik Petersen - relates the idea that this can be used as a functional specification written before the UI exists. This requires a scripting based language.

    Mickey - wants tool that allows the GUI to displayed as the test is run so that the user can see the story being executed with the GUI being executed at the same time.  Like Karaoke. Variable speed tool would be handy so you speed past the boiler plate.

    Mickey - values extensibility of tools - so if tools don't already support say database you can extend it - add a noun to the language.

    Mickey - In older projects the cost of maintaining the tests over time came to dominate the effort. Problem lack of modularity, reuse - made changes very difficult

    James Lyndsay - pitfalls of discussion - choosing testing architecture up front influences coding choices down the line. Story: Initially wrote one login block, eventually needed different login blocks. Multiple login blocks duplicated code. Some things are tough to parameterize (i.e. Multiple machines, multiple browsers at the same time). Weaknesses in the testing tools i.e. Not supporting login from multiple browsers forced team to choose to throw error and restrict otherwise good design choices.

    Mickey - customer's language naturally hints at hierarchy and structure. Must be as aggressive about refactoring test hierarchy as main line code.

    Mickey - when you start writing code the user has to trust that the code does what they intend, so bury code down the hierarchy and hide it. Example: complex assertion for one customer about the definition of enabled for  - details hidden in selenium javascript.

    Pekka Laukkanen (sp?). Reported on his use of Robot Framework is unifying framework that allows you write in DSL (keywords) - written in a spreadsheet - verb in one column, parameters in others. Robot doesn't have its own testing engine instead it can be mapped to other lower level tools (Selenium, SSH, easy to roll your own library). Value:

    Mickey - robot isn't a narrative testing tool: can't see the test execution on the fly i.e. See the story and the app at the same time; can't take a test expand the decomposition lacks an IDE.

    Erik - Robot grew out XXX that sat on top of WinRunner and Rational Functional Tester

    Mickey - currently very difficult and slow to integrate with CI.

    Paul King - Canoo WebTest an extension of ant - calls htmlUnit - can use emulator (rhino browser) or real browser to run tests. Used in conjunction with WebDriver.

    Paul King - business natural languages allow customer to be able express their concepts in a language slightly closer to English.

    Mickey objects that Customers should be prepared to handle verb noun combinations.

    Paul - Keywords vs. DSL's - DSL's may also included programming constructs.

    Mickey - narrative testing excludes programming constructs if/then, looping entirely because customers don't speak in those terms: i.e. Little red riding hood ... If meet wolf then...

    Mickey - prefers nouns and verbs (or atoms in DSL) vs. keywords.

    Mickey - have the conversation with the customer about what an account is - have it once and encode it in the DSL.

    Mickey - writing your own DSL tends to pay for itself in reduced test maintenance costs.

     

    James goes to suggest that the tests are often the weakest at the interfaces - i.e. Boundaries between the various bits of software that interact - example Word.

     

    Questions:

     

    Tools that got mentioned

  5. Concordian
  6. Rspec
  7. Watir
  8. StoryTestIQ.solutionsIQ.com
  9. Robot Framework (key word based)
  10. Canoo Web Test
  11.  

    Sites of interest

    Narrativetesting.org (in progress)

    Opensourcetesting.org



--
----------------------------------------------------------------------
Blog: http://www.notesfromatooluser.com/
One Year of Scrum: Lessons Learned
http://www.notesfromatooluser.com/2007/10/one-year-of-scr.html
Aperture vs. Lightroom - best comparisons
http://www.notesfromatooluser.com/2007/02/aperture_vs_lig.html
Customer Retention Department - Vonage Customer Service Sucks
http://www.notesfromatooluser.com/2007/06/customer_retent.html


Mon Aug 4, 2008 10:39 pm

marklevison
Offline Offline
Send Email Send Email

Forward
Message #451 of 997 |
Expand Messages Author Sort by Date

Here in are the rough notes I was able to take during the open space: Mickey Phoenix - started with Selenium and merged with FitNesse. Needed a name Narrative...
Mark Levison
marklevison
Offline Send Email
Aug 4, 2008
10:39 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help