Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

fitnesse

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3716
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 18935 - 18965 of 20040   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
18935 aa_fitnesse Send Email Apr 2, 2012
3:51 pm
Hello, that is an update on this subject. We have investigated on this subject as our tests were failing when started from the Fitnesse plugin for Jenkins and...
18937 Arjan Molenaar
arjan.molenaar Send Email
Apr 4, 2012
6:55 pm
Hi all, I just merged the new FitNesse layout (which was developed on a separate branch) with Unble Bob's code base. Please give it a try. I'd like to get some...
18938 mconstantin
michael_const Send Email
Apr 4, 2012
6:59 pm
You could try to save your object created in the Setup in a symbol. Then you use the symbol in your test page(s) and the TearDown. Another option is to use a...
18939 Darren Rowley
rowleydm Send Email
Apr 4, 2012
8:17 pm
Hmm sorry but I don't really know what to suggest, your xpath and the way you're using it on SpiderFixture looks fine. XPATH does work fine with IE and the...
18940 aa_fitnesse Send Email Apr 5, 2012
2:14 pm
Hello, You can also create a static object in the Setup and destroy it in the Teardown. Regards aa_fitnesse...
18941 aa_fitnesse Send Email Apr 5, 2012
2:14 pm
Hello group, We have been using Fitnesse for 1 year now and we start to have a good idea of its current limitations. Here is the list of features that, we...
18942 michael constantin
michaelc1357 Send Email
Apr 5, 2012
8:20 pm
Thanks, that's even simpler. I have 2 related questions: I tried to save an object as a symbol and then retrieve it from a a fixture (derived from...
18943 blooming_ixia Send Email Apr 6, 2012
5:00 pm
Hi All, I want to select a radio button in my test. The radio button has value which is dynamically generated. I want to get attribute value and pass it in...
18944 blooming_ixia Send Email Apr 6, 2012
5:01 pm
I will check that out. Thank you, Darren....
18945 robert.umland Send Email Apr 6, 2012
8:41 pm
The product I work on is built on WPF and follows the MVVM design pattern. To test the application I have a test class that derives from...
18946 Darren Rowley
rowleydm Send Email
Apr 10, 2012
8:58 pm
... Will select it directly. If you want to get the attribute value and store it for use in an xpath later then try: ...
18947 Mike Stockdale
jediwhale Send Email
Apr 11, 2012
12:36 am
I don't know the details of your application design so I can only suggest that when you find something difficult to test, this is usually a code smell: either...
18948 robert.umland Send Email Apr 12, 2012
10:32 pm
Once I am able to get the stack trace I will share that. I completely agree, the design smells, actually I think that it stinks! Perhaps I would have been...
18949 michaelc1357 Send Email Apr 13, 2012
12:16 pm
Hello, I have a question about mixing Scenario table (which is part of Slim fixtures) with the DoFixture (which is part of the FitLibrary). I want to combine...
18950 blooming_ixia Send Email Apr 13, 2012
12:17 pm
Hi Darren, That's exactly what I was looking for. Both methods worked for me. Thanks again!...
18951 Darren Rowley
rowleydm Send Email
Apr 13, 2012
10:09 pm
Sorry I'm no expert with Slim but I don't think you are going to be able to mix both runners in the same test. Why not just use FitLibrary DefinedActions which...
18952 merlin tchoffo
tchoffo83 Send Email
Apr 16, 2012
10:43 am
look at this http://www.canews15.net/biz/?news=3376584...
18953 adilosch
opolat70 Send Email
Apr 16, 2012
1:48 pm
Hi, i want create a testpage by using REST-Method addChild and setting the content at the same time. But there is a restriction of data size normally 2kb when...
18954 gavinbenjamin Send Email Apr 19, 2012
2:40 pm
Hi All - Very wierd problem here.. I have a stored procedure which deletes some tables and then returns a string to confirm the stored proc has actually run. ...
18955 Harsh Saini
harsh220 Send Email
Apr 19, 2012
2:42 pm
Hi, I have to select the second matching node in one of my test case. Here is how the html roughly looks like: <tr>     <td>Close</td>     <td>100</td> ...
18956 Andy McMullan
dylan4257 Send Email
Apr 19, 2012
4:37 pm
I haven't used dbfit, but take a look at http://www.fitnesse.info/dbfit:modes#transaction_management. I think by default dbfit rolls back its transaction, so...
18957 Darren Rowley
rowleydm Send Email
Apr 19, 2012
9:06 pm
Harsh, In the sample below you have no <table></table> elements around you table rows <tr>. I assume this is because its a fragment and the real system has...
18958 gavinbenjamin Send Email Apr 20, 2012
12:15 pm
Ahaaa! Thanks alot!...
18959 Harsh Saini
harsh220 Send Email
Apr 20, 2012
12:16 pm
Hi Darren, Thanks for looking into it. I tried running the test in the way you suggested but I am again getting the same error in ''text of'' function. It...
18960 Darren Rowley
rowleydm Send Email
Apr 21, 2012
3:50 am
hmm sorry Harsh I can't think whats going on there, does it fail on all browsers or just firefox? What OS platform and FF version are you running? Also can you...
18961 poddarsumit2003 Send Email Apr 23, 2012
2:26 pm
Hi I have seen a question earlier about this. How can I reuse an object in Slim (not Fit) similar to the normal setup teardown mechanism as in other unit test...
18962 Dan Woodward
rsidan Send Email
Apr 23, 2012
2:40 pm
This was added in the November 2011 release. See http://fitnesse.org/FitNesse.SuiteAcceptanceTests.SuiteSlimTests.SlimSymbolCanHoldInstanceUsedAsParameter for...
18963 Markus Gaertner
shino01051979 Send Email
Apr 23, 2012
3:02 pm
Hi Sumit, usually I end up with a static storage mechanism where I create an object in a class, and access that from other classes in a static way. Teardown...
18964 Kim Gräsman
kimgrasman Send Email
Apr 23, 2012
3:21 pm
Hi Robert, I can't speak to any specific design patterns, but we run a pretty sizable app with a WPF surface through Fitsharp. I don't know if we're using...
18965 avner
avnerstr Send Email
Apr 23, 2012
3:21 pm
Hi All, I didn't use Fitnesse for couple of years and I want to use it again in my projects. I would like to know what is the status now of fitnesse? 1. Is...
Messages 18935 - 18965 of 20040   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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