Hello, I have recently started using Concordion, and would like an example of using Concordion to test a web application, especially a JEE application. Can...
687
Nigel Charman
nigel.charman
Feb 5, 2011 9:13 pm
Hi Raja Concordion is a "Test Runner" for executable specifications, in the same way that JUnit or TestNG are runners for unit tests. In order to test a web...
688
raja chedli
rajachedli
Feb 6, 2011 12:31 pm
Thanks for the message Nigel, it was very useful for me. Raja ________________________________ De : Nigel Charman <nigel.charman.nz@...> À :...
689
Sean
monsieursj
Feb 14, 2011 10:12 pm
I'm not sure if this is possible, but basically what I'd like to do is the following: If I have a test case, XyzTest.java, and a spec, Xyz.html, is there a way...
690
Nigel Charman
nigel.charman
Feb 15, 2011 3:14 am
Can you tell us what your use case is for this? In the past, I've implemented multiple test cases for a spec by keeping separate source trees. In our case we...
691
Sean
monsieursj
Feb 15, 2011 3:57 am
Nigel, My use case is pretty much the same as the case you described. I think putting the specs in a separate module and including them as dependency on the...
692
Nigel Charman
nigel.charman
Feb 26, 2011 6:49 pm
The checksums on concordion 1.4.1 and concordion-extensions 1.0.1 in Maven Central were incorrect and have been causing problems, especially for Ivy users. ...
693
Larry Cai
larry.caiyu@...
Mar 3, 2011 6:42 am
Hi: New to concordion, but I like it, and I want to integrate into CI, so I use http://wiki.jenkins-ci.org/display/JENKINS/Concordion+Presenter+Plugin One...
694
Nick
nick_barrett...
Mar 6, 2011 9:57 pm
Hi Larry, I use the Concordion Ant Task by Toby Weston which is documented here: ...
695
jefmcg
Mar 16, 2011 4:52 pm
I'm looking at pyconcordion, and I'm not a big python head (I think that the last time I seriously used python was last century). So the question is, what's...
696
Joan
jefmcg
Mar 19, 2011 8:09 am
Obviously this is not a question on everyones lips :-) but if someone stumbles on this and is looking for the answer, JC jumped to my rescue and a way of...
697
matfsw
Apr 4, 2011 11:15 am
Hi, as the concordion-bench Eclipse Plugin seems to be deprecated and unmaintained, I developed a new Eclipse Plugin. It is currently available for Eclipse 3.6...
698
David Peterson
dpeterson72
Apr 4, 2011 11:17 am
Awesome! ... unmaintained, I developed a new Eclipse Plugin. ... validation. I'm welcoming feature ideas if you see anything that would make your life easier. ...
699
Nigel Charman
nigel.charman
Apr 5, 2011 11:15 am
Hi Matt I just gave it a quick spin and it's looking great. Thanks !! I found that it works with the Web Page Editor as well as the HTML Editor. You might...
700
matfsw
Apr 5, 2011 12:22 pm
Hi Nigel, thanks for the very detailed feedback. I think these are all valuable enhancements doable with reasonable implementation effort. I'm tracking them at...
701
agileinsider1
Apr 14, 2011 6:49 am
Hi, I just wanted to let you know I've created a new extension for concordion which I've released on google code. You can get all the details at...
702
Nigel Charman
nigel.charman
Apr 18, 2011 8:07 am
Thanks for creating this. It's been on my backlog for a while! I haven't had much of a chance to try it out yet. One of our teams had a try. They already use...
703
agileinsider1
Apr 18, 2011 11:50 am
One of the problems I faced is that the loading of the specification is performed as part of the execution of the test, rather than when creating the...
704
carlosalbertofau
carlosalbert...
Apr 25, 2011 6:17 pm
I created a Spec of 2K long (two simple paragraph and a table of 7 rows by 6 columns). The table is instrumented to execute a test for each row. Running in a...
705
David Peterson
dpeterson72
Apr 25, 2011 6:30 pm
Hi Carlos, Does your XHTML file contain a reference to a schema or DTD? My hunch is that XOM is validating your XHTML against a DTD that it's downloading (or ...
706
carlosalbertofau
carlosalbert...
Apr 26, 2011 2:10 am
Mark, I started using Concordion as a "front end" and Selenium as a "back end driver". The idea is automate a couple of Functional Test against the web pages. ...
707
carlosalbertofau
carlosalbert...
Apr 26, 2011 2:18 am
I don't know if I understood your question. Can all the data be organized as a table? If so, you can use a table and each row will be each "test case". A...
708
carlosalbertofau
carlosalbert...
Apr 26, 2011 5:09 pm
David, Thanks for you comment. You were right, the http://www.w3.org site is very slow providing the DTDs. Now I removed it, but I want to use the DTD locally....
709
fabiodasoghe
Apr 27, 2011 4:22 pm
Hello. First of all, congratulation for this neat piece of work: Concordion has some great ideas at its base that set it apart from other...
710
David Peterson
dpeterson72
Apr 27, 2011 4:32 pm
Thanks for the message. The documentation isn't all in one place. At some point I'll get round to bringing it all together into a single reference. The main...
711
fabiodasoghe
Apr 28, 2011 4:30 pm
Thank you. I've found the first twos but I completely missed the third, it has some useful details. Is there some link to that page? It's a shame the...
712
David Peterson
dpeterson72
Apr 28, 2011 7:05 pm
It's not a library, but a tool / framework.You shouldn't need JavaDocs, unless you're trying to change the Concordion source code for some reason? The only bit...
713
bhatiana
May 3, 2011 5:21 am
I recently wrote a demo trading system to share software best practices such as Active Specifications and Domain Driven Design. I have written the...
714
Gunnar Ahlberg
gunnarahlberg
May 3, 2011 6:13 am
Bhatiana, Thank you for your interesting examples. You asked for feedback. I've jotted down a couple of things that came to mind. Transfers.html ...