Software Manual Testing Tutorial Part 1

Manual testing is process to test any software application manually which helps to find bugs from software application in order to improve quality of software system. When any new software application is developed, Each and every functionality must be tested manually before it pushed to live environment. One not need knowledge of any automation testing … Read more

Interview Questions Of Core Java For Selenium WebDriver – Part 2

Part 2 Core java interview questions for selenium automation testing 6 : What is the difference between static and not static variable? Answer : Main differences are as bellow. Static variables are preceded by static keyword. For non-static variable, there is not any preceding keyword. Memory is allocated for static variables at the time of class loading. Memory is … Read more

Software Development Life Cycle

Software Development Life Cycle (SDLC) contains different phases / step that need to be followed to develop a quality software. Means in simple word if you want to develop quality software then you need to follow these steps. IT farms follow such type of model to develop their software, it guides from start to end. … Read more