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 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.jsHi 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 fixturesI 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-webdriverI am struggling with testing the update method in Rails. I am using the standard built in testing framework (test::…
ruby-on-rails functional-testingWe'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-testingI'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-testingI was wondering, i have this HTML : <li> <span class="jqTransformRadioWrapper"> <a rel="choices[choices]" …
php functional-testing behatI'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-testingI 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-mockI'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