Closed. This question is seeking recommendations for books, tools, software libr开发者_如何学编程aries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Let\'s says I have a Djano app. Users can sign up, get a activation mail, activate their accounts and log in. After logging in, users can can create, update and delete objects rhough a custom Form whi
I want to test in junit via jdepend whether my package tree is on a package cycle (i.e. has a direct cyclic dependency). Currently, it isn\'t (see output below, and jdepend\'s Eclipse plugin does not
I just finished writing some code that runs a hebbian learning feedforward neural network. I\'ve done a backpropaga开发者_运维问答tion neural network before and the first thing I did to make sure it w
I have 2 apps, members and resources. resources depends on开发者_Go百科 members. Is it possible to use test fixtures from the members app in my tests for the resources app?Apparently yes, any fixture
I have a unit test that is used to test variable conversions from string to integer. So far it\'s good, except for the last one.
Is there something similar to Cucumber\'s multi-example tables (usin开发者_如何转开发g pickle) for Rspec acceptance specs (capybara)?
Context: I am load testing a prototype enterprise web app that performs quick searches on a large dataset. It\'s backed by a database and uses JQuery datables backed by a servlet to narrow the results
Given that webtest doesn\'t seem to have a 3.x version (or any plans to develop one), are there any solutions for automated system testing of a WSGI application? I know unittest for unit testing - I\'
I created an Android test project using instrumentation and it works find with eclipse running as Android Junit test. It also generated apk file.