We love the art of education.
Our passion is listening to students ideas, thinking through solutions and coming up with creative innovations. Most Importantly, we keep it simple.

Manual Testing
Manual Testing is a type of Software Testing where Testers manually execute test cases without using any automation tools. Manual testing is the most primitive of all testing types and helps find bugs in the software system. 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.
Automation Testing
Automation testing is an Automatic technique where the tester writes scripts by own and uses suitable software to test the software. It is basically an automation process of a manual process. Like regression testing, Automation testing also used to test the application from load, performance and stress point of view.
The main goal of Automation testing is to increase the test efficiency and develop software value.
