I want to make sure I have the right meta desc/keyword and title text in my view so I want to create rspec views tests for that. Now the real challange here is how to make it work across multiple lang
I have a BackgroundRb worker in charge of dispatching some emails. Ho开发者_运维知识库w should I tell this worker not to run during tests? Does the framework include some configuration parameter or s
I am using Selenium IDE to record some scenarios an开发者_如何学编程d wanted to check if a particular text is present on the page. I inserted a command \"VerifyTextPresent\". However, it always return
Here\'s the deal: I just started a new job, and source control here is basically useless. All of the devs (about 10 guys) test their code in the same dev site, and there\'s no way to test a change oth
I want to do a 开发者_JAVA百科\"two step\" search using Watin. For example I would like to search for a ul-tag having class \"abc\". Then I would like to search for a certain li-tag inside that elemen
I\'ve been racking my brain trying to think of the best way to access a protected member function from some test code in C++, here\'s my problem:
I\'m having a stupid configuration issue with Ibatis in my Spring project. Please don\'t jump on me about how all this was setup, I\'m just following the \"in house project structure policy\".
Is there a wa开发者_StackOverflow中文版y to display the test results on the build results page returned by Build.aspx page? Because right now you only get to see the total number of tests and the numb
I use cucumber to run integration tests. I have a very large (30,000+ record) stardard setup for testing.
Wondering if there was some sort of crawler we could use to te开发者_JS百科st and re-test everything when changes are made to the web app so we know some new change didn\'t error out any existing page