Part 5: What is the purpose of Action Driver class in Framework ? | Complete setup step by step

  Рет қаралды 615

Automation Testing Insider

Automation Testing Insider

Күн бұрын

Пікірлер: 8
@eyeopener8858
@eyeopener8858 14 күн бұрын
Thank you for creating this channel!
@RekhaMunagala
@RekhaMunagala 3 күн бұрын
Why can't we extend the base class and use the driver from base class in action driver class? Could you please explain.
@AutomationTestingInsider
@AutomationTestingInsider 3 күн бұрын
If ActionDriver extends BaseClass, it mixes responsibilities, creates thread-safety issues in parallel tests, and makes the framework less reusable. Instead, use BaseClass for WebDriver setup and pass the driver to ActionDriver for actions, ensuring clean design and thread safety.
@RekhaMunagala
@RekhaMunagala 3 күн бұрын
@@AutomationTestingInsider \ Thanks for the response. got it.
@sekharreddy3236
@sekharreddy3236 13 күн бұрын
The methods in base class and action class where exactly we use. Can you pls share the frame work and files, I want to try exactly same on my system. Thanks
@AutomationTestingInsider
@AutomationTestingInsider 13 күн бұрын
Please follow the videos from part 1 so that you can understand the concept step by step.
@eyeopener8858
@eyeopener8858 13 күн бұрын
Sir: Can you explain "By by" -> public void enterText(By by, String value) { : where is "BY by" defined or coming from? This part is confusing,
@AutomationTestingInsider
@AutomationTestingInsider 13 күн бұрын
By is a class ..and by is a variable.. we use it for locating the element. We can write like by.id or by.xpath or by.name to locate elements. You will understand better when you watch the page object model video which is the next video. From page classes we call all these action methods.
Part 4: Create testing.xml file and BaseClas code refactoring
29:12
Automation Testing Insider
Рет қаралды 635
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,5 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Part 6: Page Object Model in Framework | LoginPage and HomePage class creation
48:22
Performance Testing Mock Interview | JMeter Questions | Veda technologies
28:37
ServiceNow by Veda Technologies
Рет қаралды 516
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,7 МЛН
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 44 МЛН
Part 8: Singleton Design Pattern in Selenium WebDriver Framework
26:31
Automation Testing Insider
Рет қаралды 382
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 912 М.
5 Types of Testing Software Every Developer Needs to Know!
6:24