Top "Acceptance-testing" questions

Acceptance testing is a test conducted to determine if the requirements of a specification or contract are met

Specflow test step inheritance causes "Ambiguous step definitions"

I want to have the following test step class structure: [Binding] public class BaseStep { [Given(@"there is a customer")] public …

c# inheritance specflow acceptance-testing ambiguous
Integration vs acceptance test ... what is Cucumber / Steak?

For integration tests of my Rails web app I use Steak (something like Cucumber). The specs of Steak are in …

ruby-on-rails rspec cucumber integration-testing acceptance-testing
System testing vs Acceptance testing - Difference in test cases

I'm a bit confused about the real difference between system testing and acceptance testing. When I search this topic the …

c# java testing acceptance-testing system-testing
How to programmatically ignore some acceptance tests using TechTalk.SpecFlow and C#?

I have several feature files with some scenarios. I need to ignore several scenarios, or features, marked with some @tag …

c# specflow acceptance-testing
mock $httpBackend in angular e2e tests

Does anyone have an idea how to mock $httpBackend in angular e2e tests? The idea is stubbing XHR requests …

angularjs mocking acceptance-testing karma-runner end-to-end
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 …

version-control fitnesse acceptance-testing
Codeception - Acceptance tests work but Functional test don't

I am running the latest version of Codeception on a WAMP platform - My acceptance is very basic however works …

unit-testing command-line functional-testing acceptance-testing codeception
Automated Acceptance Testing For iOS and Android Devices

I'm working on a web project where it has become clear that having some Selenium-type automated acceptance tests would be …

android ios automated-tests acceptance-testing robotium