I\'m trying to use a different set of configs for testing my django app (like, using in-memory sqlite3 instead of mysql) and for this purpose I\'m trying to use another settings module. I run my tests
I\'m currently having a problems with a window not coming up during tests in Internet Explorer.I\'m using Selenium-RC 2.6.0, programming my tests in C# and launching them using NUnit.
I would like to do a/b testing for my website, but I don\'t want to use javascript based solution such as google weboptimizer because it would affect page load times. Are there any server side framewo
I found some CTS errors which are given below: Compatibility Test Case: CtsAppTestCases Package Name: android.app.cts.DialogTest
I have a java class like below. Its job is monitor a file, if that file\'s size does not change at certain interval, it will raise alert.
I\'ve been usi开发者_StackOverflow中文版ng Selenium IDE for regression tests, but as the number of test cases increases, I\'ve moved it over to Jenkins to run.
I have a class that contains a transient field. But the other part of the class is serializable. In the tests I mock the field and the class and use the mocked class object in a deep copy function whi
I\'m trying to test a Rails 3.1 engine with RSpec 2.After a lot of trial and error (and documentation and Stack Overflow searching) the app is working and I\'ve gotten most of the specs to pass.The pr
I have a method helper which reads files and directory and build html view. Like this: def build_segment(path)
I\'m working on a recently mavenized legacy project with following multi-modular structure: Parent: Web