Selenium WebDriver
Vijona10 Mar at 19:57 Selenium WebDriver We need browsers to test web applications. Selenium automates browser and helps us in automation of web application testing across different browsers. Selenium API…
Selenium findElement and findElements Examples
Vijona6 Feb at 15:15 Selenium findElement and findElements Examples Whenever you want to interact with a web page, we require a user to locate the web elements. We usually start…
Spring Bean Annotation
Vijona10 Mar at 19:42 Spring Bean Annotation Spring @Bean Annotation is applied on a method to specify that it returns a bean to be managed by Spring context. Spring Bean…
Spring Component
Vijona10 Mar at 19:40 Spring Component Annotation Spring Component annotation is used to denote a class as Component. It means that Spring framework will autodetect these classes for dependency injection…
Spring Configuration Annotation
Vijona10 Mar at 19:54 Spring @Configuration Annotation Spring Configuration annotation is part of the spring core framework. Spring Configuration annotation indicates that the class has @Bean definition methods. So Spring…
Spring PostConstruct and PreDestroy
Vijona5 Feb at 17:58 Spring PostConstruct and PreDestroy When we configure Spring Beans using dependency injection, sometimes we want to make sure everything is initialized properly before our bean starts…
Spring PropertySource
Vijona10 Mar at 10:19 Spring PropertySource Annotation Spring @PropertySource annotation is used to provide properties file to Spring Environment. This annotation is used with @Configuration classes. Spring PropertySource annotation is…
Spring @Repository Annotation
Vijona10 Mar at 20:17 Spring @Repository Annotation Spring @Repository annotation is used to indicate that the class provides the mechanism for storage, retrieval, search, update and delete operation on objects.…
Spring Hibernate Integration Example
Vijona5 Feb at 17:55 Spring Hibernate Integration Example Spring is one of the most used Java EE Framework and Hibernate is the most popular ORM framework. That’s why Spring Hibernate…


