Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what is testing and what is the difference between manual and automation
Posted
Comments
Philippe Mori 3-Sep-11 7:52am    
Pointless question...

Testing is to make some tests.

Basically, manual testing is when a person do the test by hand like a real user.

Automated testing is when a program is used to test your application. A tool execute some tests and make a report with the result.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900