Top "Functional-testing" questions

Functional testing is a quality assurance (QA) process and a type of black box testing that bases its test cases on the specifications of the software component under test.

Robolectric: IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity

I'm new to Robolectric and instrumentation testing in general on Android. I followed along the guide for Robolectric for testing …

java android functional-testing robolectric illegalstateexception
Testing database insert using Symfony

Good day everyone, I have been looking into Test Driven Development a lot in the past few days and decided …

php doctrine symfony-2.1 functional-testing liipfunctionaltestbundle
What are the pros and cons in using PhantomJS natively instead of Chrome through webdriver for QA functional testing?

We are testing a very browser dependent/coupled(chrome) single page application with selenium webdriver for Chrome. Some suggest to …

selenium-webdriver phantomjs functional-testing qa
How to retrieve a streamed response (e.g. download a file) with Symfony test client

I am writing functional tests with Symfony2. I have a controller that calls a getImage() function which streams an image …

symfony streaming symfony-2.1 functional-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
Symfony web test case JSON

How can I run a webtestcase agains an API? The default guide regarding functional tests only give the following command: $…

json symfony functional-testing
Functional testing automation tools for iPad/iPhone?

There doesn't seem to be many choices out there for running functional tests on the iPad/iPhone. A quick search …

iphone ipad testing functional-testing automated-tests
Debugging code in the Python interpreter

I like testing functions in the Python interpreter. Is it possible to debug a function in the Python interpreter when …

python debugging function interpreter functional-testing
Skip an RSpec test case at runtime

I'm running RSpec tests against a website product that exists in several different markets. Each market has subtly different combinations …

testing rspec rspec2 functional-testing
Difference between functional test and end-to-end test

What is the difference between functional test and end-to-end test? Techopedia says that end-to-end test is a methodology used to …

testing functional-testing end-to-end