Tagged Questions

2
votes
3answers
468 views

Running Nightly Builds as XP Scheduled Task - Classpath Issue

I'm running JUnit nightly builds on my computer as a scheduled task in Windows XP. My application uses Jaxb, therefore some of the tests need to reference xsd schemas using the system classpath. ...
1
vote
2answers
171 views

How to develop a Nightly Builder

I was told to create a tool like a Nightly Builder for a JUnit project. It's a client-server project with oracle database.The tests are based on QTP. Also there is a test interface written on C#. The ...