We are building ASP.NET applications using VSTS (Visual Studio Team System) 2008 as IDE & C#.NET as Programming Language.
I have a directory that contains my Python unit tests. Each unit test module is of the form test_*.py. I am attempting to make a file called all_test.py that will, you guessed it, run all files in the
How/would you test super-simple methods that are built on a persistence engine. I\'m going to use JPA but any persistence mechanism I\'m sure has its equivelents.
Is there a tool that would watch 开发者_如何学编程file changes in a directory tree of a Perl application and re-run the test suite every time I save changes to some module? Something akin to masak’s
I want to examine exactly how my code operates when using other libraries to which I do not have the code for. Whilst I can do this online (i.e. with FileMon, RegMon and TCPView from SysInternals), I
It's difficult to tell what is being asked here. This question is amb开发者_开发知识库iguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m currently working on a new web application and it\'s being developed开发者_开发问答 using Oracle APEX.It\'s basically a ten page wizard-style web form that gets filled out and submitted.In nearly
Currently a team of developers is working on Android application and during the development process testers already have to test the current state and report issues.
Let\'s say you\'re coding, and you come across an opportunity for simple code resuse (e.g. pulling a c开发者_JAVA技巧ommon piece of code out to an accessible place like a Utility class or base class).