Monthly Archives: February 2016

Home/2016/February

Being Context-Driven while Performing Software Testing

2016-03-03T11:29:03+05:30

What Does “Context-Driven Testing” Mean?  “Context-driven Testing” focuses on context in order to carry out testing effectively.  Things that are called “Context-Driven”  A process by which one understands, experience, value, explains,

Being Context-Driven while Performing Software Testing2016-03-03T11:29:03+05:30

Understanding Selenium WebDriver API Commands (Part 5)

2017-06-06T16:18:09+05:30

Iframe handling in Selenium Iframe means an inline frame, which is an HTML document embedded inside another HTML document on a particular website. It is specified by <iframe> tag.  We need

Understanding Selenium WebDriver API Commands (Part 5)2017-06-06T16:18:09+05:30

Using Selenium WebDriver to Test Carousel Rotation

2017-06-06T16:18:21+05:30

There are several websites having carousel rotation, especially e-commerce websites, which allows quick and easy navigation of the listed items. The rotating item in the list must be tested to provide

Using Selenium WebDriver to Test Carousel Rotation2017-06-06T16:18:21+05:30

Understanding Selenium WebDriver API Commands (Part 4)

2017-06-06T16:18:33+05:30

Alert Handling in Selenium Alert is a pop up that indicates some information or requests input from the user. When it’s displayed, the user can’t perform any action on the web

Understanding Selenium WebDriver API Commands (Part 4)2017-06-06T16:18:33+05:30

Understanding Selenium WebDriver API Commands (Part 3)

2017-06-06T16:18:48+05:30

Operations using Select class in Selenium Selenium Select class can be found under org.openqa.selenium.support.ui.Select package. It will work for elements with only <select> tag. Some of the operations that can be

Understanding Selenium WebDriver API Commands (Part 3)2017-06-06T16:18:48+05:30

Understanding Selenium WebDriver API Commands (Part 2)

2017-06-06T16:18:56+05:30

WebElement Methods An HTML element is represented by WebElement. All the operations that require interacting with a web page will be performed through WebElement interface. We can use the following method

Understanding Selenium WebDriver API Commands (Part 2)2017-06-06T16:18:56+05:30

Understanding Selenium WebDriver API Commands (Part 1)

2017-06-06T16:19:06+05:30

To give a head start to Selenium WebDriver, a basic understanding of WebDriver API commands and how it operates is required. Some of the basic commands are discussed below, which can

Understanding Selenium WebDriver API Commands (Part 1)2017-06-06T16:19:06+05:30

A Brief Introduction to Scrum Methodology

2017-06-06T16:31:42+05:30

An Introduction to Scrum Scrum is an agile process for managing complex projects, especially software development that has dynamic and highly emergent requirements. Scrum software development proceeds to its completion via

A Brief Introduction to Scrum Methodology2017-06-06T16:31:42+05:30

Role of QA in Tech Support

2016-02-08T03:27:33+05:30

Quality Assurance (QA) has evolved over time like any other areas of software development. With the advancement in technologies, the scope and scale of the project keeps on changing and so

Role of QA in Tech Support2016-02-08T03:27:33+05:30
Go to Top