Login

Lost your password?
Don't have an account? Sign Up

Part 1: Selenium with Java+Cucumber(BDD) Framework Development from Scratch

#cucumber #bddframework #seleniumwithjava

https://www.educational.guru

22 comments

  1. Ksdnsd Kumar

    @01:37 Creating a Maven Project
    @03:02 Adding dependencies to pom.xml
    @06:50 Creating Feature folder
    @07:05 Creating PageObjects package
    @07:34 Creating stepDefinition package
    @07:51 Creating Utility package
    @08:00 Creating Drivers folder
    @08:46 Copying browser drivers into Drivers folders
    @12:06 Creating feature file
    @12:23 Writing a scenario with Gherkin syntax with parameters
    @15:00 Creating page object class
    @19:35 Creating StepDefinition class
    @26:26 Changing parameters inside StepDefinition class
    @27:52 Creating WebDriver object inside StepDefinition class
    @28:15 Creating object for page object class inside StepDefinition class
    @29:04 Instantiate object of page object class inside StepDefinition class
    @29:40 | @50:50 Configuring the browser driver path inside StepDefinition class
    @32:23 Using get() method inside StepDefinition class
    @33:07 Calling credentials methods of page object class into StepDefinition class using parameters
    @35:21 Validating login page inside StepDefinition class using parameters and assertions
    @37:58 Calling logout method from page object class into StepDefinition class
    @39:33 Calling closing the browser method from page object class into StepDefinition class
    @41:05 Creating TestRunner package and its class.
    @47:51 Running the TestRunner class as Junit
    @48:34 Adding monochrome to TestRunner class and running as Junit
    @51:46 Viewing reports.
    @53:08 Data driven in Cucumber by adding one more scenario into feature file
    @57:13 Running the TestRunner class as Junit
    01:01:42 Viewing reports.

  2. It’s Me Suresh

    Hi Pavan,
    Thanks for the videos. Do you share the documents used in the video with us or is it proprietary? If it isn’t, could you please share the same here in comments section?

  3. Venkatesh balakrishnan

    pls provide prerequisites for watching this video. I am in the middle stage of learning selenium. I couldn’t understand what is annotations, page objects kind of things because I did not watch those videos, please provide path(order) for following your videos sir. your content is awesome by the way!

    1. Trupti Desai

      Hello Meena, can you help me with one thing. After performing exactly this way m getting error as this.driver is null instead of declaring it as public. It only works aftr declaring it as static in stepdefinitions. Can you plz help me with this

  4. Sarjerao Sandbhor

    Hello,
    Very good and useful.
    Is it possible to use “Python” language with “Karate” Framework for UI & API Automation ?
    If yes, can you please create setup videos using Karate Framework using Python language in PyCharm.
    Thanks.

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*