Thank you so much for explaining Context Injection in simpler way. This is the foundation for any framework targeting for parallel execution. Really appreciate your efforts
@manilkapoor3 жыл бұрын
Thanks for posting it and making it so easy to understand. This is such an important concept that is the brain behind POM implementation with Specflow.
@mrudulmahajan82322 жыл бұрын
Very Very excellent and useful Video.. Explanation is also in details. I learned a lot from this video. Thank you very much Kartik.
@MiguelSolis-j5m Жыл бұрын
Excellent! Thank you very much!
@MrMontreezy3 жыл бұрын
Would this work if you run your code in parallel?
@vineethdasi3 жыл бұрын
great video!! hoping for next part soon
@kelzer12 жыл бұрын
Hi Karthik, I get a warning in the DriverHelper class when using .NET 6.0 - CS8618 "Non-nullable property 'Driver' must contain a non-null value when existing constructor." any idea why this is the case? When using .NET Core 3.1 with your solution no such warnings appear. Great video!
@anthonroythomas83262 жыл бұрын
@Karthik I'm also getting the same issue, with .Net 6 and the DriverHelper class, and it's stopping test from running. any ideas? "Non-nullable property 'Driver' must contain a non-null value when existing constructor."
@mrudulmahajan82322 жыл бұрын
@@anthonroythomas8326 I am also getting the same error. Is is resolved for you? if yes, pls help me to resolve it too.
@danieljorgehernandezrivero97853 жыл бұрын
Found the video very useful and could apply to my own project straightaway. Thanks so much!
@ExecuteAutomation3 жыл бұрын
Glad to hear mate !
@christysolomon22713 жыл бұрын
your current videos are great.The video's of 2014 is having lot of lines in the video.Not able to view the video,Can, you please help me
@likithab18843 жыл бұрын
hi karthik, there any discount coupon available for your framework development course in udemy. thak you in advance
@ExecuteAutomation3 жыл бұрын
Hi Lakitha Please use coupon code BLACK_FRIDAY_21 for discount while purchasing the course
@NS555893 жыл бұрын
Hi Sir, Thank you so much for the explanation, it was really great, Can you also show the exact execution flow of the .Net core project with the app.config file, it would be very much helpful