<a href="http://en.wikipedia.org/wiki/Software_testing#Input_combinations_and_preconditions">http://en.wikipedia.org/wiki/Software_testing#Input_combinations_and_preconditions</a><br>&quot;A very fundamental problem with software testing is that testing under all combinations of inputs and preconditions (initial state) is not feasible, even with a simple product. This means that the number of defects in a software product can be very large and defects that occur infrequently are difficult to find in testing. More significantly, non-functional dimensions of quality (how it is supposed to be versus what it is supposed to do)—usability, scalability, performance, compatibility, reliability—can be highly subjective; something that constitutes sufficient value to one person may be intolerable to another.<br>

<br>Software testing is a very difficult thing. Testing every possible combination of actions and specifically covering the edge cases most likely to cause problems is pretty much impossible - to run through every possible action for something as large as FS would literally take longer than the age of the universe. As a result a script to test for all possible errors is pretty much impossible, especially for new functionality that&#39;ll be added before the script&#39;s updated to test them. There will always be some bugs, users testing and reporting is the best way to detect ones that the developers have missed. Generally FS is pretty good at avoiding them.<br>

<br>Testing yourself is always a good idea before rolling out to a production system. That&#39;ll show any obvious ones up that can be fixed quickly.<br><br>-Steve<br><br><br><div class="gmail_quote">On 4 February 2011 15:13, Madovsky <span dir="ltr">&lt;<a href="mailto:infos@madovsky.org">infos@madovsky.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">FS team needs user as users need FS team...<br>
maybe think to a script (developped by all possible users)<br>
that test every new functionality...<br>
<div><div></div><div class="h5"><br>
----- Original Message -----<br>
From: &quot;Anthony Minessale&quot; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>
To: &quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Sent: Friday, February 04, 2011 9:58 AM<br>
Subject: Re: [Freeswitch-users] Auto test FS install - now necessary?<br>
<br>
<br>
&gt; I&#39;ve been doing this a long time and it boils down to:<br>
&gt;<br>
&gt; 50% superstition/paranoia.<br>
&gt; 50% regressions from commits.<br>
&gt;<br>
&gt; Stop and think. Without people updating everyday and telling us when<br>
&gt; something is not right, we may never find out.<br>
&gt; Engaging in the community and this mailing list and irc is a community<br>
&gt; effort and its sometimes a BETA program too.<br>
&gt; Just like if this was a cool video game, you get to play it before<br>
&gt; everyone else.<br>
&gt; It&#39;s hard to follow every possible execution path and get into every<br>
&gt; nook and cranny of 3 million lines of code.<br>
&gt; Even with the best unit testing int the world, we can&#39;t do it without<br>
&gt; real people testing.<br>
&gt; If you stop updating or persuade others to stop, now we are in real<br>
&gt; trouble.<br>
&gt;<br>
&gt; Also, pay attention to the GIT commit messages:<br>
&gt;<br>
&gt; This particular problem (which is fixed now btw) was committed with a<br>
&gt; warning to please test.<br>
&gt; There was a bigger problem earlier this week that resulted in some<br>
&gt; minority invasive changes and its easy to catch the problems and in<br>
&gt; the end the software is now more stable.<br>
&gt;<br>
&gt; commit f60fdf653dd2d7f8d3eaa6a9086e1f68bd993c59<br>
&gt; Author: Anthony Minessale &lt;<a href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</a>&gt;<br>
&gt; Date:   Wed Feb 2 16:22:43 2011 -0600<br>
&gt;<br>
&gt;    fix possible bad pointer in global vars (please test)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 3, 2011 at 11:46 PM, Avi Marcus &lt;<a href="mailto:avi@avimarcus.net">avi@avimarcus.net</a>&gt; wrote:<br>
&gt;&gt; Maybe I&#39;m just being paranoid, but I&#39;ve been seeing a lot of &quot;I just<br>
&gt;&gt; updated<br>
&gt;&gt; to latest git and X broke&quot;<br>
&gt;&gt; And that x is always something else...<br>
&gt;&gt; I&#39;m not a seasoned coder on this magnitude, but perhaps we can develop a<br>
&gt;&gt; test suite (at least part of one) to test that a fresh install is<br>
&gt;&gt; functioning?<br>
&gt;&gt; A FULL test would probably be a huge undertaking and involve recqual for<br>
&gt;&gt; testing media, too... Also, each mod would need to have it&#39;s own test<br>
&gt;&gt; suite.<br>
&gt;&gt; Due to the rapid updating of FreeSWITCH this not be what you want to put<br>
&gt;&gt; your effort into, but...<br>
&gt;&gt; Thoughts?<br>
&gt;&gt;<br>
&gt;&gt; On Feb 4, 2011 4:04 AM, &quot;Anirudha Shimpi&quot; &lt;<a href="mailto:anu@familytv.com">anu@familytv.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Just downloaded (from git) and installed FS 1.0.7, however, every time I<br>
&gt;&gt;&gt; do<br>
&gt;&gt;&gt; originate user/1001 &amp;park, FS crashes. Running Centos 5.5 64 bit.<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; pstn:+19193869900<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>