Selenium Fresher Interview Questions

selenium tutorial

Selenium Fresher Interview Questions Selenium Fresher Interview Questions, Interview Questions on Selenium Installation, Inspecting Elements, Locating Web Elements, and Performing actions on the Web Elements. 1. What are the benefits of Automation Testing? 2. Why should Selenium be selected as a test tool? 3. What is Selenium? What are the different Selenium components? 4. What … Read more

Write A Selenium Test Case with Multiple Verification Points

Advantages and Drawbacks of Selenium

Write A Selenium Test Case with Multiple Verification Points Write A Selenium Test Case with multiple verification points, Select Manual test case, Inspect HTML elements, get unique locators for elements, perform actions on the web elements using Selenium WebDriver methods, and enhance the test case using Java programming. Manual Test Case: Verify page redirecting functionality … Read more

Writing a Selenium Test Case

Advantages and Drawbacks of Selenium

Writing a Selenium Test Case with Exception Handling Code Writing a Selenium Test Case, Inspect HTML elements, locate elements in Selenium, perform actions on the elements using Selenium WebDriver methods. Manual Test Case:  Test Case Name: Verify Admin Login in gcrShop admin interface login page Test Case ID: GC_Adm_TC001 Test Steps:  i. Launch Browser ii. … Read more

Selenium Worst Practices

selenium tutorial

Worst Practices of Automated Testing using Selenium Worst Practices of Test Automation using Selenium Selenium automates browsers, that’s it!, Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. Selenium Worst Practices, Automating Captcha fields, … Read more

Use of Programming for Selenium

Programming for Selenium

Programming Knowledge for Software Testing: Conducting Software Testing: Software Testing can be conducted in two ways, 1) Manual Testing, and 2) Automated Testing or Test Automation. No programming knowledge is required for Manual Testing, but for Automated Testing, especially for Functional Automated Testing. For Functional Test Automation we use different tools like UFT, Selenium, RFT, … Read more

3. Selenium Test Process

selenium video tutorial

Phase of Selenium Test Process 1) Test Planning2) Generate Basic Tests/Test Cases3) Enhance Test Cases4) Run & Debug Test Cases5) Analyze Test Result and Report Defects 1) Test Planning in Selenium Test Process Get Environment (UI Design and Database) details from Development team Analyze the AUT (Application Under Test) in terms of Object identification/Element identification … Read more

1. Introduction to Selenium

selenium tutorial

Introduction to Selenium Introduction to Selenium Automated Testing, Operating Systems supported by Selenium, Browsers supported by Selenium and Programming platforms supported by Selenium. Selenium Versions Information, Selenium License Objective and Software Components used for Selenium Testing. Note: Official website of Selenium is https://www.seleniumhq.org/, We can download Selenium Software from this website and get Selenium Documentation. … Read more

Selenium Online Training Video 4

Video 4 – Java Comments, Modifiers, Data Types, Variables and Operators Java Programming for Selenium 1) Java Comments2) Java Modifiers3) Java Data Types4) Java Variables5) Java Operators 1) Java Comments Comments are English words used for Code Documentation Purpose of Comments: To make the Code Readable To make the code disable the code from Execution … Read more

How To Learn Selenium?

Learn Selenium… 1) What is Selenium? 2) Prerequisites for Selenium Testing 3) Select Selenium Tools and Others for Automated Testing 4) Java for Selenium 5) Selenium WebDriver, Selenium Grid 6) TestNG Testing Framework 7) Maven, Jenkins, and Others 8) Selenium Automation Framework ————————————————– 1) What is Selenium? > Selenium is a suite of Software Tools … Read more

Selenium Test Life Cycle

Selenium Test Life Cycle Selenium Test Process / Selenium Test Life Cycle Phases: i) Planning ii) Generate Basic Tests/Test Cases iii) Enhance Tests iv) Run & Debug Tests v) Analyze Test Results and Report Defects —————————————– Software Test Process / Software Test Life Cycle Phases in STLC: i) Test Planning ii) Test Design iii) Test … Read more