Selenium Quick Tutorial

I) Selenium Quick Tutorials Tutorial 1: Introduction to Selenium (What is Selenium?, History of the Selenium Project, Selenium’s Tool Suite, Selenium License, Platforms supported by Selenium, Selenium Environment Setup, and Advantages & Disadvantages of Selenium) ————————————————— Tutorial 2: Selenium Test Life Cycle (Phases of Software Test Process – Test Planning, Test Design, Test Execution and … Read more

An Overview on Computer Software

An Overview on Computer Software Software: Computer programs, procedures, and possibly associated documentation and data pertaining to the operation of a computer system. Software: Set of Programs, take input, process the input and provide output. Program: Set of instructions or statements to perform operations Statement or Instruction: A minimal executable unit. I) Different types of … Read more

SQL Knowledge For Software Testers

SQL Knowledge For Software Testers Basics of the SELECT Statement  In a relational database, data is stored in tables. An example table would relate Social Security Number, Name, and Address: EmployeeAddressTable SSN FirstName LastName Address City State 512687458 Joe Smith 83 First Street Howard Ohio 758420012 Mary Scott 842 Vine Ave. Losantiville Ohio 102254896 Sam … Read more

Software Test Design Techniques

Interview Questions on Test Design Techniques 1) What are the important Black Box Test Design Techniques? Black-box test design techniques : • Equivalence partitioning • Boundary value analysis • Decision Table Testing • State Transition Testing • Use Case Testing 2) What is Random Testing? It is a Block box test design technique and informal … Read more

Software Testing Guide

  Software Testing Guide Software Testing: Computer Software Testing is a process that consists of all Test Life Cycle activities Test planning, Test Design, Test Execution and Test closure to determine that the software products satisfy customer’s requirements and are fit for customers use. Software Testing includes static and dynamic testing. Software Testing is done … Read more