Is it a good idea to check for odd/even length of a palindrome number/string? Most snippets I came across don\'t do this basic test. If length is even, it can\'t be a palindrome, no?
I need to test the performance开发者_运维技巧 of application running on localhost as if it were in the online environment. I mean the performance test conducted by the network traffic simulation, limi
Is there an easy ruby or rails command to get a list of all the tests in an application?I use Shoulda primarily, but if there\'s a ruby solutio开发者_StackOverflown regardless of test suite that would
I\'ve got a desktop application that I need to test in several different languages. I could build a VMWare image for each language t开发者_如何学运维hat I need. But I was wondering if I could somehow
I\'m looking to send raw post data (e.g. unparamaterized JSON) to one of my controllers for testing: class LegacyOrderUpdateControllerTest < ActionController::TestCase
I\'d like to write tests for a simple byte-oriented protocol using something like Expect. The test scripts would look like a plain stream o开发者_运维问答f:
I am looking for a test framework that suit my requirements. Following are the steps that I need to perform 开发者_如何学JAVAduring automated testing:
I am working as a tester on a system based on a Rest API. Part of my job is to use different applications to POST files to the Rest API and then accessing the API directly via a Rest Client to verify
I am looking for a simple easy to use lightweight Web server ( linux/Ubuntu Koala ) for testing some web apps.
I have a server-code that\'s written in Python, and I have a client-code that\'s written with GWT. Now I want to run automation testing on the GWT against the data from the Python server.