Software Testing

Software testing is a process of finding software bugs and managing the life-cycle of bugs . Software testing is mainly two types. (1) Manual Testing. (2) Automated Testing. What is Manual Testing Manual testing is the process to execute application manually without using and Automation testing tool.Any new application must be manually tested before its testing can be automated. Manual testing requires more effort, but is necessary to check automation feasibility.Manual Testing does not require knowledge of any testing tool. Goal …