1
vote
3answers
81 views
Microsoft Expression Studio - Web / Superpreview with ASP.NET
Is there anyway to test an ASP.NET webpage fully with Expression Studio or is it only possible to see a static view of the page and no way to interact with any of the elements on t …
5
votes
5answers
762 views
How do I add fitnesse pages to version-control?
What is the recommended practice? Should I add the my sub-folder under the fitnesse folder to version control?
Context: working on a single developer rails pet project. I've m …
2
votes
3answers
219 views
How to write acceptance tests
Hi,
How would you go about introducing acceptance tests into a team using the .NET framework? What tools are available for this purpose?
Thanks!
1
vote
1answer
63 views
Acceptance Tests and Code Coverage
What is the best way to measure coverage for your Acceptance Tests??
How do you define how much your acceptance tests cover and when they are enough??
3
votes
2answers
170 views
Automated UI testing a large c# forms app
I am working on a fairly complicated project. We have a c# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket int …
1
vote
4answers
261 views
Are BDD tests acceptance tests?
Or, if you have BDD tests, do you need something like Fitnesse?
2
votes
2answers
140 views
looking for a C# or .Net based Acceptance testing framework - alternative to Aqua or Robot
We have extensive system tests written in the Python based Robot framework, and some in the Java based Aqua framework.
Robot is flexible and has good logging, but is quite cumberso …
3
votes
4answers
198 views
Easy acceptance testing with specification
I look for a tool/framework to make automatic acceptance-testing. The interface to create new tests should be so easy, that a non-programmer (customer, boss) will be able to add sp …
3
votes
5answers
204 views
How detailed should a customer acceptance test be?
Here is a test description, testing the "Create New Widget" use-case.
Confirm that you can enter a new widget into the system.
Here is another test description, testing the " …
0
votes
2answers
72 views
How to test functionally that something should happen at given time?
I'm writing a web application which contains a kind of schedule. After a certain action, the schedule is updated and when the user visit the page that day something happens.
Any i …
2
votes
10answers
306 views
Are unit tests and acceptance tests enough?
If I have unit tests for each class and/or member function and acceptance tests for every user story do I have enough tests to ensure the project functions as expected?
For instan …
1
vote
3answers
321 views
Can you review my Perl rewrite of Cucumber?
There is a team working on acceptance testing X11 GUI application in our company, and they created a monstrous acceptance testing framework that drives the GUI as well as running s …
2
votes
4answers
220 views
Do you concentrate more on unit, integration or acceptance tests?
Most gigs I end up at either have little or no unit tests. Typically what are described as the unit tests are actually integration tests and will be rarely run from the developers …
7
votes
5answers
1k views
Has anyone found a way to run C# Selenium RC tests in parallel?
Has anyone found a way to run Selenium RC / Selenium Grid tests, written in C# in parallel?
I've currently got a sizable test suite written using Selenium RC's C# driver. Running …
0
votes
2answers
93 views
Automated (Web) Application Acceptance Testing Resources
What are some decent guides / books / blogs that deal with application acceptance testing? I'm particularly interested in web automation. I'm familiar with some of the frameworks a …
