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
-1
votes
1 answer

Selinium 2.53.1 - PHP Acceptance test - click javascript alert

I have a problem. I would like to test a page and on the page has a link. When i clicked it I see javascript alert. Question: How i can to click the OK? I work in Symfomy 2.4, codecept 2.0.7 and selenium-server-standalone-2.53.1, firefox…
k_peter
  • 3
  • 1
-1
votes
1 answer

How to Implement Acceptance test with Codeception on Javascript Page

I am currently working on test solutions, so far I have been implementing: Unit Test Functional Test Both with Codeception, a php test framework. I want to run an acceptance test but the phpBrowser module is for non javasript pages. I came accross…
william.eyidi
  • 2,315
  • 4
  • 27
  • 39
-1
votes
1 answer

What is the best tool to write acceptance tests for native iOS apps?

I have searched and found 2 tools which I think most popular right now are Calabash and Frank .But I don't know which is better one. Any suggestion would be appreciated!
-2
votes
1 answer

I installed fitnesse-editor for Eclipse but it is not working at all

windows->preferences no fitnesse Configurations right click not fitnesse option as well
Yu Jia
  • 323
  • 1
  • 5
  • 14
-3
votes
1 answer

NameError: global name 'browser' is not defined

I am using Pycharm and Pytest with Selenium Webdriver. I have set up an Initiate driver.py with the following code: om selenium import webdriver from Library import ConfigReader def start_browser(): global browser if…
-3
votes
1 answer

Read SpecFlow parameters from an external xml

I have an object through I can access to variables read from an external file, and i want to implement it into my specflow tests. where can I initialize my object to have it visible from ALL test steps? edit: i tried to initialize my object in the…
Doc
  • 5,078
  • 6
  • 52
  • 88
1 2 3
39
40