- Видео 38
- Просмотров 4 877
The Automation Hub
Индия
Добавлен 6 июн 2023
Hi Guys, Myself Akanksha - Have been working as a QA/Automation Engineer. If you are a manual tester and want to move to Automation then you landed on the right channel.
I have uploaded videos on my channel on Automation tools which include Selenium Webdriver for now. I will make many videos in the future related to Selenium, Java, TestNG, BDD, SoapUI, etc.
Kindly share this channel with your friends and help them as well.
Disclaimer:- This channel I DOSE NOT Promoted or erencourages any illegal activities and all content provided by this channel is meant for
EDUCATION PURPOSE only
Copy right Disclaimer:- Under section 107 of tha copyright Act 1976, allowance is made for FAIR USE for purpose such a as criticism, comment, new reporting, teaching, scholarship and research. Fair use is a use permitted by copyright status that might otherwise be in fringing.Nonprofit, educational or personal use tips the balance in favor of FAIR USE
I have uploaded videos on my channel on Automation tools which include Selenium Webdriver for now. I will make many videos in the future related to Selenium, Java, TestNG, BDD, SoapUI, etc.
Kindly share this channel with your friends and help them as well.
Disclaimer:- This channel I DOSE NOT Promoted or erencourages any illegal activities and all content provided by this channel is meant for
EDUCATION PURPOSE only
Copy right Disclaimer:- Under section 107 of tha copyright Act 1976, allowance is made for FAIR USE for purpose such a as criticism, comment, new reporting, teaching, scholarship and research. Fair use is a use permitted by copyright status that might otherwise be in fringing.Nonprofit, educational or personal use tips the balance in favor of FAIR USE
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)
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
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
very good madam , well explained we can also use {string} in the place of regular expression like this @When("user enter username {string} and password {string}") public void user_enter_username_and_password(String username,String password) { login.enterUserPassrord(username,password);
Yes …In latest version we can use string instead of regular expression also. Thanks for mentioning this.
Maa'm can u please share all the interview Q/A PDF please its a humble request to u.....
Sure , I will share asap…thanks ..keep watching 😊
Hi Gaurav .. Please check descriptions, I added link there to download pdf.
make videos on core java also maa'm
Yeah…I am planning to make tutorial on core java too… soon you will see videos related to core java
Thank you 🙏🏻
Nicee
Good explanation
Keep watching
👍👍
Excellent explanation. Thank you so much
Glad it was helpful!
👍👍
Good👍
Thanks
good
Thanks
@selenium_world_with_aksh please share notes it will useful for everyone who preparing for interviews
Sure, I will share notes too. Thanks for letting me know.😊👍
Please check descriptions…I added pdf to download.
Very Helpful video, where can i download this notes from .?
Don’t worry.I will add in description..😊
@@Selenium_World_with_Aksh-jp8ly Thank you.
Please goto descriptions of tutorial…I added link to download pdf.
great video.... keep it up
Thanks, will do!
Superb आकांशा
👍👍
👍👍
👍👍
Good knowledge 👍
👍👍