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.

Hovering over a link in nightwatchjs

I have been using nightwatch.js and always clicked around elements. Is there a way we can hover over a …

jquery node.js selenium functional-testing nightwatch.js
Functional testing with Rails and Devise. What to put in my fixtures?

Hi I'm wanting to do some functional testing of my Rails 3 app that uses Devise and CanCan. In my User …

ruby-on-rails devise functional-testing fixtures
Selenium Page Object Reuse

I really like how selenium 2 by convention pushes you towards using PageObjects as POJOs, and then simply using the PageFactory …

java unit-testing functional-testing selenium-webdriver
How to test the update method in Rails

I am struggling with testing the update method in Rails. I am using the standard built in testing framework (test::…

ruby-on-rails functional-testing
Looking for a comprehensive Java testing book covering unit, functional, integration and scenario tests

We're developing a data heavy modular web application stack with java but have little expert knowledge concerning tests. What we …

java unit-testing testing integration-testing functional-testing
Ruby on Rails functional test with Devise authentication

I'm searching for a solution for a weird problem. I have a controller, that needs authentication (with the devise gem). …

ruby-on-rails authentication tdd device functional-testing
How to find a text node element with Mink?

I was wondering, i have this HTML : <li> <span class="jqTransformRadioWrapper"> <a rel="choices[choices]" …

php functional-testing behat
Rails Functional Test Case and Uploading Files to ActionDispatch::Http::UploadFile

I'm am adding tests to a Rails app that remotely stores files. I'm using the default Rails functional tests. How …

ruby-on-rails ruby gem functional-testing
How do I fetch-mock a post request with a payload

I am using the wheresrhys fetch-mock npm module to run functional testing in my app. I would like to mock …

unit-testing fetch functional-testing fetch-mock
Android Espresso: How to check that Toast message is NOT shown?

I'm working now in my functional tests and in one of them I have to test that a toast message …

android testing functional-testing android-espresso