Hi We do cross language tests via test/test.sh script which is part of Apache Thrift source code. Each languages has its own test framework and there is no other common test framework available today.
However, we always like new ideas to simplify and improve testing. -roger -----Original Message----- From: Myles McDonnell [mailto:[email protected]] Sent: Mittwoch, 5. Februar 2014 20:28 To: [email protected] Subject: Re: How should I test my thrift services? Hi Andrew Personally I would write tests that instantiate a thrift client using your preferred language/platform/test lib. I can imagine how or why there would be a generic tool for calling thrift service methods; It would have to know the method signatures and that is what a thrift client is. HTH Myles On 5 February 2014 19:14, Andrew Pennebaker <[email protected]> wrote: > Can web tools like *curl* be used to test thrift services? I'm looking > for tools for testing thrift services, ideally regardless of service > implementation language. > > -- > Cheers, > > Andrew Pennebaker > [email protected] >
