Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
21–30 of 89 posts
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#22Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#23Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#24Not a question, but I just want to thank you for "inventing" review apps back in the day, the idea of having a full version of your app running for a branch was pretty game changing for the companies I worked at.
Context for everyone else: early 2014 we open-sourced https://github.com/rainforestapp/fourchette, which was an pioneer of Heroku Review Apps (https://devcenter.heroku.com/articles/github-integration-rev...), and generally the concept of doing this on pull requests over just per branch or commit.
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#25Congrats on the launch Russ - really excited to see how this works out!
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#26Does this work for SPAs?
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#27The benefit of using code is that you have to know what you are doing. Having experienced what happens when people build data driven systems out of building blocks, with out a thorough understanding of what they are doing (brittle, failing is strange ways under load, general unreliability and low quality) I am suspicious
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#28What is the benefit of "no-code"? The benefit of using code is that you have to know what you are doing. Having experienced what happens when people build data driven systems out of building blocks, with out a thorough understanding of what they are doing (brittle, failing is strange ways under load, general unreliability and low quality) I am suspicious
We remove the code requirement, making testing accessible to more folks - i.e. product managers and product designers who have great knowledge of the product, but don't want to or can't code. Also, this doesn't tend to exclude developers either. Currently our user base is roughly 1/3rd engineers, 1/3rd product managers/designers, and 1/3 QA folks.
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#29Do you a) run the tested software inside your VMs (if so, what's the integration API?) or b) expect your clients to run it (if so, how can the client authenticate your test access?)
Re: Launch HN: Rainforest QA (YC S12) – No-Code UI Test Automation
#30Follow up question - does this work for Electron Apps? Either way, still happy to try it for other Web App projects if I do another Web App