testing
How should I be testing this situation?
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[详细]
2023-04-10 21:52 分类:问答Is there an authorization server that I can use to test a client implementation of OAuth 2.0?
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[详细]
2023-04-10 21:31 分类:问答When testing a web-app, what is the best way to test that I'm on the right page?
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:[详细]
2023-04-10 20:03 分类:问答How can I test Selenium test scripts? Or should I?
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[详细]
2023-04-10 18:31 分类:问答Qt program with Shell
I want to write a testing program. It will open a special *.tests file and test direct program with tests from the file.[详细]
2023-04-10 16:28 分类:问答programatically add google account to android
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[详细]
2023-04-10 16:16 分类:问答HTTP server correctness testing
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[详细]
2023-04-10 15:41 分类:问答Rspec testing in ruby mine always returns false
I have a class User as follows class User < ActiveRecord::Base has_one :session has_and_belongs_to_many :posts[详细]
2023-04-10 15:20 分类:问答Mocking Windows Installer
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[详细]
2023-04-10 12:11 分类:问答Turn on full backtrace in Ruby on Rails TestCase
Only one line of backtrace is displayed when I run: rake test Output: ... ERROR should get search for keywords (1.93s)[详细]
2023-04-10 11:39 分类:问答