We conducted 3rd Selenium training meet today. There were 128 registrations and 44 participants.
We digressed from the agenda in this meeting and discussed on Java and how it is used in writing Selenium tests. Following topics were covered during meeting -
We digressed from the agenda in this meeting and discussed on Java and how it is used in writing Selenium tests. Following topics were covered during meeting -
- OOPS - Encapsulation, Abstraction, Inheritance, Polymorphism.
- Introduction to Class, instance variable, instance methods, class variable, class method, Object
- Constructor, Abstract Class, Interface, method overloading, method overriding, Package
- Loops. To execute same statements time and again, for example logging in for 5 different accounts using same method.
- Arrays. You don't want to keep writing variables all overs you test scripts. Wish you could create a large place holder for similar types of variables.
Comments