Posts

Way to Automation - Let’s brief with Selenium

Image
  In the software development industry, software testing or quality engineering is one of the most important roles. Testing is very important to identify the bugs and defects that are included in the product, before handing it over to the end users. So, the testing is needed from beginning to the end of the software development life cycle to make a more reliable product for the end users. Mainly software testing can be done in two ways as manual testing and automation testing. When comparing manual and automation testing there are limitations which are included in manual testing methods as below. Limitations of Manual Testing Time consuming Requires tester all the time Limited scope High risk of error Manual creation of logs and repositories Not support to performance and batch testing But when moving to automation testing it can reduce the most of the limitations as above mentioned with related to the manual testing. So there are several tools available today to do the automation ...