Interesting question - considering that they are currently a big name in innovation, I will cite Google and shoot you over to the Google Labs page.
Google does do startup concepts, and some of them become very successful. The question about these concepts, though, is not whether they're tested; the question is, how far are they tested?
Because they're just startups, developers likely don't profile and optimize as much as they would for a full project, and they probably don't worry about "pipelines" or anything. I believe that, in this case, in the case of a startup deployment, definitely test your code to make sure it's doing what it should - but don't let testing, code cleanliness, and optimization cripple your deployment. Just make it work, even if it's crude. If people like it and there's a demand, then go back and make it stable and pretty. I wouldn't see the point in devoting time to a project that would be dead when it hit the water, y'know?
(Additionally, by doing this, you can get user feedback on things that code testing and profiling would never catch - like good design, user-friendliness, etc. This is one of the core ideas of Google Labs. Check out this article at CodingHorror.com - it's about StackOverflow and the stuff they have to focus on besides code. It isn't a bad read.)
I suppose it really depends on your work environment, though. Google can afford to do this and they've done some wonderful things with it. Different workplaces have different ideals, and different workplaces make different products. Your company's approach may not be optimal if they make, I don't know, online minigames for Facebook, but it could be very logical if they're dealing with sensitive data like credit card transactions. But the bottom line is, for startup ideas, it's not about the code - it's about the application, and it's easy for programmers to miss seeing the application through the code.
Just my two cents - please ingest them with a grain of salt (and pepper to taste), as most people here probably have a lot more experience and scope than I do. :P