Selenium Tester Job Responsibilities

Selenium Tester Job Responsibilities

Selenium Tester Job Responsibilities, Selenium Test Environment Setup, Inspect HTML Elements, Implement Automation Framework, and Write Selenium Test Cases. Software Testing (Manual and Automated) Tutorials 1. Manual Testing Tutorial (Document/Text) Manual Testing Tutorial (Video) 2. Selenium Tutorial (Document/Text) Selenium Tutorial (Video) 3. UFT/QTP Tutorial (Document/Text) UFT/QTP Tutorial (Video) 4. Apache JMeter Tutorial (Document/Text) Apache JMeter … Read more

Selenium Training Videos

Selenium Training Videos

Selenium Training Videos on Selenium Fundamentals, Test Automation Fundamentals, Java Programming for Selenium, and Design & Implement Automation Framework. Selenium, Java, TestNG, and Project Latest Notes Selenium Training Videos Selenium Training Videos, Introduction module,  Selenium Syllabus Selenium WebDriver Fundamentals, Inspecting Elements, Locating Elements, Actions on Web Elements, POM, and Writing Selenium Test Cases. Java for … Read more

Automation Test Estimation

Automation Test Estimation

Automation Test Estimation, Automated Testing using UFT or Selenium, Test Estimation Techniques, and Automation Test Plan Preparation. Automation Estimation and Analysis Approach (2 types) • Functionality based (one to many) • Scripts (Test case) based(one to one) Should attend (take) Knowledge Transfer session on the given task Automation Process 2 Stages First stage a. Analyzing … Read more

Abstraction in Java

Abstraction in Java

Abstraction in Java, Java Object-Oriented Programming, Abstract Class, Abstract Methods, Java Interfaces, and Inheriting Abstract classes. Java Abstraction Four principles of Java object-oriented program, 1. Inheritance 2. Polymorphism 3. Abstraction 4. Encapsulation Java Object-Oriented Programming – Abstraction Abstraction is a Process of hiding implementation details and showing only functionality to the user. Two types of Methods … Read more

Software Testing Resume

Software Testing Resume

Software Tester Resume Software Testing Fresher CV, Manual Testing Sample Resume, Automated Tester Sample Resumes, Software Test Lead/Test Manager Sample Resume, Database Tester Resume, Performance Tester Resume, Business Analyst Resume, and Mobile Tester Resume. Resume Preparation Guidelines, Project, and other info. Important Elements in Information Technology Resumes are, i. Career Objective ii. Professional Summary / … Read more

Software Testing Interview Questions and Answers

Software Testing Interview Questions and Answers

Software Testing Interview Questions and Answers, Manual Testing Interview Questions, Automated Testing Interview Questions, Selenium Interview Questions, UFT/QTP Interview Questions, SQL Interview Questions, Java Interview Questions, Python Interview Questions, Mobile Testing Interview Questions and Certifications. Software Testing Real Time Interview Questions (Real Time Interview Questions on Software Test Planning, Software Development Life Cycle, SDLC Models, … 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

TestNG Framework for Selenium

TestNG Framework for Selenium

TestNG Framework for Selenium. Install TestNG in Eclipse IDE, add TestNG library to Selenium WebDriver, create & execute TestNG Test cases. TestNG Framework for Selenium, What is TestNG?, TestNG Annotations, TestNG Test Cases, TestNG Assert Methods, and TestNG Result Reporting. TestNG Framework Tutorial TestNG is designed to cover all categories of tests: Unit, Functional, End-to-end, … 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