The Automation Hub
The Automation Hub
  • Видео 38
  • Просмотров 4 877
Generate Different Reports in Cucumber BDD || New Cucumber Web Report
In this tutorial, I have explained the different reports we can generate in Cucumber BDD.
Learn:
How to generate JSON, Web HTML, JUnit Reports
Generate pretty report
Generate Cucumber Web Report (new reporting in cucumber 7.20.0)
Просмотров: 94

Видео

Tags in #Cucumber BDD Framework -Part 5
Просмотров 1082 месяца назад
In this video, I have explained different types of Tags in the Cucumber BDD framework. Cucumber tags can execute specific test cases based on marked tags in the feature file. Cucumber tags can be applied at the Feature, Scenario, and Scenario Outline levels.
DataTable (asMaps) in Cucumber - BDD Framework with Selenium. Part - 4
Просмотров 953 месяца назад
In this tutorial, we will discuss Data Tables in Cucumber. How we achieve data-driven testing using DataTables in cucumber. I explain how to get data table values as a List of Maps objects. Learn: How to create a scenario with data table values in a feature file with columns How to implement a data table in a step definition file What is DataTable Object How to get a List of Maps from DataTable
Data Tables in Cucumber - BDD Framework with Selenium - Part 3
Просмотров 1173 месяца назад
In this tutorial, we will discuss Data Tables in Cucumber. How we achieve data-driven testing using DataTables in cucumber. Learn: Test Data Tables in Cucumber Difference between Scenario Outline - Examples Keyword & Data Table Scenario Outline: 1. This uses the Example keyword to define the test data for the Scenario 2. This works for the whole test. 3. Cucumber automatically runs the complete...
Data Driven Testing in Cucumber BDD Framework with Selenium - Part 2
Просмотров 2294 месяца назад
In this tutorial, we will discuss the Cucumber BDD Framework with Data Driven Framework using the Examples keyword, Scenario Outline keywords in the Feature file, and Cucumber options. Learn: 1. How to parameterize test cases with and without Examples keyword 2. Difference between Scenario and Scenario Outline in Feature file. 3. Data-Driven Framework in Cucumber - Selenium 4. Interview Questio...
Cucumber - BDD Framework with Selenium WebDriver-Part 1
Просмотров 6944 месяца назад
This tutorial will teach about Cucumber - BDD Framework with Selenium WebDriver. Learn: 1. How to write feature files, step-definition and runner class 2. Selenium Integration with Cucumber BDD Tool 3. Test Automation Framework Using Cucumber BDD Overview How to create: 1. Feature File using Gherkin Language Keywords 2. Step Definition file using cucumber jerking annotations 3. Test Runner clas...
Selenium Interview Questions and Answers For Beginner and Experienced - Part-3 (Advanced Level)
Просмотров 3585 месяцев назад
In this tutorial, We will discuss the "Selenium WebDriver Interview Questions and Answers" Part 3. Real-time selenium interview questions: Selenium Interview Questions for Fresher and Experienced. Learn about : How to clear selenium interviews How to Prepare Interview Best Way to give answers at the time of the interview How Manual Tester Can Crack Automation QA Interview Selenium Interview Par...
Selenium Interview Question and Answer For Beginner and Experienced - Part 2 (Intermediate Level )
Просмотров 1975 месяцев назад
In this tutorial, We will discuss "Selenium WebDriver Interview Questions and Answers" Part 2. Real-time selenium interview questions: Selenium Interview Questions for Fresher and Experienced Learn about : How to clear selenium interviews How to Prepare Interview Best Way to give answers at the time of the interview How Manual Tester Can Crack Automation QA Interview
Selenium Interview Question and Answer For Beginner and Experienced - Part 1 (Basic of Selenium)
Просмотров 1987 месяцев назад
In this tutorial, We will discuss "Selenium WebDriver Interview Questions and Answers" Part 1. Real-time selenium interview questions: Selenium Interview Questions for Fresher and Experienced Learn about : How to clear selenium interviews How to Prepare Interview Best Way to give answers at the time of the interview How Manual Tester Can Crack Automation QA Interview
Difference b/w isDisplayed(), isEnabled() and isSelected() Methods - Selenium WebDriver
Просмотров 667 месяцев назад
In this tutorial, we will discuss about isDisplayed(), isEnabled() and isSelected() methods. 1. isDisplayed()- Method used to verify the presence of a web element within the web page. The method returns a “true” value if the specified web element is present on the web page and a “false” value if the web element is not present. 2. isEnabled() -Method used to verify if the web element is enabled ...
JavascriptExecutor in Selenium WebDriver|Enter input value without sendKeys|Create javascript Alerts
Просмотров 568 месяцев назад
In this tutorial, we will discuss how to perform operations using the JavascriptExceutor interface. Using JavascriptExecutor we can perform the following tasks- Click on Element Send input value without sendKeys Create javascript Alerts scroll-up-Down Highlight Element etc.
Actions Class in Selenium Web-driver || Mouse Movement || Right Click || Drag & Drop
Просмотров 738 месяцев назад
In this video, we will discuss Actions Class in Selenium. Actions class is always used for the following purposes- MouseMovement like Drag & Drop Double Click RightClick MoveToElement ClickAndHold Click ScrollToElement Keyboard Handling key Up KeyDown etc. Sysntax- Actions action = new Actions(); Using object you can use any predefined method available in the action class.
HOW TO HANDLE WINDOW POP-UP IN SELENIUM WEB DRIVER (Use getWindowHandles)
Просмотров 588 месяцев назад
HOW TO HANDLE WINDOW POP-UP IN SELENIUM WEB DRIVER (Use getWindowHandles)
How to Handle Frames in Selenium WebDriver
Просмотров 488 месяцев назад
How to Handle Frames in Selenium WebDriver
What is Explicit Wait in Selenium WebDriver
Просмотров 418 месяцев назад
What is Explicit Wait in Selenium WebDriver
What is Implicit Wait in Selenium
Просмотров 358 месяцев назад
What is Implicit Wait in Selenium
How to Handle Bootstrap DropDown in Selenium
Просмотров 488 месяцев назад
How to Handle Bootstrap DropDown in Selenium
HOW TO HANDLE DROPDOWN IN SELENIUM USING SELECT CLASS
Просмотров 488 месяцев назад
HOW TO HANDLE DROPDOWN IN SELENIUM USING SELECT CLASS
How to handle Alerts in Selenium WebDriver
Просмотров 349 месяцев назад
How to handle Alerts in Selenium WebDriver
How to take Screenshot in Selenium | Interview Question
Просмотров 70Год назад
How to take Screenshot in Selenium | Interview Question
CSS Selector in Selenium Web-driver | Create Dynamic CSS Selector
Просмотров 45Год назад
CSS Selector in Selenium Web-driver | Create Dynamic CSS Selector
Difference between Quit and Close methods |Selenium Interview Questions
Просмотров 41Год назад
Difference between Quit and Close methods |Selenium Interview Questions
XPath in Selenium | What is XPath ? | How to create XPath ? | XPath Axes
Просмотров 61Год назад
XPath in Selenium | What is XPath ? | How to create XPath ? | XPath Axes
Types of Locators in Selenium - Part 1 | ID, Name, Link Text, Partial Link Test, Tag Name, Class
Просмотров 66Год назад
Types of Locators in Selenium - Part 1 | ID, Name, Link Text, Partial Link Test, Tag Name, Class
How to install selenium web driver for java in eclipse
Просмотров 957Год назад
How to install selenium web driver for java in eclipse
How to Setup Environment Variables for Java in Windows 11
Просмотров 106Год назад
How to Setup Environment Variables for Java in Windows 11

Комментарии