Selenium For Beginners
Subscribe
Sign in
Home
Assertions
Page Factory
Waits
Page Class
Tests
Java
Locators
Selenium
eBooks
Full Selenium Project
Archive
About
Latest
Top
Discussions
How long will this automated test take to be implemented?
Estimation of the effort involved is something that should be well done.
Feb 6
•
Alex Siminiuc
2
Share this post
Selenium For Beginners
How long will this automated test take to be implemented?
Copy link
Facebook
Email
Notes
More
January 2025
Do not use a boolean parameter for a page method
This is one of things that I see over and over in Selenium code of beginners.
Jan 29
•
Alex Siminiuc
1
Share this post
Selenium For Beginners
Do not use a boolean parameter for a page method
Copy link
Facebook
Email
Notes
More
Is your page method doing too much?
Let’s use the following method for this discussion:
Jan 27
•
Alex Siminiuc
2
Share this post
Selenium For Beginners
Is your page method doing too much?
Copy link
Facebook
Email
Notes
More
Do not use Object as type
One of things that you should avoid in your Selenium code is using Object as type for a variable.
Jan 26
•
Alex Siminiuc
4
Share this post
Selenium For Beginners
Do not use Object as type
Copy link
Facebook
Email
Notes
More
Do you need a test case if you have a Selenium test for it?
In automation projects, everything starts with a test case:
Jan 23
•
Alex Siminiuc
Share this post
Selenium For Beginners
Do you need a test case if you have a Selenium test for it?
Copy link
Facebook
Email
Notes
More
December 2024
Catch an exception only if you can handle the error
I see sometimes page methods looking like this
Dec 16, 2024
•
Alex Siminiuc
3
Share this post
Selenium For Beginners
Catch an exception only if you can handle the error
Copy link
Facebook
Email
Notes
More
Selenium Automation Smells
What is a code smell?
Dec 12, 2024
•
Alex Siminiuc
3
Share this post
Selenium For Beginners
Selenium Automation Smells
Copy link
Facebook
Email
Notes
More
November 2024
Why do we use WebDriver driver = new FirefoxDriver() in Selenium instead of WebDriver driver = new WebDriver ()?
Why do we need to create the driver object with
Nov 23, 2024
•
Alex Siminiuc
6
Share this post
Selenium For Beginners
Why do we use WebDriver driver = new FirefoxDriver() in Selenium instead of WebDriver driver = new WebDriver ()?
Copy link
Facebook
Email
Notes
More
Start your learning by reading the user guide
I see daily a lot of Selenium Java code published on the internet.
Nov 18, 2024
•
Alex Siminiuc
3
Share this post
Selenium For Beginners
Start your learning by reading the user guide
Copy link
Facebook
Email
Notes
More
How an SDET interview should look like
Long time ago, I interviewed at Best Buy for a SDET lead position.
Nov 15, 2024
•
Alex Siminiuc
2
Share this post
Selenium For Beginners
How an SDET interview should look like
Copy link
Facebook
Email
Notes
More
How to check that the save popup is not displayed after clicking the save button?
So you have a popup focused on creating a new user.
Nov 10, 2024
•
Alex Siminiuc
1
Share this post
Selenium For Beginners
How to check that the save popup is not displayed after clicking the save button?
Copy link
Facebook
Email
Notes
More
Useful Reading - unit testing best practices
Most of the Selenium automation projects use a unit testing library such as jUnit or Test NG.
Nov 8, 2024
•
Alex Siminiuc
3
Share this post
Selenium For Beginners
Useful Reading - unit testing best practices
Copy link
Facebook
Email
Notes
More
Share
Copy link
Facebook
Email
Notes
More
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts