Basics of automated tests?
        Posted  
        
            by Muhammad Yasir
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Muhammad Yasir
        
        
        
        Published on 2010-04-29T06:21:21Z
        Indexed on 
            2010/04/29
            6:37 UTC
        
        
        Read the original article
        Hit count: 707
        
Hi, Till now I've been testing my web (usually written in PHP) as well as desktop applications (normally Java or C#) manually. Now I read somewhere on the net about automated tests. I tried searching to know about it in details but almost all searches end up at things like PHPUnit. Could someone please put some light on the theory behind automated tests? How a software can be tested automatically? Any limitations etc? Or may be you can tell me a place where I can read about this.
Regards
© Stack Overflow or respective owner