#7 - What is

  Рет қаралды 46,414

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 43
@jeyhunaliyev1765
@jeyhunaliyev1765 4 жыл бұрын
always learning something new in Naveens Channel. this guy is not only teaching us tools, programming, framework and so on he is sending us a message on the background how to be a passionate about what we are trying to achieve
@nestravels
@nestravels 2 жыл бұрын
so grateful to have your channel! Thank you for all your efforts Naveen :)
@Poornima_K03
@Poornima_K03 4 жыл бұрын
Thank you for showing about the "Background" Keyword.Easy to understand.
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
You are welcome!
@balchandsancheti8609
@balchandsancheti8609 29 күн бұрын
​@@naveenautomationlabsyu by huh u h u hjj me ugg gy
@subhashreesahoo2233
@subhashreesahoo2233 4 жыл бұрын
Thank u... For your help.. Understand cucumber easily.. Just no words
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Most welcome 😊
@kiransingh8239
@kiransingh8239 2 жыл бұрын
Too good explanation ,thanks a lot for this Naveen
@user-yb2fc1ur6g
@user-yb2fc1ur6g 4 жыл бұрын
Continuously watching playlist...thanq for easy explanation 🙏
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Most welcome 😊
@ptharunkumar2509
@ptharunkumar2509 4 жыл бұрын
It was nice and clear explanation makes me to watch further 👌
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Glad it was helpful!
@jinijose8733
@jinijose8733 4 жыл бұрын
Hi Sir, Thank you so much for your wonderful teachings.
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
You are most welcome
@KuldeepKumar-et2vc
@KuldeepKumar-et2vc 3 жыл бұрын
Thanks for sharing the Background concept, I have one query that how 'Maven' identifies which 'TestRunner' file it needs to execute (in case there are more than one files present)
@SumitKarmakar
@SumitKarmakar 3 жыл бұрын
Thanks for putting so much effort into educating us.
@RohitTater
@RohitTater 8 ай бұрын
Should we use cucumber feature file or excel file to save testing data??
@reikoxan
@reikoxan 2 жыл бұрын
Trying to figure out how to write Gherkin tests at work and looking at the best practices for gherkin. This was confusing because i didnt see how their examples would fit into automation code. It would always be Given user is on the product page When ... Then... I was thinking how does the user get to the product page when they have to login and do some navigating which was contradicting cucumber implementaion where you have a method that would be re-used over and over but in this example you would have to write out a new method for the user to login and navigate to the product page. Now i can use background to call methods @Given @When @Then to get me to the product page re-using previous code. This tutorial cleared all that up for me thank you.
@venkig4052
@venkig4052 3 жыл бұрын
How to ignore Background logic to one of the scenario in feature file?
@NsquareRvideos
@NsquareRvideos Жыл бұрын
did you got the answer
@socialmedia434
@socialmedia434 4 жыл бұрын
hi Naveen, @Naveen AutomationLabs in the above background there is "Given When And Then", in the scenario there is "When and Then". So in the final scenario we have "Given When Then And When Then" , my question is can "When" come after "Then"?
@KarthikJambagi
@KarthikJambagi Жыл бұрын
Hi Naveen, On using the background feature, the basic steps are executing fine but when the actual step of the scenario comes, the browser opens twice. So pls suggest how to overcome it.
@socialmedia434
@socialmedia434 4 жыл бұрын
Hi Naveen, should we maintain a separate TestRunner file for each feature file? or can we use one TestRunner file for multiple feature files?
@automationtesting1332
@automationtesting1332 3 жыл бұрын
I dont want to create multiple runner classes for each and every Feature. Can I directly run my Feature file through Maven commands without creating Runner class?
@waahresindhiyon4689
@waahresindhiyon4689 3 жыл бұрын
Thanks Naveen for this beautiful content but I have a small question? Suppose I write background steps for a particular feature file will they also be applicable for other feature files if same goes for step definitions as well? Can you please help me with this
@sridhar6358
@sridhar6358 3 жыл бұрын
test-output folder is not getting generated for me in my cucumber project can you tell me what could be the reason for it
@govardhanreddy5949
@govardhanreddy5949 4 жыл бұрын
Can we run the background steps with the combination of tags ?If we can run it then the the tags should be written before background keyword?
@satyaguddu508
@satyaguddu508 3 жыл бұрын
Hello Naveen, is there way to skip background for specific scenario inside a feature file which contains 5 scenarios. for 4 scenarios I need background and for one i don't need it. First of all is this possible or not. If possible is it best practices or not?
@sanjaysabane2683
@sanjaysabane2683 2 жыл бұрын
nice thank you 👍😊
@sweetthirty2
@sweetthirty2 3 жыл бұрын
Hi naveen what happens if our background fails?? Do we get any error for this
@danabawar5372
@danabawar5372 4 жыл бұрын
Naveen your really good, but when you explain an issue and before the explanation, you give us real Exp it is super good like in this video. I know most of your topics have real Exp but some of them not, please start with Exp then jump to the technology. I really Appreciated you Naveen for the hard work you do.
@rutujaubhate6902
@rutujaubhate6902 3 жыл бұрын
Thank you sir for wonderful teaching....have one doubt,I have multiple environments on which I need to perform some tests. Each environment has its own set of urls and credentials to log in. Can we do that in background concept??
@pranitachikorde603
@pranitachikorde603 3 жыл бұрын
What if I want to call background only for some scenarios? Could you please help
@jainshilpi3
@jainshilpi3 2 жыл бұрын
Hi naveen,could you please share link of this git repository
@yashuy3279
@yashuy3279 2 жыл бұрын
Thank you Sir 🙂
@panipraneeth7774
@panipraneeth7774 4 жыл бұрын
Hi Naveen Sir, I have one doubt Suppose my project consists of 5 feature files and in each feature file 2 scenarios created. In Background section i have added my Login steps in all the 5 features files.It is not the good practice to do.Kindly provide me the solution to run login steps at once against each feature
@amruta_pawar
@amruta_pawar 4 жыл бұрын
You can use cucumber hooks. Write your login implementation in @Before tag.
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
will cover this part in hooks.
@garimachauhan2822
@garimachauhan2822 3 жыл бұрын
How to make Background data driven
@ahmettemel8245
@ahmettemel8245 2 жыл бұрын
thank you
@prosperg186
@prosperg186 3 жыл бұрын
I am amazed at the creator of this programming language. Instead of using the keyword 'background', a keyword of perhaps 'repeat' could have been used instead? It's hard to remember these keywords! So foolish.
@ashwinisadhu2946
@ashwinisadhu2946 4 жыл бұрын
Waiting for selenium with java
@sathishyadav6517
@sathishyadav6517 2 жыл бұрын
Thank you
#8 - Hooks in #Cucumber (Before/After Hooks in Cucumber)
19:05
Naveen AutomationLabs
Рет қаралды 62 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
#4 - Cucumber Feature File mapping with Step Definition - Important Tips
16:21
Naveen AutomationLabs
Рет қаралды 117 М.
Dynamic XPath in Selenium  using Different Approaches
28:12
Mukesh otwani
Рет қаралды 300 М.
What are Hooks in Cucumber? || Implement Hooks in Cucumber Test - Part 7
19:25
Naveen AutomationLabs
Рет қаралды 94 М.
#10 - DataTable (asLists) in Cucumber BDD (Part 1) - Latest 2021
11:15
Naveen AutomationLabs
Рет қаралды 50 М.
#6 - Tags in #Cucumber BDD Framework (Latest)
14:49
Naveen AutomationLabs
Рет қаралды 51 М.
top 25 mostly asked Cucumber Interview Question and Answer |Cucumber BDD Framework FAQ's
13:25
P17 - Implicit Wait Timeout in Selenium WebDriver | తెలుగు |
20:48
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН