Cucumber framework | 04 | Property File Configuration | Tamil

Having the hardcoded values inside your code is a very bad practice. So in this video, we will be using a Properties file to get all our variables.
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

Пікірлер: 20

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

    Thank you so much for detailed information... it really makes to understand from very basic..

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

    Hi Brother your teaching is Awesome

  • @soundarrajans9032
    @soundarrajans90322 жыл бұрын

    First of all thanks anna, 11:45 --string variable use panna ena nadakum & constant ah use panna ena nadakum? what it is the different?-- ena disadvantage aala namma constant class create panni use pandrom anna?

  • @Humanity__5644
    @Humanity__56442 жыл бұрын

    anna am wathing this 4 th vedio , anna instead of save this file we can directly set all the values as string in constant class right? ,becz 1.we are assigning all details in property file 2. then we read and call to commonUtils , 3. then again we assigning all get value to constants class as static String...

  • @Mohan-sj4fz
    @Mohan-sj4fz Жыл бұрын

    Hi! Sir, What if end user enter chrome in uppercase, we have used switch case in stepdefinitions, is there any possible way to ignorecase in switch case method, is there any other method...

  • @LearnAutomationOnline

    @LearnAutomationOnline

    Жыл бұрын

    Before sending it to condition checking, convert it to either lower or upper case.

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

    Why we create const file instead of this we can create variable in the config file

  • @Saifullah-en8wj
    @Saifullah-en8wj3 жыл бұрын

    Hello anna ..if i'm applying for any job ...many IT companies are Ask me the Certification or Experience letter What should i do?

  • @sarathr4495

    @sarathr4495

    Жыл бұрын

    To istqb certification

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

    Hi sir, package name contains "com.lao.runner" why we wrote "lao", lao means ? please expalin sir

  • @LearnAutomationOnline

    @LearnAutomationOnline

    Жыл бұрын

    In the early videos of selenium, I would have explained this. Usually the package names start with com. Company name, lao is learn automation online

  • @poojauday423
    @poojauday4233 жыл бұрын

    Hi ji...cypress tutorial podunga ....

  • @LearnAutomationOnline

    @LearnAutomationOnline

    3 жыл бұрын

    Im focusing more on java based stuff. later on will create tutorials for javascript based

  • @ghgfybc
    @ghgfybc3 жыл бұрын

    Plz put cucumber with extend reports 5.0

  • @LearnAutomationOnline

    @LearnAutomationOnline

    3 жыл бұрын

    Extent report will be covered under reporting section

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

    Nice Explanation brother .. On doubt .. As we can use the APP_URL, Browser,Username ect.. from the "CommonUtils" class itself Why we are using creating "Constants" class and retrieving data from there? Can you please clarify Thanks

  • @LearnAutomationOnline

    @LearnAutomationOnline

    Жыл бұрын

    Meaningful segmentation. We can keep it wherever, but if someone sees a class named constant, it will be helpful

  • @gowthamshanthi3368

    @gowthamshanthi3368

    Жыл бұрын

    @@LearnAutomationOnline Got it brother.. Thanks for the clarification

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

    java.lang.NullPointerException: Cannot invoke "String.hashCode()" because "com.lao.constants.Constants.BROWSER" is null at com.lao.step.definitions.common_step_def.launchbrowser(common_step_def.java:32)

  • @LearnAutomationOnline

    @LearnAutomationOnline

    Жыл бұрын

    Read the exception clearly. First have an understanding on the exceptions. Refer my Playlist tab for exception video. I have explained how to rectify these exceptions