Selenium Webdriver With Python – Basic Test script

Today we are going to see the basic things which we are going to use while making the selenium WebDriver scripts using python language. So below is some short example which we are going to see the uses of each line statement From selenium import webdriver From selenium.webdriver.common.keys import Keys driver = webdriver.Firefox () driver.get … Read more

Install Pydev in eclipse for selenium with python

Today we are going to see the installation of Python in Eclipse, so that we can use the python as a scripting language for writing the script for selenium WebDriver. Before that let’s see why python is preferred over java. Preference Python over Java with Selenium   There is an observation that most of the times … Read more

ISTQB – Spiral Model

In last article we have understood about the iterative model and in this article we will get details about the spiral model. This model is one kind of software development life cycle model.  This model is well known for risk handling. As here model is divided in many loops of software development. Loop of the … Read more

ISTQB – Prototype Model

In last article we have understood about the spiral model, Now we will about to understand for Prototype model which is widely used for software development. This would be the last model of software development. In prototype model, we are creating the replica of the original product or application first which will be observed and … Read more