In a part of a controller, I query in an heavy manner my db. I\'m wondering if to use the ActiveRecord::Base.connection.execute(complex query), or if to use a combination of finder. In order to find o
I am new to Rails and am following the \'Agile Web Devel开发者_开发技巧opment with Rails\' book. Currently I am testing my cart and line items.
Well, I want to write an application (C#) to send many emails at one time. It could be a situation - that I need to send from one email server many different messages to many different people.
If my main logic is written using java (a small daemon server), but开发者_高级运维 my test cases is a bash script. How can I include the test into my maven pom.xml? so that I can run my test using mvn
I am doing automation testing of a web application using selenium. While running automation testing of web application you encounter application errors. Is there any way to detect those exceptions. Sp
I have a .as开发者_如何转开发 Class which has some tests. Now I am wondering is there any way I can run the tests using command line tools (provided by FLEX SDK)?You can create a FlexUnit ANT Task fo
I setup a route that redirect to a static file and i would like开发者_StackOverflow社区 to write a test using unit test for it
I have a class derived from NSTreeController named CSMCustomTreeController and imported the header data from s开发者_如何学运维ome Extensions of NSTreeController
I have several tests in the same namespace. I did not use naming convention like Test1, Test2, ... etc for each of my unit tests. So, now when I run all tests, they don\'t run in the order I want them
I have the following locator: css=tr:contains(\'First page\') + tr table td:contains(\'Yes\') input I can find it o开发者_开发技巧n the page using Selenium IDE, but my Selenium RC test fails tryin