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.

Set Rspec default GET request format to JSON

I am doing functional tests for my controllers with Rspec. I have set my default response format in my router …

ruby-on-rails rspec functional-testing
How to run a single test in nightwatch

How do I run only Test 3 from the following tests? module.exports = { 'Test 1':function(){}, 'Test 2':function(){} 'Test 3':…

functional-testing nightwatch.js
Running a single test in maven -> No tests were executed!

When I run a single test in Maven with this command: mvn test -Dtest=InitiateTest I'm getting the following result: …

java testing selenium maven functional-testing
How to create admin user in django tests.py

I'm trying to create an admin user as part of my tests.py to check on persmissions. UPDATE: The tests.…

django functional-testing
Symfony2 functional testing InvalidArgumentException: The current node list is empty

I get "InvalidArgumentException: The current node list is empty." running functional tests through PHPUnit. Here is test i wrote: public …

symfony phpunit functional-testing
How can I load fixtures from functional test in Symfony 2

My DoctrineFixturesBundle is installed and I can load fixture trough the command-line but , how can I load fixtures from my …

symfony doctrine functional-testing fixture
How To Make a "Corrupt" File

Suppose, during testing, you wish to test how the software handles a "corrupt" file. I have two questions: 1. In general, …

unit-testing testing functional-testing
What is the functioning of fireevent() in HP QTP / UFT?

I am learning HP UFT. Recently I came across fireevent and I tried to implement it on the website of …

testing qtp functional-testing hp-uft
How to run CTS (Compatibility Test Suite) on Android 4.0.3

I want to run CTS (Compatibility Test Suite) on Android 4.0.3 device. Can anybody provide me the complete steps to do …

android functional-testing android-4.0-ice-cream-sandwich cts