Astfgl
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017
06:12 AM
Unit testing on Roku?
Hi, we got bored from tedious unit testing on Roku, particularly on large projects. That is why we developed this tool MAMUT ( mamuttool.com ).
What do you think of it? Do you have experience with any other unit testing system for Roku?
What do you think of it? Do you have experience with any other unit testing system for Roku?
12 REPLIES 12
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017
08:14 AM
Re: Unit testing on Roku?
This looks cool. I'm not thrilled about running a node.js server, but I guess that's par for the course these days. We've been kicking around the idea of writing a test framework here, so I'd love to try this out and see if it meets our needs.
Astfgl
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2017
01:38 AM
Re: Unit testing on Roku?
Hi Tim, thanks! Most important for us is to know what do you think of it. Now we are working on a new version which is going to include global server.
brianstegman
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
06:33 AM
Re: Unit testing on Roku?
Roku has a testing frameworking here that I'm thinking about building into my tool http://www.stegmancompany.com/#RokuDashboard
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
09:49 AM
Re: Unit testing on Roku?
has anyone actually used the roku framework? Curious about it.
Veeta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
11:06 AM
Re: Unit testing on Roku?
"tim_beynart" wrote:
has anyone actually used the roku framework? Curious about it.
Yes. It works fairly well. Comparable in features to the older brstest but a little better set up to manage test suites for related tests. Also supports SG component testing though I haven't used it for that.
Astfgl
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018
06:37 AM
Re: Unit testing on Roku?
Had any one tried some testing system which supports continuous integration? We are considering it in Mamut right now.
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018
07:05 AM
Re: Unit testing on Roku?
How would you do automation with Roku? There's no virtualization for Roku OS, so you have to test on a physical device. We use precommit hooks to run tests on the developer's machine before they commit to git, but that is not ideal.
Astfgl
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2018
05:05 AM
Re: Unit testing on Roku?
"tim_beynart" wrote:
How would you do automation with Roku? There's no virtualization for Roku OS, so you have to test on a physical device. We use precommit hooks to run tests on the developer's machine before they commit to git, but that is not ideal.
Roku devices are always necessary, but the server allows to distribute packages with tests, run it and collect the results from those devices. Tim, you are probably not using Unit tests in this way right?
kishigo
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018
09:57 AM
Re: Unit testing on Roku?
Has anyone tested Roku tasks with the unit test framework? I haven't been able to figure out how to fit the scenario of starting a task where the result comes back later in an observed event callback into the unit test framework.
Thanks in advance.
Thanks in advance.