Should I test my program before releasing it to the public? Is testing important? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Should I test my program before releasing it to the public? Is testing important?

The answer to both questions is Yes. Most programmers don't fully test their code. And when the programs are released to the public, the results are bad user experience due to crashes or logical errors. Users then are very likely to uninstall your program and give you a thumb down. My recommendation is that you should spend time testing your program to uncover most bugs. You can also let a peer to give it a try before releasing it. I can assure your users will appreciate your work.

2nd Feb 2017, 4:46 AM
Alberto Sanchez
Alberto Sanchez - avatar
5 Answers
+ 9
you get the badge by replying to your own question, not by answering your own question inside the question. that's just redundant.
2nd Feb 2017, 5:07 AM
Ahri Fox
Ahri Fox - avatar
+ 8
@Alberto Sanchez I was also on my fox period.
2nd Feb 2017, 9:31 PM
Ahri Fox
Ahri Fox - avatar
+ 2
@Ahri Fox. I am sure you are very smart and I appreciate the time you took to read through the question/answer. I only hope my advise would help new programmers.
2nd Feb 2017, 6:32 PM
Alberto Sanchez
Alberto Sanchez - avatar
+ 1
lel
2nd Feb 2017, 6:32 AM
Steven
Steven - avatar
+ 1
in most companies, management chooses when the program is released and how the program will be tested, and often code is tested my someone other than the original developer
4th Feb 2017, 9:37 PM
Phil
Phil - avatar