Questions tagged [acceptance-testing]

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

Acceptance testing is a term used in agile software development methodologies, particularly Extreme Programming, referring to the functional testing of a user story by the software development team during the implementation phase.

The customer specifies scenarios to test when a user story has been correctly implemented. A story can have one or many acceptance tests, whatever it takes to ensure the functionality works. Acceptance tests are black box system tests. Each acceptance test represents some expected result from the system. Customers are responsible for verifying the correctness of the acceptance tests and reviewing test scores to decide which failed tests are of highest priority. Acceptance tests are also used as regression tests prior to a production release. A user story is not considered complete until it has passed its acceptance tests. This means that new acceptance tests must be created for each iteration or the development team will report zero progress.

Source

591 questions
0
votes
0 answers

Codeception: Acceptance Testing not working

I am getting the above exception (Image) when I try to run the acceptance test in codeception. What am I doing wrong?
Prash
  • 1
  • 2
0
votes
1 answer

Web Drivers Explained

Can someone explain drivers to me, in the context of application testing. Take Capybara for instance...it says it supports multiple drivers. I am having a hard time understanding exactly what they are, and how they relate to Capybara, Gherkin, etc.…
Jackson
  • 6,391
  • 6
  • 32
  • 43
0
votes
1 answer

Performance profiling in acceptance/ functional tests

I use a simple acceptance test that does the following: Loads the start page of the website; Performs authorization attempt; Performs logout attempt; Performs register attempt. Each functionality is tested in several steps, for example…
user1134181
0
votes
3 answers

Javascript-generated text not seen by "$I->see"

After adding some input and pressing a button on the targeted page, a JS script will run which will result in (among other things) a text displayed within the page. The "$I->see" line is the very last part of a longer test which up to that point is…
Valentin
  • 1,371
  • 1
  • 11
  • 15
0
votes
0 answers

How to acceptance test tracking/javascript events

In one application I am working on we have some links that will trigger some tracking events: Go to Foo