fit-framework
ColumnFixture Errors with variables
Having some issues with variables of format >>variableName<< within column fixtures in FitNesse. The language being used is C#. These errors are very similar to the parser error issue that[详细]
2023-04-01 08:12 分类:问答Creating New Parse null reference exception
With the latest update of Fitnesse, a constructor was removed from the Parse class that we were using. We have struggled to utilize the other constructors and have run into null reference exceptions,[详细]
2023-03-28 14:00 分类:问答Can't create new page
I tried doing url.NewPageName (http://localhost:3434/root.MyNewPage) I g开发者_运维知识库et The requested resource: FrontPage.mynewpage was not found.[详细]
2023-03-10 16:19 分类:问答Suggestions on extending fit.RowFixture and fit.TypeAdapter so that I can bind/invoke on a class that keeps attrs in a map
TLDR: I\'d like to know how to extend fit.TypeAdaptor so that I can invoke a method that expects parameters as default implementation of TypeAdaptor invokes the binded (bound ?) method by reflection a[详细]
2023-03-08 22:13 分类:问答Arbitrary properties for test and queries/test runs based on them?
Our testers have the requirement to store multiple properties for a test开发者_如何学Go that are not present in the \"properties\". They want to store priority, a description(not in the wiki page itse[详细]
2022-12-19 00:51 分类:问答Fitnesse framework very slow when folder depth is greater 4 - why?
We are currently establishing fitnesse as the testing tool user acceptance testing. So far everything is good. we are using the java version \"20091121\". We are having troubles with folders that are[详细]
2022-12-14 19:39 分类:问答Fitnesse Framework regular expressions possible?
Is there an easy way in Fitnesse to check cells based on regex patterns? This should work for all the possible fixtures like \"query table\", \"decision table\" and so on. E.g. if results(rows) are re[详细]
2022-12-13 08:23 分类:问答Floating point precision in FIT tests
Are there any good/best practices for dealing with floating point values when checking results with the fit framework?[详细]
2022-12-09 20:28 分类:问答