acceptance

Bringing new programming paradigms into the workplace

I'm currently learning Haskell, largely for my own entertainment. It seems like some of the programs I develop at work could benefit from being written in a FP language. However, I'm very aware that if I were to deliver a unit of Haskell code, I'd be presenting my employers with a maintenance challenge: I'd be the only person in the org...

Reasons for very low cookie acceptance?

I'm currently building a web-app for a client who would like to utilise cookies to better shape their traffic, etc, etc, you know the drill. So at the end of last week I added a simple cookie write (basically set cookie="helloworld") and a cookie read with a counter to the app, which is effectively just a single page so every request to...

Gregorian Calendar - Document based testing

After doing JUnit i am doing some document based testing that has the following items in a table Input Variables - Expected Outcome - Actual Outcome ..... Pass or Fail .... If i pass my method a date and a time "01AUG07" "14:40" the method should return me a gregorian calander which it does how can i check that it has created the c...

Client review js overlay

When your construction inspector walks through a building they drop blue tape over all the nails that are hanging out of the wall and paint that's not done right. How do we do this with client acceptance of websites? Is there a tool like crazyegg that overlays your website and allows clients to annotate and mark bits that are out of whac...

Acceptance Testing - Check Email Received

Hi, I have some acceptance test allows a Windows service to send an email out via smtp, does anyone know of a good way to check if a email has been received via code, at present being sent to an Exchange Mail Box? Regards Iain ...