I\'m working with ruby, and I want to test the UI and general behaviour of a server that is in-production. These are strictly non-destructive tests, just to insure the program is working correctly wit
Related: Is there an OAuth t开发者_JAVA百科est server Is there a service or website that I can use to test a client implementation of the OAuth 2.0 protocol? The question linked above points to som
I\'m currently building tests using Capybara/Rails, and want to know the most reliable/standard way for testing that I am on the correct page in the following situations:
I\'m working in a project with a quite large suite of tests (about 800 scenarios). Our code grew quite a lot and now I\'m lo开发者_运维百科oking for ways to test some parts of our test library. Have y
I want to write a testing program. It will open a special *.tests file and test direct program with tests from the file.
I need to be able to programatically add a google account 开发者_JAVA百科in android for testing purposes. The reason for this is because the data in the device can get wiped and I would like a way of
I\'ve written a simple HTTP server, and I\'ve stumbled upon a few bugs so far that proved difficult to track down. For example, not adding a blank line between headers and content of a response, or gi
I have a class User as follows class User < ActiveRecord::Base has_one :session has_and_belongs_to_many :posts
Is it possible to mock the Windows Installer? I would like to set up tests for various scenarios during install. I don\'t really care what is stored in the Windows 开发者_C百科Installer databases, I j
Only one line of backtrace is displayed when I run: rake test Output: ... ERROR should get search for keywords (1.93s)