Software Testing – Basics

What is software testing? To test functionality of application and to check whether the application is working according to client requirement or not. It is the process of validating the system for its correctness. People involved in doing this are called as test engineers. Objective of testing is: Ensure quality, correctness, completeness, robustness, reliability, bug … Continue reading Software Testing – Basics

Networking – Basics

Ref: futurelearn.com/courses/introduction-to-networking Network: Collection of computers, network devices, servers, peripherals to allow the sharing of resources and data. Common types of Networks: LAN: Local Ara Network (ex. with in a building) WAN: Wide Area Network (ex. with in a state/country) WLAN: Wireless Local Area Network MAN: Metropolitan Area Network (ex. with in city) PAN: Personal … Continue reading Networking – Basics

Selenium + Java

What is Selenium? Selenium automates the browser.It is most widely used browser based automation testing tool. Selenium is a suite of software use to automate web browsers. Selenium components:1. Selenium WebDriver : Browser Specific browser 2. Selenium IDE : Plug in play for web browser.3. Selenium Grid : use to execute parallel test with selenium … Continue reading Selenium + Java