Forum Discussion

Kenzo's avatar
Kenzo
Occasional Contributor
17 years ago

write junit test in groovy script...

Hi there, I have the following piece of code which is a junit test class to test a web page: import junit.framework.*; import com.thoughtworks.selenium.*; import junit.textui.TestRunner; pu...