Skip to main content

Posts

Selenium interview Questions

If you're looking for Selenium Interview Questions and Answers for Experienced & Freshers, you are at right place. There are a lot of opportunities for many reputed companies in the world. According to research Selenium has a market share of about 27.7%. So, You still have opportunities to move ahead in your career in Selenium. Mindmajix offers advanced Selenium Interview Questions 2018 that helps you in cracking your interview & acquire your dream career as Selenium Developer. Top 35 Selenium Interview Questions And Answers : The entire set of Selenium interview questions is divided into three sections: Basic level Advanced level TestNG framework for Selenium Accelerate your career with Selenium Online Training and become an expert in Selenium. A. Basic Level  – Selenium Interview Questions 1. What are the significant changes in upgrades in various Selenium versions? Selenium v1 included only three suite of tools: Selenium I...

Classes, Inheritance and Overriding in SalesForce

Classes In a class we have two types of numbers Static means belongs to class & non – static means belongs to object Static number methods can access the static and non static  data members Non –static member methods can access the static and non –static data members You can access the static methods through Classname. Method name You can access the non static methods through Object name. method name;                                  ↓ Object handle. method name; Types of methods we perform all over Apex are 1.Constructors  → [DC, PC] 2.Setters 3.Getters 4.Operations (actions) →  in apex When to use static & non static method as? → The non static method is used w.r.t the object what you perform → The static method is used independent of the object what you perform Accelerate Your career with Salesforce Training and become  experts  in ...