Selenium For Beginners

Share this post

User's avatar
Selenium For Beginners
What collections should you know well for Selenium test automation?
Java

What collections should you know well for Selenium test automation?

Alex Siminiuc's avatar
Alex Siminiuc
Mar 30, 2024
∙ Paid

Share this post

User's avatar
Selenium For Beginners
What collections should you know well for Selenium test automation?
Share

Collections are a very important part of Java as they allow storing and manipulating related values.

All Java collections are derived from the Collection interface which has 3 sub-interfaces:

  • List

  • Queue

  • Set

These 3 sub-interfaces are implemented by many classes:

- List interface is implemented by the ArrayList, LinkedList and Vector classes; Stack class inher…

Keep reading with a 7-day free trial

Subscribe to Selenium For Beginners to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Alex Siminiuc
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share