Usage of Selenium Tool for Software Testing

Usage of Selenium Tool for Software Testing, Features of Selenium, Selenium Test Environment, and Advantages & Drawbacks of Selenium Tool.

Usage of Programming in Selenium Test Environment

Usage of Programming in Selenium Test Environment

Usage of Programming in Selenium Test Environment, Java Programming for Selenium, Data Types  & Variables to handle data, Programming Methods/Functions to create reusable functions for Test cases, Exception handling code to handle run-time errors in Test cases, Selenium Test Environment Setup, and Selenium Automation Framework. Selenium is a functional & regression test tool, other tools … Read more

Advantages and Drawbacks of Selenium

Advantages and Drawbacks of Selenium

Advantages and Drawbacks of Selenium, What is Selenium?, Features of Selenium, Selenium License, Real-time challenges for Selenium Test Tool. Selenium is not an all-inclusive test tool, it requires some third party plug-ins and frameworks in order to broaden the scope of testing. Selenium’s official web site is ‘selenium.dev, we have to download Selenium software from … Read more

Interview Questions on Locating Elements

Interview Questions on Locating Elements

Interview Questions on Locating Elements in Selenium, Inspection HTML elements, finding unique locators, and writing Selenium Test cases. ‘Selenium with Java’ Online Training  An important task in Automated Functional Testing is ‘Object Identification’ or ‘Locating Elements’. Functional Test tools like Micro Focus – UFT/QTP, IBM-RFT, SilkTest, SmartBear – TestComplete, Watir, etc, perform Test operations based … Read more

Selenium with Java – Introduction

Selenium with Java - Introduction

Selenium with Java – Introduction, What is Selenium, Features of Selenium, History of Selenium, Selenium Tools, and Selenium Test Environment. Selenium is not an all-inclusive Test Tool, so it requires third-party plugins and frameworks to broaden the scope of testing. Selenium supports six programming languages to write test cases, in which Java is a popular … Read more

Selenium with Java – Syllabus

Selenium with Java - Syllabus

Selenium with Java – Syllabus, Java Programming for Selenium, TestNG Framework for Selenium, Selenium Automation Framework, and Live Project. According to Selenium’s official website (selenium.dev), Primarily Selenium is for automating web applications for testing purposes but is certainly not limited to just that. Web-based administration tasks can also be automated as well. Selenium was developed … Read more

Selenium with Java Full Course Recorded Videos

Selenium with Java Full Course Recorded Videos

Selenium with Java Full Course Recorded Videos, Java Programming for Selenium, Selenium WebDriver, TestNG for Selenium, Selenium Automation Framework, and Real-time Project. Selenium (Selenium, Java, TestNG, and Live Project) Online Training by G C Reddy 35 Classes, 70 hours of Videos. Class Notes for each Class/Video 70 hours latest private videos, and class notes for … 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

Writing Selenium Test Cases

Writing Selenium Test Cases

Writing Selenium Test Cases, Select Manual Test Cases, Selenium Test Environment Setup, and write & execute/run Selenium WebDriver Test cases. To write these Selenium Test cases I used a sample application, You too can use this application for learning/practicing Selenium Test Cases. Selenium Project Admin Interface http://gcreddy.com/project/admin/login.php User Interface http://gcreddy.com/project/ Selenium WebDriver Test Cases Prerequisites … Read more

Selenium WebDriver Methods

Selenium WebDriver Methods

Selenium WebDriver Methods, Actions on web elements, Selenium Brower commands, browser navigation commands, and commands on web elements. Element Locators – Locating/Identifying/Recognizing elements in web pages Selenium WebDriver methods – To perform actions on web elements Note: Using Element Locators and WebDriver methods we create Test steps. Selenium WebDriver API Commands i. Methods on Browser … Read more