Selenium with JAVA...
In last post, we learnt that Selenium is an excellent automation tool used for functional and regression testing. Selenium offers us great flexibility to work with many programming languages like Java, Python, Ruby, C# etc. but as we all know Java is the most popular and widely used programming language used in the industry, we will start our selenium journey with writing Java scripts. To write selenium scripts in Java, it is imperative to learn some basic Java concepts and syntax to efficiently write our script. Java is basically Object Oriented Programming (OOP) language. Here, we manipulate objects with data and methods to get desired output or results. so, we need to learn some basic OOPs concepts first. Some core OOPs concepts are: Class Object Abstraction Encapsulation Inheritance Polymorphism Class : Basically, class is a group of similar entities. In terms of coding, it is a logical component not physical one. For example, if you have a ...
Nice job buddy. I would like to hear more from you on such intrestiint topic
ReplyDeleteyes sure. you can learn with new posts every week. !!
Deletehello i have visited your blog first time.content was good enough but u have to put more real time scenario in actual where we have used oops concept in selenium
ReplyDelete..anyways nice job keep it up:)
Hi There, Thanks a lot. You will see more real time examples once we will start writing more complex scripts in Selenium. Here I am starting from beginners' level so flow can be maintained. Happy learning :)
DeleteGlad to connect !
ReplyDeleteThank you and same here ! Keep learning :)
Delete