iQueen
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016
01:01 PM
Automation
Hi,
We are developing applications for Roku devices and we are looking for automation tools available to test our products.
I found an article in sky developers explaining about automation testing on Roku but unfortunately the article was removed from the web site.
Quotes from the article:
“Roku recently started exposing it’s DOM, they refer to it as the scene graph and all it is, is an XML representation of the onscreen layout. It’s not exposed by default, you need to install a special token on your box in order to get access but once you’ve done this the scene graph is available to download and query.”
I am wondering what is the token I need to install in order to query the scene graph xml.
Appreciate any help...
We are developing applications for Roku devices and we are looking for automation tools available to test our products.
I found an article in sky developers explaining about automation testing on Roku but unfortunately the article was removed from the web site.
Quotes from the article:
“Roku recently started exposing it’s DOM, they refer to it as the scene graph and all it is, is an XML representation of the onscreen layout. It’s not exposed by default, you need to install a special token on your box in order to get access but once you’ve done this the scene graph is available to download and query.”
I am wondering what is the token I need to install in order to query the scene graph xml.
Appreciate any help...
2 REPLIES 2
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016
01:56 PM
Re: Automation
Sounds like a bunch of malarkey - how old is that post?
My guess is that it was written before RSG was officially released a year ago and perhaps one had to install token-blessing. Nowadays (since fw 7? everyone is on 7.2 - 7.5 now) RSG is openly available to the unwashed masses.
Note what was said is also wrong on refering to RSG as "exposing the DOM of screen representation" - that is not the case, it does not apply to the screens from SDK1 (roScreen, roImageCanvas and ro... everything else except roSgScreen). Rather, RSG (aka SDK2) is a new - and by magnitude harder - way to write UI for Roku. You don't use RSG as automation hooks for the programs - rather you write in it. Start with Scene Graph XML Guide and Scene Graph XML Tutorial if you want to learn RSG - just consider yourself warned wrapping your head around it won't be easy.
My guess is that it was written before RSG was officially released a year ago and perhaps one had to install token-blessing. Nowadays (since fw 7? everyone is on 7.2 - 7.5 now) RSG is openly available to the unwashed masses.
Note what was said is also wrong on refering to RSG as "exposing the DOM of screen representation" - that is not the case, it does not apply to the screens from SDK1 (roScreen, roImageCanvas and ro... everything else except roSgScreen). Rather, RSG (aka SDK2) is a new - and by magnitude harder - way to write UI for Roku. You don't use RSG as automation hooks for the programs - rather you write in it. Start with Scene Graph XML Guide and Scene Graph XML Tutorial if you want to learn RSG - just consider yourself warned wrapping your head around it won't be easy.
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016
02:41 PM
Re: Automation
"iQueen" wrote:
We are developing applications for Roku devices and we are looking for automation tools available to test our products.
Roku does have something called a Unit Testing Framework (BETA), which they describe as a "Tool for automating and testing Roku channels": https://github.com/rokudev/unit-testing-framework
I have no idea what it does or who uses it or what they do with it, but you might want to take a look.