Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
230 views

What is the definition of key examples when I write stories with acceptance criteria in a BDD way

After reading up on BDD (Behaviour driven development) and how to write good user stories with corresponding acceptance criteria. I'm finding myself a little bit confused when it comes to working with ...
2
votes
9answers
512 views

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 ...
0
votes
2answers
62 views

How to click on href using Acceptance testing w/ Rspec and Capybara

I have this content in the page source: <td class="gridData" route="default" reset="0" urlparams="users index edit {userID}" label="Username"> <a ...
0
votes
1answer
76 views

Acceptance Testing - Check Email Received

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 ...
0
votes
2answers
32 views

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 ...
0
votes
3answers
95 views

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 ...
0
votes
3answers
209 views

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 ...