All Questions
3 questions
0
votes
1
answer
63
views
Do I need a support contract to test my web application on solaris 10
I need to install Solaris 10 and I'm wondering if I need a support contract, on the download page it says that you need a support contract for production use, but I'm not too sure what production use ...
4
votes
0
answers
759
views
How do you write test cases for a web server that uses posix sockets? [closed]
I know how to test it experimentally by running the program, but ideally I would like to test each function I write as I write it. Usually I can't test my functions until I write a whole bunch of ...
3
votes
1
answer
724
views
Creating a local in-house testing web server
What we are trying to achieve is to have an in house Linux-based (probably Ubuntu) web server which we can test on before pushing to our remote dedicated hosting server.
The problem we are going to ...