Tagged Questions

Concordion is an open source tool for writing automated acceptance tests in Java

learn more… | top users | synonyms

1
vote
2answers
69 views

Tool suggestions for specification by example where analysts - not developers - write the tests?

We are looking to initiate a bdd-style approach, inspired by Gojko Adzic's specification by example. Implementation is in java and devs are already writing junit tests. Key requirement is that ...
1
vote
2answers
437 views

What convention in Concordion allows for automated generation of Breadcrumbs?

I am starting to play with Concordion to create some tests for a small piece of code I am developing. In the example, it states "If you use the right conventions, Concordion will automatically insert ...
1
vote
2answers
509 views

Configuration files per assembly

Is it possible to use the .NET configuration objects to get at .config files specified for a class library assembly rather than the executable assembly. For example: I'm working on a .net port of ...
1
vote
2answers
364 views

Is there a .NET version of Concordion?

Apart from Fitnesse is there anything like concordion for .NET? Concordion is an open source framework for Java that lets you turn a plain English description of a requirement into an ...
0
votes
1answer
39 views

Generating a Concordion summary report

My project is looking at using Concordion to do automated acceptance tests. The big lack I'm seeing in Concordion is an automatically-generated summary page. As it stands we would have to have a ...
0
votes
0answers
58 views

WebDriver's click() function does not trigger click when browser's window is minimised or behind other window

here is the issue. I have just upgraded to the webdriver 2.13 (ivy.xml snippet states : <dependency org="org.seleniumhq.selenium" name="selenium-java" rev="2.13.0" >) and I have noticed an ...
0
votes
1answer
101 views

Output a vector of strings before and after 'word' NOT using regex. Making concordance program

I'm working on a concordance program and currently working on the getContext function. I need this function work somewhat like regex, but I want it to return a vector of strings before and after the ...