http://www.technicalpage.net/search/label/SQL

Java / Selenium

 Java

 1. Java Basics

> How to start Java with Eclipse , print Hello World
> Print Statements in Java/Selenium
> DataTypes in Java
> Variables in Java: Local, Instance/Global, Static
> Type Casting in Java
> Program Arguments and VM Arguments
> Access Modifiers in Java
> 'this' keyword in java
> super and super()

2. Control Statements & Loops

3. Object-Oriented Programming (OOP)

Inheritance in JAVA: Single level, Multilevel, Multiple, Hybrid, Hierarchical

>  Constructor in Java (Overloading, Inheritance, Chaining ) 

Interface in java: Extends Interface, Implements Interface, default method 

Abstract Class in Java 

Abstract Class VS Interface  

Polymorphism 

Method Overloading , Constructor Overloading

Method Overriding  

Encapsulation in Java 

4. Collections

 > Array :  index, Arrays.asList(), indexOf(), elements, compare arrays  

Array List in Java 

Array VS ArrayList 

HashMap in Java 

Iterator in collection

5. Exception Handling 

Try / Catch, Single catch(), more than one catch(), Finally()

throws Exception 

Exception/Error in Java

 

6. Basic codes in Java Selenium (intended for beginners)

Basic java-selenium codes for beginners, part 1   

Basic java-selenium codes for beginners, part 2   


7. Interview Question and Answers 

> Selenium/Java Interview Questions and Answers Part 1

> Selenium/Java Interview Questions and Answers Part 2

> Selenium/Java Interview Questions and Answers Part 3

> Selenium/Java Interview Questions and Answers Part 4

 

8. Java Coding Problems

> Link to below java coding problems: This page contains java code to below coding problems:

1. Reverse characters
2. Create Palindrome
3. Find unique characters(Remove duplicate characters)
4. Count the repetition of characters(find duplicate characters) in a given string
5. Create Fibonacci sequence/number
6. Regular expression
Find the sum of all the numbers present in a given string containing alphanumeric and special characters. 
7. Sum all the characters present in your name
8. Find non-duplicate characters in a given string.
9. Check if the given number is a "prime number"
10. Odd numbers present in an array  
11. Find the second most repeated char in a given string 
12. Reformat the given string : "asdfsdafgde" => "2a-2s-3d-1e-2f-1g"

 

> Link to java coding problems(more problems to practice)

 

> What do you need to know to be a Software Test Automation Engineer

 

Uncategorized contents:

  1. Reading properties files Part 1 of 2
  2. Reading properties files Part 2 of 2
  3. Write to property file
  4. Write to property file(xml)
  5. String Array:
  6. Array index, Arrays.asList(), indexOf(), elements, compare arrays 
  7. Java ANT
  8. Generate Random Numbers in Java/Selenium , Create an unique 10 digit phone number
  9. Copy the contents of a file to another file
  10. > indexOf(), lastIndexOf, find the position of a letter/char in a string
  11. Try / Catch, Single catch(), more than one catch(), Finally()
  12. throws Exception
  13. Read Excel file in Java/Selenium using Apache POI
  14. Write to an Excel file using Apache POI
  15. Get Excel data of respective types using ITERATION
  16. HashMap in Java
  17. > Annotations in Java
  18. Class as a DataType
  19. Wait in Java
  20. Read PDF , Validate text in the PDF
  21. Array List in Java
  22. Array VS ArrayList 
  23. > ArrayList VS LinkedList
  24. Split sentence or string word by word
  25. Exception/Error in Java
  26. Add days to a specific date in Java
  27. Add days to Today / Current date in Java
  28. Random Number for lotteries (Mega Millions , Power Ball and others Part 1 of 2)
  29. Random Number for lotteries (Mega Millions , Power Ball and others Part 2 of 2)
  30. Take Screenshots  
  31. ArrayList , Iterator with examples of Array also   
  32. Create MS Word document using Apache POI    
  33. Paste images/screenshots in Word document     
  34. > forEach
  35. > Lamda Expression  
  36. > Read Text File
  37. > Convert Date format using case statement
  38. > Difference between an Interface and an Abstract Class 
  39. > Rotate given number/integers in Java 
  40. > Count words or count characters using Hashmap 
  41. > Armstrong Number in Java
  42. > Factorial Number in Java  
  43. > Pyramid in Java(Create Pyramid of numbers or Characters in Java) 
  44. Find ASCII value of a character in Java
  45. > Test Anagram in Java   
  46. > Separate number, characters and special characters And get the sum of the numbers.
  47. > Regular Expression in Java
  48. > Find Repeated Chars, Unique Chars in Java Using HashMap 

Selenium

  1. Why Selenium ? Advantages and Disadvantages of Selenium...
  2. WebDriver Interface    
  3. XPath
  4. clicking radio button, isDisplayed(), isEnabled(), isSelected()
  5. drop-down in Java/Selenium, Select options: selectByIndex(), selectByValue(""), selectByVisibleText("")
  6. Locators ( Locating web elements )
  7. TestNG
  8. Cucumber Selenium BDD frameWork 
  9. Data Driven in BDD framework, Parametarization in cucumber     
  10. BDD framework Example
  11. BDD_Cucumber_report formats  
  12. Tags in feature file BDD Cucumber  
  13. Hooks (Global/Tagged) in BDD Cucumber     
  14. A complete program for Cucumber BDD 
  15. Rest Assured with GET(Cucumber BDD) :A complete program
  16. Rest Assured POST(Cucumber BDD) reading data from Excel :A complete program
  17. Rest Assured GET -TestNG
  18. Rest Assured POST -TestNG 

Other

  1. Git and GitHub 
  2. Jenkins Create job, schedule job, send email notification 
  3. Integrate Jenkins with github and Automatically kick off Jenkins when new build is pushed to git hub   




No comments:

Post a Comment