Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

does anybody know any where i.e software downloads or websites even, I can test my non public site, I run it from USBWebserver, it's for an assignment. I've looked around and when I post my page im told that I cannot test it because it needs to be public and I don't really fancy doing manual testing LOL.

share|improve this question
What are you testing it for? Performance? Functionality? Security? Compatability? Useability?..... – symcbean May 11 '12 at 16:23
well its required for all of those things really – Reuben Perryman May 12 '12 at 14:17

2 Answers

you could record some selenium test with selenium ide, those can be run localy that way you have your compatability and functionality covered.

http://seleniumhq.org/

share|improve this answer

If it is in HTML you can run it locally. PHP can be run as well if you use something like XAMP

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.