Multi language testing framework
        Posted  
        
            by santiiiii
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by santiiiii
        
        
        
        Published on 2009-09-25T07:35:29Z
        Indexed on 
            2010/04/22
            19:13 UTC
        
        
        Read the original article
        Hit count: 217
        
I need to write two versions of the same application, one in .NET and the other one in Java. So I'd like to write a single test suite, and then use it against both codebases.
Which testing tool would you advise me to use?
© Stack Overflow or respective owner