Cucumber framework | 05 | Let's keep our files under resources folder | Tamil

Keeping the properties files and the other files needed for the test execution under the resources directory is the best practice when using Maven.
In this video, we will learn how to modify our code to read the config file from under resources directory.
Support by donating:
---------------------------------
Google pay UPI Id: arulprasath36@okicici
Name: Arulprasath
Email: arulprasath36@gmail.com
You can watch my other tutorials
------------------------------------------------------
1)Selenium basics: bit.ly/2XtOt1F

2)Selenium Advanced: bit.ly/2WYieZe

3)TestNG Absolute Beginner Guide: bit.ly/2N6xgaM

4)Data-driven framework: bit.ly/2WVjSFT

5)Page Object Model: bit.ly/2IAXJZR

6)How to write XPath on our own: bit.ly/2KwMLql

7)Must know Java concepts for Selenium: bit.ly/31Ro7G8

8)Selenium Interview Questions: bit.ly/2N6xu1F

9)Java for Selenium Automation: bit.ly/2IylOAh

10)Maven beginner guide: bit.ly/2Rsigm0

11)Github Absolute beginner Guide: bit.ly/2Kxdzqj

12)REST Web services beginner guide: bit.ly/2N69rQq

13)Cucumber absolute beginner guide: bit.ly/2X0lSBB

14)Acceptance Testing (Fitnesse) beginner guide: bit.ly/2Y6oE55

15)Jenkins beginner guide: bit.ly/2X39fGb

16) Jmeter beginner tutorials: bit.ly/32achqW

17) Java programs for Interview: bit.ly/3AZ5u4M
18) Frequently Asked Interview questions for testers: bit.ly/3xFfyhm
19) Agile beginner tutorials: bit.ly/3khmT2z
20) Jira beginner tutorials : bit.ly/2TZLE97
21) Rest Assured beginner tutorials: bit.ly/3i4lpGw
22) Selenium Exceptions: bit.ly/36BpYCS

Пікірлер: 12

  • @gowthamshanthi3368
    @gowthamshanthi3368 Жыл бұрын

    Easily Understandable 👍

  • @herrlich9230
    @herrlich9230 Жыл бұрын

    I have been told to create a framework using cucumber from scratch in my company so that it can be used in any projects. And thanks for these videos bro..this really helps to do that.

  • @KK-qb5jr
    @KK-qb5jr3 жыл бұрын

    Thanks for the video Arul'na... Thank you So much Anna..

  • @itzdevaraj
    @itzdevaraj3 жыл бұрын

    Thankyou

  • @vaishnavipriyar52
    @vaishnavipriyar523 жыл бұрын

    Thankyou anna.

  • @learneverything4875
    @learneverything48752 жыл бұрын

    Hi Brother your teaching is Awesome

  • @vasanthanR
    @vasanthanR Жыл бұрын

    getResourceAsStream change panathala browser lauch akala

  • @shameemaishack6816
    @shameemaishack68163 жыл бұрын

    nice waiting for next video

  • @nithiyasrirengarajan2682
    @nithiyasrirengarajan26822 жыл бұрын

    Thalaivare enakku instream parameter is null nu varuthu property file folder kula move panna 😭

  • @LifeLessionsAcademy
    @LifeLessionsAcademy2 жыл бұрын

    for me when i was trying to read using this properties.load(getClass().getResourceAsStream("config.properties")); i was getting null. i tried this then chrome browser launched.properties.load(getClass().getClassLoader().getResourceAsStream("config.properties"));. thank you so much for this series.really helpful

  • @sankaranarayanan5700
    @sankaranarayanan57003 жыл бұрын

    Eagerly waiting for the log4J video, good work

  • @anrishaprisha4986
    @anrishaprisha49862 жыл бұрын

    I have created log4j file but when I run this I got empty log file