Testing the program in different OS
Posted
by Alex Farber
on Stack Overflow
See other posts from Stack Overflow
or by Alex Farber
Published on 2010-03-21T19:11:07Z
Indexed on
2010/03/21
19:21 UTC
Read the original article
Hit count: 283
I want to test my program by installing it in different OS versions. My development computer is Ubuntu. What other Linux versions can I test by installing them inside VirtualBox and running my program there?
Though it is not critical for me right now, I want to try something different and see what happens.
Also, what is the chance that the program running in Linux will work in the Unix OS? The program is not open source, I can distribute only pre-built binaries.
© Stack Overflow or respective owner