Live data from Hacker News

Show HN: Algorithm sees what humans see, finds duplicate tests

ortask.com

1–8 of 8 posts

Re: Show HN: Algorithm sees what humans see, finds duplicate tests

#3
post #2

Does it work with tests written in other programming languages apart from Ruby?

Creator here.

Out of the box, it supports several languages and test styles:

- Java with junit3 and junit4

- Ruby with test/unit

- Python with PyUnit

It is easily extensible for any programming language and test style.

Re: Show HN: Algorithm sees what humans see, finds duplicate tests

#8

So is TestLess only for automated tests? Seems like it is.

Even though TestLess is intended for automated tests, the technology behind it can be used to compare manual tests.

In fact, labs results using several manual test corpora show that it is well-suited to compare manual tests as is. You will only need to write a TestDetector for such tests and your off to the races.