Tag Archives for Unit Testing

automated testing

Basics of Automated Testing

Most coders just code their apps and do manual testing before publishing to QA. So, what is manual testing? It is a process where you test your function by launching your application on a browser.…