Parallel testing in Cucumber step by step

  Рет қаралды 38,775

Specialize Automation

Specialize Automation

Күн бұрын

Пікірлер: 39
@ankurraj7709
@ankurraj7709 3 жыл бұрын
Thanks, it was helpful.
@rajukarmakar6101
@rajukarmakar6101 4 жыл бұрын
The stuff you are explaining is pretty good, but according to me it would be far better if you can slow down your explanation. Thankyou for the video
@amitdhanke4013
@amitdhanke4013 6 жыл бұрын
hi i have one runner file and one scenario file that scenario file having multiple tags so i mention all tags into the runner by tags={"@1","@2","@so ans so"} but it is not running github.com/webdriverio/cucumber-boilerplate/issues/207
@SpecializeAutomation
@SpecializeAutomation 6 жыл бұрын
Check my new video for auto generate runner class I'm using multiple tag and running in parallel, for scenario level, It was working for the earlier version, for latest version, it won't work, please find the changes in latest version. --tags @dev stays the same --tags ~@dev becomes --tags 'not @dev' --tags @foo,@bar becomes --tags '@foo or @bar' --tags @foo --tags @bar becomes --tags '@foo and bar' --tags ~@foo --tags @bar,@zap becomes --tags 'not @foo and (@bar or @zap)'
@akhilaabraham9379
@akhilaabraham9379 4 жыл бұрын
Hi, I have a feature file with 1 scenario. I want to run the same scenario in chrome and firefox parallelly. Is it possible? How do we achieve that?
@ashuaswini8877
@ashuaswini8877 6 жыл бұрын
Hi , i have created 2 runner files and using extent reports for generating reports. Inside before tag i have used createTest method but if i use 2 runner classes how can i mention it in before tag because when i try to execute it it will always take feature file from 1st runner class and directly it is executing before tag. so, createtest method is failing please help me how to resolve this issue
@ramana9525
@ramana9525 6 жыл бұрын
hi, how to run the one feature file with three browsers sequentially? in this video i have observed you mentioned, three different feature files and in each feature file you have taken one browser . Can you please make a video that there must be a one feature file and three different browsers will run inorder .
@SpecializeAutomation
@SpecializeAutomation 6 жыл бұрын
Simply create the runner class for different browser and select three runner, and run those, it will execute one by one.
@diwakarkumar2758
@diwakarkumar2758 4 жыл бұрын
If I have to run my scenario as parallel instead of feature how to achieve
@debarnabbanerjee7583
@debarnabbanerjee7583 6 жыл бұрын
Hey Aditya, Thanks for such informative tutorial. I am also planning to implement cucumber with parallel running in my project and till now I could generate seperate json reports for individual runner classes. But I was wondering how to club the json reports into one so that I can get the final html reports containing all the features. Can you please help me with it?Thanks
@debarnabbanerjee7583
@debarnabbanerjee7583 6 жыл бұрын
I need to do this merging of html reports during runtime.
@puneetgupta5622
@puneetgupta5622 4 жыл бұрын
Hey, did u tried merging the reports. Any luck ?
@manikantan2457
@manikantan2457 4 жыл бұрын
Hi , Kindly make a video on Parallel Testing for Feature Files based on Tags for BDD Framework with Appium..
@keshavdwivedi5192
@keshavdwivedi5192 7 жыл бұрын
Hi aditya, I have a scenario and in my scenario I have to test two sections of the application i.e signup and login so should I keep one runner file or should I keep two runner files separately for both the sections of my application please advice which approach would be better?
@SpecializeAutomation
@SpecializeAutomation 7 жыл бұрын
Sorry for late reply, as was away for few days, okay, first of all I would like to have one runner class only, where I can mention individual feature file or tag also , then why we need a separate one, we can omit any feature or tag we don't wanna run. If we speak for more granularity, maintaining step defs for each feature files, we're already achieving it. Now depends on requirement, you can create separate separate runner class also only when you have lots of feature files or huge set of functionalities to validate, to make things more maintainable.
@keshavdwivedi5192
@keshavdwivedi5192 7 жыл бұрын
Specialize Automation thank you so much aditya for clearing my doubts and as per your suggestion from now on I will maintain only one runner class so that it will lead to more simpler code and further if we have to execute one set of scenarios from a particular feature file then we can also make use of tags
@SpecializeAutomation
@SpecializeAutomation 7 жыл бұрын
Welcome, let me know if you stuck anywhere, and I'm replying your mail about reporting issues.
@Ashokkumarg8
@Ashokkumarg8 6 жыл бұрын
Hi, How it differs from Cucable plugin?
@nandiniarumugam9772
@nandiniarumugam9772 6 жыл бұрын
Hai, can you make a video on built automation, like if a Dev team member commit a change the automation testing must run automatically.
@SpecializeAutomation
@SpecializeAutomation 6 жыл бұрын
+Nandini Arumugam We can do it by triggering the build through jenkins. Okay, I will keep that in mind :)
@nandiniarumugam9772
@nandiniarumugam9772 6 жыл бұрын
Specialize Automation Thanks a lot. I tried it in local and it works fine but when it comes to server side integration I'm facing many problems. Thought of getting help from you. I'm waiting for your amazing video
@srinivastrully3789
@srinivastrully3789 5 жыл бұрын
actual stuff starts @11.45
@zeinepmuratbekova2661
@zeinepmuratbekova2661 6 жыл бұрын
Hi, for some reason it is giving me maven dependencies exception, where i can find your pom.xml file? to see the structure
@SpecializeAutomation
@SpecializeAutomation 6 жыл бұрын
Check my GitHub link shared in my profile, u will get Cucumber tutorial part related all things over there.
@anandchaurasia9062
@anandchaurasia9062 7 жыл бұрын
Hi, I am not getting run option on right click on pom.xml file please help..
@SpecializeAutomation
@SpecializeAutomation 7 жыл бұрын
Anand Chaurasia Make sure you have done configuring maven properly then only it shouldn't happen. If still issue persists then share me the screenshots and error log if any, you are getting. Mail to: aditya.qa14@gmail.com
@anandchaurasia9062
@anandchaurasia9062 7 жыл бұрын
Aditya, as you showed in video right click on pom.xml you are getting run as option but I am not getting it at all. I am using intellij
@SpecializeAutomation
@SpecializeAutomation 7 жыл бұрын
Anand Chaurasia I would suggest if you can getting the option Add as a maven project after right click on that Pom.xml file. You can also refer the below thread, stackoverflow.com/questions/12304177/intellij-right-click-on-a-test-does-not-present-a-run-option
@anandchaurasia9062
@anandchaurasia9062 7 жыл бұрын
Ok Aditya I will try tomorrow..thanks
@SalimKocabas
@SalimKocabas 3 жыл бұрын
I could not catch what you say. Too fast narration.
@bharathk859
@bharathk859 6 жыл бұрын
could you please share this project
@prakashpohi7314
@prakashpohi7314 5 жыл бұрын
please provide the git repo details
@chivalrous_chevy1163
@chivalrous_chevy1163 7 жыл бұрын
Hello. Sorry for my bad english.
@survivorfighter4683
@survivorfighter4683 4 жыл бұрын
Slow down man! It is almost impossible to understand what you are saying
@MrShynedagod
@MrShynedagod 4 жыл бұрын
Slow down man!! Buy a better mic.
@AK-em7md
@AK-em7md 4 жыл бұрын
poor explanation and communication, simple thing made it complicated
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 34 МЛН
Это было очень близко...
00:10
Аришнев
Рет қаралды 5 МЛН
How to Execute the Feature File in Parallel Using Cucumber
29:21
Automation Fraternity - "The DevOpsClub" Entity
Рет қаралды 25 М.
10 | Cucumber Tutorial | Parallel Execution Using JUnit and Maven Plugins
15:32
Cucumber 4 Test Runner and running scenarios in parallel
9:52
Execute Automation
Рет қаралды 20 М.
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 41 МЛН
Rerun Failed Scenarios in Cucumber Different Ways
12:16
Specialize Automation
Рет қаралды 21 М.
Selenium Grid set up in Docker Step by Step | Parallel testing using Docker
20:29
Lecture17: Parallel Execution using TestNG || BDD Cucumber
7:00
PrinceAutomationDestination
Рет қаралды 3,2 М.