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.

Make protractor test occupy the entire screen

I have seen a couple questions online related to this issue (How to set default browser window size in Protractor/…

angularjs window functional-testing protractor
Nightwatch js how to assert multiple elements

i'm trying to assert/verify multiple elements for an attribute with Nightwatch.js. I tried to use the "elements" command …

javascript selenium accessibility functional-testing nightwatch.js
Test Driven Development (TDD) for User Interface (UI) with functional tests

As we know, TDD means "write the test first, and then write the code". And when it comes to unit-testing, …

unit-testing tdd functional-testing
What is the difference between UI/GUI testing, functional testing and E2E testing?

I would say that all three are the same, but I wonder if there is small differences between them. In …

functional-testing e2e-testing gui-testing
How to filter by id with Symfony 2 Dom Crawler?

This works $this->assertEquals(1, $crawler->filter('.elementClass')->count()); // filter by class But, this doesn't seem …

symfony phpunit functional-testing
Getting Dagger to inject mock objects when doing Espresso functional testing for Android

I've recently gone whole-hog with Dagger because the concept of DI makes complete sense. One of the nicer "by-products" of …

android dependency-injection functional-testing dagger android-espresso
How do I set the accessibility label for a view in xcode4's interface builder?

I'm hoping to use KIF to write functional tests for our iphone app. It uses "accessibility labels" to identify the …

iphone xcode4 accessibility functional-testing
Making functional tests in Rails with Devise

After 3 years of procrastination today is the day that I start testing my Rails apps. My first step is to …

ruby-on-rails testing functional-testing devise
The opposite of assert_select?

I am writing an app where it is desirable to check if a view does not have some functionality - …

ruby-on-rails functional-testing
In Geb, what is the difference between displayed and present?

I am writing functional tests and dealing with a modal window that fades in and out. What is the difference …

grails functional-testing spock geb