0
votes
1answer
17 views
Maven - extract /test/resources/my.zip in /target during the Test Phase
Hi all,
I've some test resources (that are specific for a particular task) zipped in /test/resources/my.zip.
I want to extract the zip content to /target during the maven's Test …
0
votes
4answers
73 views
Getting suggestions on how to get the best code coverage in java
Several tools exists that allow to calculate path coverage for a set of tests, but is there a tool (or an algorithm) that could suggest values to get the best path coverage with th …
2
votes
1answer
82 views
Testing Google Wave Gadget outside Google Wave?
I wonder if there is a tool/framework available that supports testing Google Wave Gadgets outside Google Wave.
I know these two emulators (1 and 2), but I still always would have …
0
votes
2answers
21 views
How do I delete dynamically created button control from canvas using WPF
I have created nearly 40 to 60 button controls dynamically on canvas control using WPF. Now I want to remove the selected button control from the canvas. How do I do this.
0
votes
1answer
19 views
Ibatis2 and test context
Hi everyone,
I'm having a stupid configuration issue with Ibatis in my Spring project. Please don't jump on me about how all this was setup, I'm just following the "in house proje …
3
votes
5answers
90 views
Web server performance/test tool
Hi,I'm looking for a tool that simply tests a web server which I developed an application on it.
Tool must tell me that entire web server or a page in my application
- can serve …
1
vote
5answers
105 views
Unit Test - Check a method call with an object that doesn’t override equals
Hi All,
This is a general question on how to unit-test a Java Class using mock objects.
I can summarize my problem with this example. Let's say I've an Interface called MyInterfac …
0
votes
2answers
21 views
How does one configure PHPUnit to log to the test database?
Hi All
I am trying to work out how to configure PHPUnit to use the "test database" that is described on this wiki page: http://www.phpunit.de/wiki/TestDatabase However I can't fin …
1
vote
7answers
143 views
How can I check if a file is open by another program in Perl?
In Perl, how do I test if a file of open by another Perl program? I need the first program to be done before the second program can start.
7
votes
4answers
606 views
Microsoft certifications - MCTS core exam 70-536 - Is the MeasureUp practice test easier or harder than the actual test?
I'm a fairly experienced (about 4 years) asp.net developer.
I failed the MeasureUp practice test for Microsoft certification exam 70-536: TS: Microsoft .NET Framework 2.0 — Appli …
4
votes
10answers
237 views
Interviewers expect job candidates for application development jobs to know hexadecimal arithmetic
Does anyone think it is silly for interviewers to expect potential Software Engineers specializing in application development or UI to know hexadecimal arithmetic?
0
votes
1answer
39 views
Visual studio 2008 Test tools
Is it possible to run in parallel a web test in visual studio ?
10
votes
14answers
1k views
C++ interview - testing potential candidates.
I have to interview some C++ candidates over the next few weeks and as the most senior programmer in the company I'm expected to try and figure out whether these people know what t …
3
votes
11answers
235 views
hiring software developer for testing position
would you hire software developer/engineer for Testing position? why?
what are the pros and cons for hiring developer/engineer as test engineer?
13
votes
8answers
324 views
Philisophical Questions about Test-Driven Development
I have been perpetually intrigued by test-driven development, but I can never follow through with it when I try it on real projects. I have a couple of philosophical questions tha …
