| Author |
JUnit vs. SilkTest
|
Bob Dobalina
Ranch Hand
Joined: May 24, 2001
Posts: 53
|
|
It's looking like we may be "encouraged" to use SilkTest in the near future, this just after many of us had adopted JUnit for our automated testing. Can anyone compare and contrast the features of SilkTest to JUnit? What's the deal with their 4Test language? Does SilkTest integrate with a build control tool like ANT very well? Thanks in advance, -tim
|
 |
Johny bravo
Greenhorn
Joined: Sep 16, 2004
Posts: 3
|
|
|
So did you find the comparison between SilkTest and JUnit... since also trying to figure out which too use... does JUnit support automated test like the test done the screen...
|
 |
Bob Dobalina
Ranch Hand
Joined: May 24, 2001
Posts: 53
|
|
Nope, amazingly we were never "encouraged" to switch over to SilkTest like we have been on so many other things, like ClearCase from CVS/VSS, etc. So, still happily using JUnit
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26157
|
|
SilkTest is a commercial tool for running automated tests. I'm not clear on why someone would want to lock themselves into a commercial product for writing their automated tests. Other tools (like Parasoft's JTest) at least generate junit tests that can be run independently of the tool. In any event, I'm moving this to our testing forum.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: JUnit vs. SilkTest
|
|
|