3
votes
2answers
51 views
How can I run Test::Perl::Critic in parallel?
I've written a simple test case based on Test::Perl::Critic which runs critic on every single source file in the repository (all_critic_ok). However, this test takes a long time, e …
-2
votes
3answers
55 views
How to write Audit methods in Java?
Hi folks,
As my java application increases in complexity i want to write audit methods to make sure that i am doing the right thing.
How can i do it in java?
thx
1
vote
1answer
32 views
BDD both from business level and application level
In my current project I want to use Behavior Driven Development (BDD), on both levels of business requirements application level tasks.
Is it all right to wrap (group) my internal …
1
vote
2answers
93 views
Testing document uploads in Development server using json files
I just built a small application(using Django) which will accept any jobseeker resumes. So any jobseeker uploads his/her resume in the form provided. How do I test this using testc …
9
votes
7answers
263 views
Why Create Mock Objects?
During a recent interview I was asked why one would want to create mock objects. My answer went something like, "Take a database--if you're writing test code, you may not want that …
0
votes
0answers
29 views
Technical Help via high test scores [closed]
What system has the most challenging tests?
I have tried receiving help for a variety of topics from UNIX to std windows support, to web design using a variety of outsourcing syst …
0
votes
1answer
43 views
Alternative to Litmus?
We are currently in a desperate need for some manual test management tool. Currently we are using Excel which is unexciting at the very least.
Essentially, litmus is what we need, …
1
vote
1answer
161 views
Unit test with accessors
This is a two part question.
Background: We moved our C# application from VS2005 to VS2008 and in the process moved the application from .net 2.0 to .net 3.5. The transition went …
7
votes
1answer
191 views
How can I mock Moose objects?
What strategies have Perl people used when mocking Moose objects that they will inject into other Moose objects as type-constrained attributes?
Test::MockObject::Extends doesn't s …
1
vote
2answers
91 views
What should I do if my Rails tests don’t pass?
I want to start contributing to Rails, fixing patches, submitting my own code etc, and the Rails guide states that the tests MUST run. However, they're currently not and I'm not qu …
0
votes
1answer
43 views
Web testing frameworks for ASP.NET web application
I'm trying to implement some front end testing in a ASP.NET web application, and I would like to know how do the several web testing frameworks compare. Especially MSTest's "Web Te …
1
vote
4answers
168 views
How can I mock a web server in Perl?
Our web application works together with several web-services which we can't influence. After each workflow (tested with Selenium) a hook call to a web-service occurs. I would like …
0
votes
1answer
105 views
django manage.py test auth fails
When i run the test suite of django in my project i get 30 errors of the auth application. if have (obviously) not written any of it and i have not written tests for auth. yet they …
1
vote
2answers
242 views
why do .net Database unit tests using TransactionScope and MSDTC fail ?
We have some unit tests running against a SQL server 2000 database using the DatabaseTestFixture (http://softwaredevscott.spaces.live.com/blog/cns!1A9E939F7373F3B7!155.entry ) c …
0
votes
0answers
89 views
Context parameters in VSTS Web Tests
Hi,
Can anyone help me with the following question?
How can a context parameter be used in a parameterized request?
I have created an extraction rule that populates a context para …
