Posts

Manual Testing

Image
Manual testing is a process of software testing in which we execute the test cases manually without using any automated testing tool. From the end user’s perspective, testers will execute the test cases manually. It tests whether the application is functioning as illustrated in the requirement document or not. It is one of the critical testing processes as it can detect both hidden and visible bugs of the software. The difference between the actual output and the expected output is called a bug.   Manual testing software is compulsory for every recently built software before automation testing. Manual testing requires great time and effort, yet it gives a guarantee of bug-free software. So, to build a good career in Software testing you must learn Manual testing.  If you want to learn manual testing, join our  manual testing training . According to ziprecruiter.com, the average salary of a manual tester in the US is around $112K per annum. In this manual testing tuto...

Online Training for Selenium WebDriver and core Java

Selenium-Course Content Introduction What is automation testing? What is the use of automation testing? What we need to Automate? What is Selenium? Advantages of Selenium What is the difference between Selenium and QTP? Different Flavors in Selenium                                                                                  IDE Selenium Web Driver/Selenium 2.0 Selenium IDE Installing Selenium IDE Selenium IDE icons Recording your first test with Selenium IDE IDE Context Menu Assert Verify Adding Sel...