How Bugs does arises in the software?

This is a common question in everyone’s mind. Even if you try to manage, plannings or hire highly skilled developer still you will get bugs in your application. but how and why they comes in software.so bugs start coming from the first phase of Software Development Life Cycle. Requirements: This is very important phase where … Read more

Fishbone/Cause effect diagram

How often we come across a Problems? Definitely many times, problems arises because of many individual factors, so overcome these problems our first approach is to find the solutions of the problem but actually finding the cause of the problem help us to prevent such a problem permanently. Fishbone is such a technique which is … Read more

Spiral Model

Spiral model is one of the type of SDLC. It is one of the old SDLC type which were first came in notice 1986. Basically spiral model is the combination of the Water Fall model and iterative model.The phases which is used in water fall model and the iteration which in used in iterative model … Read more

Useful Eclipse Shortcuts To Use With Selenium WebDriver Automation

It Is most Important to learn shortcuts of eclipse IDE If you wants to speed up Selenium WebDriver test creation and execution process because performing each and every actions In eclipse using just mouse Is time consuming. If you knows keyboard shortcut keys to perform regular actions In eclipse then It will be very easy … Read more