Popular Software Test Tools

Popular Software Test Tools

Popular Software Test Tools, Functional Test Automation Tools, Performance Test Tools, API Test Tools, Mobile Test Tools, and Test Management Tools. Software Test Tools Introduction  Software Testing can be done in two ways, one is Manual Testing and another is Automation Testing or Automated Testing. We have different types of Automation Testing,  1. Functional Test … Read more

Handling Web Elements in Selenium

Handling Web Elements in Selenium

Handling Web Elements in Selenium, Inspect Web/HTML Elements, Locating elements, performing actions on elements, and writing Selenium Test Steps. Handling Web Elements in Selenium, handle browser, edit box, button, link, checkbox, radio button, image, dropdown box, text, popup window, web/HTML table, web frame, etc, Handling Web Elements using Selenium Pre-requisites to create Test cases in … Read more

Selenium Environment Setup

Selenium Environment Setup

Selenium Test Environment Setup, Choose Software, Install Eclipse IDE, Download & Install Java, Add Selenium jar file to the Java Project. Selenium Test Environment Setup Selenium is not an all-inclusive test tool, it requires third-party frameworks & plugins to broaden the scope of testing. So first choose Selenium Tools and Other Software for Testing. Example: … Read more

An Overview of Selenium

Selenium Tutorial

An Overview of Selenium, What is Selenium?, Features of Selenium, Selenium History, Selenium Components, and Selenium Automation Framework. Selenium Overview 1. What is Selenium? 2. Features of Selenium 3. Selenium History 4. Selenium Components / Selenium’s Tool Suite 5. Platforms supported by Selenium 6. Advantages of Selenium 7. Drawbacks of Selenium 8. Selenium Test Environment … Read more

How does Selenium testing tool work?

selenium tutorial

How does Selenium testing tool work? How does Selenium testing tool work?, Selenium test environment setup, Inspecting elements, Locating elements in Selenium, Selenium WebDriver methods, and writing Selenium Test Cases. Selenium automates browsers, primarily it is for automating web applications for testing purposes, and Boring web-based administration tasks can also be automated as well. > … Read more

Automating a Manual Test Case

Automating a Manual Test Case using Selenium 1) Create a Manual Test Case 2) Automate the Manual Test Case using Selenium 3) Exception Handling for Selenium Test Case —————————— 1) Create a Manual Test Case I am taking a Manual Test Case, that is Generic Test Case, “Verify Gmail Link existence in Google Home Page” … Read more

Selenium Test Life Cycle

Selenium Test Life Cycle Phases : i) Test Planning ii) Generating Basic Tests iii) Enhancing Tests iv) Running and Debugging Tests v) Analyzing Test Results and Reporting Defects ———————————— i) Test Planning > Get Application Environment (UI Design Technology, Database) Details from development team. > Analyze the AUT (Application Under Test) in terms of Object … Read more