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.
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 illegalstateexceptionGood 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 liipfunctionaltestbundleWe are testing a very browser dependent/coupled(chrome) single page application with selenium webdriver for Chrome. Some suggest to …
selenium-webdriver phantomjs functional-testing qaI 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-testingI 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 codeceptionHow can I run a webtestcase agains an API? The default guide regarding functional tests only give the following command: $…
json symfony functional-testingThere 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-testsI like testing functions in the Python interpreter. Is it possible to debug a function in the Python interpreter when …
python debugging function interpreter functional-testingI'm running RSpec tests against a website product that exists in several different markets. Each market has subtly different combinations …
testing rspec rspec2 functional-testingWhat 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