I have been recently introduced to the concept of BDD and am using SpecFlow on a web system I am working on.I would like to use BDD with a side project I am working on in my spare time, creating an iP
Is there an automa开发者_开发百科ted way to check for properties defined in a class that are not deallocated in the dealloc method that can be built into unit tests? I am hoping to help automate memor
I have two projects, project A and Project B. Both are written in groovy and use gradle as their build system.
For the quality testing of our project on iOS 4.2, we are working with UIAutomation though Instruments in Xcode 3.x. We are writing our scripts in Javascript. I am new to Javascript, and have found th
In order to support automated testing tools I need to x:Name al开发者_运维百科l controls (so that the tool can \"pick it up\" and observe its details).
I am trying to figure out the best way(s) to test Service and DAO layers. So, a few sub questions... When testing a service layer, is it best to test against a mock DAO layer or a \"live\" DAO layer
Hopefully I can explain my issue clearly enough for others to understand, here we go, imagine I have the two following hypothetical scenarios:
I\'m trying to improve the automated testing in my application, but am unsure of the best way to proceed.
BACKGROUND: I\'ve been looking for auto-testing tools for my web-app developed in C# having AJAX. I tried to find some tools but some were complex, some were paid and some would not allow me to tweak
I\'m trying to take Jenkins from a CI machine, and I would like to have it begin to automatically start testing o开发者_运维问答f the applications it builds.