Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I was a big fan of an app called "GremCheck" that was out a while back, that seems to have disappeared.

It was a JavaScript included in a master page that placed an icon at the bottom of the page. It was used during testing. You could define your own tests, and the box could pop up per page and viewers would answer the questions you define (such as "Does this page have the correct title?", "Is the Grammar Correct", "Does the design look consistent").

This was useful for end-user tests groups and quick testing for developers if time was squeezed on full functional testing.

Anyone know where GremCheck went, if I can get to it, and if there's anything out there that does something similar?

share|improve this question
And just to emphasize: if it went away for some reason, someone needs to rebuild that ASAP -- with the increasing emphasis on the importance of testing these days, I think it could fill a niche. – goober Dec 30 '10 at 18:42

2 Answers

How about doing something along the lines of http://maketecheasier.com/create-survey-form-with-google-docs/2010/07/10?

share|improve this answer

I've never heard of it, but it would be pretty easy to create something like that in say Jetpack for Firefox.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.