[go: up one dir, main page]

0% found this document useful (0 votes)
18 views20 pages

Stat 1

Uploaded by

Rane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views20 pages

Stat 1

Uploaded by

Rane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 20

Day % complete out of Revision

1-Jun-24 33.33 2.0 6 Date


2-Jun-24 66.67 4.0 6 9-Jun
3-Jun-24 58.33 3.5 6 10-Jun
4-Jun-24 28.57 2.0 7 11-Jun
5-Jun-24 64.29 4.5 7 13-Jun
6-Jun-24 83.33 5.0 6
7-Jun-24 40.00 2.0 5 14-Jun
8-Jun-24 33.33 2.0 6 15-Jun
9-Jun-24 25.00 2.0 8 13-Jun
10-Jun-24 66.67 4.0 6
11-Jun-24 0.00 0.0 6
12-Jun-24 #DIV/0!
13-Jun-24 #DIV/0!
14-Jun-24 #DIV/0!
15-Jun-24 #DIV/0!
16-Jun-24 #DIV/0!
17-Jun-24 #DIV/0!
Revision
Sub Status
Manual Done
JAVA Done
JAVA Done
Manual

JAVA
JAVA
ETL
Date Pavan testing Tools Java selenium Status Practice Status
5/30/2024 Intro Video Done
5/31/2024 V-1, V-2 Done
6/1/2024 V-3, V-4 Done
6/2/2024 V-5, V-6 Done
6/3/2024 V-7, V-8 Done
6/4/2024
6/5/2024 V-9, V-10 Done
6/6/2024 V-9, V-10, V-11 Done
6/7/2024 V-12, V-13, V-14 Done
6/8/2024 V-15, V-16 Inprogress
6/9/2024 JAVA Revision Done
6/10/2024 JAVA Revision Done
6/11/2024 JAVA Revision Done
6/12/2024
6/13/2024 V16 Done
6/14/2024 V-17, V-18 yet to start
6/15/2024 V-19, V-20 yet to start
6/16/2024 V-21, V-22 FIXED
6/17/2024 V-23, V-24 yet to start
6/18/2024 V-25, V-26 yet to start
6/19/2024 V-27, V-28 yet to start
6/20/2024 V-29, V-30 yet to start
6/21/2024 V-31, V-32 yet to start
6/22/2024 V-33, V-34 yet to start
6/23/2024 V-35, V-36 yet to start
6/24/2024 V-37, V-38 yet to start
6/25/2024 V-39, V- 40 yet to start
6/26/2024 Monday Start Giving Interview yet to start
Comments

V-16 pending

today itself

Assignment should be complete by 13 jun


Selenium
Assignement hint
1. Find the largest number from 2 numbers ?:
2. Find the smallest number from 3 numbers if else >
3. write a code to find the number of weekday switch case or if else
4. Reverse number i/p=1234 o/p=4321
5. Palindrome number i/p=121 o/p=121
6. Count number of digit in number i/p=423424 o/p=6
7. Count no. of even and odd i/p=23456 o/p=3 even, 2 odd
8. Find sum of digits in a number. i/p=1234 o/p=10
9. find sum of elements in array
10. Print even and odd number from array
11. Prime number
12. sort elements using loop a={50,20,10,40,30}
13. Find the missing number in Array a={1,4,5,3}
14. Check String is palindrome a="MADAM
15. Remove juck or special character from string
16. How to remove white spaces
17.Count occurrence of character in a string abbaccabaabbce
18.Count words in String= "Welcome to java selenium"
Done
Done
Done
Done 6/4/2024
6/4/2024
Done 6/4/2024
Done 6/4/2024
Done 6/4/2024
Done 6/4/2024
Done
6/4/2024

Done
Done
Done

Done
TOPIC Date
Java, Features, Variables
Data Types in Java- Primitive Data Type and Non-Primitive Data Type
Operators-Arithmetic and Logical operators in Java
Looping statement- For loop, while loop, enhanced for loop
Conditional Statement
Array in Detail
Classes, Object in Java
Static vs Non-static
Access Modifier- Public, Private, Protracted, Default
Inheritance- Single level Inheritance
Constructor- Default constructor and parameterized constructor
Method overloading- Compile time Polymorphism
Constructor overloading- Compile time Polymorphism
Method overriding- Run time Polymorphism
Interface
Abstract Class
String class and usage
Collection and Collections- Dynamic data structure and important for the
framework and script development
List- ArrayList and LinkedList
Set- HashSet, LinkedHashSet,TreeSet
Map- HashMap, LinkedHashMap, TreeMap
Exception Handling- Handle Java exception
Best Practices Programming & Framework
File IO
Projects #1
Project # 2
Coding Questions 100 List
Hackerrank, Leetcode top 20 Questions
Design Patterns , Solid principles
Status
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done
Done

Inprogress
TOPIC Date Status
1.Simple Java Program. 5/31/2024 Done
2. Print Integer in java 5/31/2024 Done
3. Command Line Argument 5/31/2024 Done
4. How to get Using input using Scanner Program in java 5/31/2024 Done
5. How to convert Fahrenheit to Celsius Program in java 5/31/2024 Done
6. How to swap 2 no using 3rd variable Program in java 5/31/2024 Done
7. How to swap 2 no without using 3rd variable Program in java 5/31/2024 Done
8. How to add two number Program in java 5/31/2024 Done
9. Find Largest no in java Program 6/1/2024 Done
10. If Else clause in java 6/1/2024 Done
11. If Else clause in java- Program 2 6/2/2024 Done
12. Nested If Else clause in java 6/2/2024 Done
13. How to check Odd and Even Number in java. 6/2/2024 Done
14. Find factorial for given no Program in Java
15. How to complete 2 string in Java program Done
16. Simple For Loop Program in Java 6/2/2024 Done
17. Print Star console using Loop Done
18. Print Star console using Loop Done
19. While loop Program in java 6/5/2024 Done
20. Print Reverse number in java program 6/5/2024 Done
21. While loop using break Program in java 6/5/2024 Done
22. While loop using break and continue Program in java 6/5/2024 Done
23. Print all alphabet using for loop Program in java 6/5/2024 Done
24. Enhance loop in java Program 6/5/2024 Done
25. Print Multiplication table Program in java 6/5/2024 Done
26. Print prime no Program in java
27. Check no is Armstrong or not in java Program
28. Print Floyd’s Triangle in java Program
29. Find All substring of string in java Program
30. Print reverse string in java Program
31. Check Given No is palindrome or Not in java Program
32. How to add two matrix in java Program
33. How to multiply two matrix in java Program
34. How to get transpose of matrix in java Program
35. How to compare 2 string in java Program 6/6/2024 Done
36. How to string width with specific char in java Program
37. How to use indesOf() in java Program
38. How to replace string with another string in java Program 6/6/2024 Done
39. How to split string in java Program 6/6/2024 Done
40. How to remove space in string both end in java Program 6/6/2024 Done
41. How to convert all char in string lower case in java Program 6/6/2024 Done
42. How to create method in java Program 6/6/2024 Done
43. Find Length, Concatenate and Replace String in Java Program 6/6/2024 Done
44. How Static block working in java Program
45. Difference between Static and Instance method working in java Program Done
46. How to create Multiple class in java Program Done
47. How to create constructor in java Program Done
48. How to create constructor overloading in java Program Done
49. Exception Handling java Program
50. How to throw exception in java Program
51. Advantage of Finally in Exception Handling java Program
52. How to create Interface in java Program
53. How to print date and time in java Program
54. How to SQL Date in java Program
55. How to Date format in java Program
56. How to Generate random number in java Program
57. How perform garbage collection in java Program
58. How to get own IP Address in java Program
59. How to open notepad in java Program
60. Leaner search Program in java
61. Binary search Program in java
62. Bubble sort Program in java
63. How to connect Database using java Program
64. How to insert data in table using JDBC in java Program
65. How to insert image using JDBC in java Program
66. How to execute Procedure in JDBC in java Program
67. How to check Regular expression in java Program
68. How to create Multithreading program in java
69. How to join thread in java program
70. How to write data in text file using java program
71. How to read data from text file using java program
72. How to get URL of site using java Programs
73. How to get IP address from site URL using java program
74. How to create AWT program in java
75. How to add lable in AWT program in java
76. How to add text area program in java
77. How to dropdown in AWT program in java
78. How to create Swing program in java
79. How to add checkbox in Swing program in java
80. How to convert string to integer in java program
81. How to convert integer to string in java program
82. How to convert string to long in java
83. How to convert string to float in java
84. How to convert string to double in java program
85. How to convert string to date in java program
86. Create ArrayList program in java
87. How to create LinkedList program in java
88. How to ArrayList using list interface program in java
89. How to create Hashset program in java
90. How to create LinkedHashSet program in java
91. How to create TreeSet program in java
92. How to create PriorityQueue program in java
93. How to create HashMap using map interface program in java
94. How to create LinkedHashMap program in java
95. How to create TreeMap program in java
96. How to create Hashtable program in java
97. How to create Array program in java
98. How to create Multidimensional array program in java
99. How to create Find Factorial No using Recursion Program in java
100. How to create Method Overriding program in java
TOPIC
What is Selenium
Why Selenium? / Advantages
What are its versions?
What all OS, Browsers, and Programming Languages does it Support?
Java-Selenium Architecture
Selenium vs Playwright vs Cypress
WebDriver Architecture
Selenium IDE
Selenium Grid 3, 4
Basic Selenium Program to Open and close Browser
Runtime Polymorphism Program in Selenium
WebDriver abstract methods
Locators XPath, its Types and cases.
Handling Multiple Elements
Handling Synchronization issue by using implicitly Wait and Explicit Wait
Handling Dropdown (static and dynamic)
Handling Keyboard and Mouse Actions
Taking Screenshot
Handling Disabled Element , Performing Scroll down Action
Web Element Interface Methods
Handling Popups (web-based and Window-based)
Handling Frames, Handling New Windows/New Tabs
Custom Automation Framework
New Selenium 4.12.0
Cloud Testing - BrowserStack Demo

Projects
App.vwo.com Dashboard APIs
Automation Challenge x 5
the-internet App
OpenCart
HR Module
Date Done
TOPIC Date Done
TOPIC Status Revision Status
defect life cycle Done 6/9/2024
STLC Done 6/9/2024
Regression Testing Done 6/9/2024
Sanity Testing Done 6/9/2024
ReTesting Done 6/9/2024
smoke Testing Done 6/9/2024
Tracebility matrix Done 6/9/2024
Functional Testing Done 6/9/2024
Severity Done 6/9/2024
Priority Done 6/9/2024
Test Plan & Test Strategy Done 6/9/2024
Test Cases and Test Scenario Done 6/9/2024
defect summary report Done 6/9/2024
if you found bug what will your next step Done 6/9/2024
what types of bug you found Done 6/9/2024
Usability Testing Done 6/9/2024
Performance Testing Done 6/9/2024
GUI Testing Done 6/9/2024
Defect, Bug, Error Done 6/9/2024
Boundary Value Done 6/9/2024
Revision
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
6/14/2024
TOPIC Date Status Practice
What is the Database? 6/1/2024
CRUD Types of Databases 6/2/2024
Installation of the Tools Relational Database 6/3/2024
What is SQL? 6/4/2024
Non-Relational Databases (no SQL, Not just SQL) 6/5/2024
Database Queries 6/6/2024
Table Structure 6/7/2024
Relationships: 6/8/2024
SQL Commands 6/9/2024
Data definition language (DDL) 6/10/2024
Data manipulation language (DML): 6/11/2024
Keys , Keys in Databases Data Types in SQL
SQL Operations Data insertion and
CRUD Count the items Deleting Rows from
Tables Update Rows Like Operator
DROP DATABASE
ALTER TABLE
TRUNCATE TABLE

Mini Project CRUD

Project #1 -Student and Courses Project


Project #2 - Customer and Orders, with Products (CRM)

SQL Joins
SQL Constraints
Null Functions:
PROCEDURE
TRIGGERS
Delete All

Interview Questions
Status Platform
Done Hackerrank
Done Hackerrank
Done Hackerrank
Done Hackerrank

learning new
TOPIC Date Done
What is Maven and Why Maven Required for Automation
Download and Installing Maven in Windows and plugin in eclipse
Creating first build in Maven
Different Goals in Maven
How to parameterized Maven build
Running maven build from eclipse and from the command prompt
TestNG-UnitTest Framework
TestNG in Details
Advantage of using TestNG
Download and Write the first test script in TestNG
TestNG document understanding
Different annotation usage
How to run the test in sequence manner
How to provide dependency between test cases
How to use assert values and validation
Soft Assert vs Hard Assert
Reports in TestNG
Creating a test suite in TestNG to run multiple test cases
Passing parameter to test via testng.xml file
Logs in TestNG
TOPIC Date Done
Client-Server Architecture
Presentation, Business and Database layers
HTTP Basics
HTTP Methods
What is an API?
What is API Testing?
Difference between API testing and Unit testing
What is Web services?
HTTP Structure
Type of Defects in API Testing
Learn What is xml and JSON?
URI and URL
Tools for API Testing
Introduction to REST Web services.
SOAP Introduction
Why learning REST is Important?
Difference between SOAP and REST Web services.
REST constraints
Introduction to POSTMAN tool and installation.
Creating requests in Postman.
Creating collections in Postman.
Understanding variables and environments in Postman.
Authorization in POSTMAN
Assertions/Test scripts in POSTMAN.
Command line integration with Newman.
Running POSTMAN Collection on Docker, Jenkins
What is JSON Schema Validation?
How to perform JSON Schema validation?
Data Driven Testing with CSV with POSTMAN
Exploring POSTMAN More features Mocking, Stabbing
Testing GraphQL with POSTMAN
Testing Websoctks with POSTMAN
Writing API Test cases & Test Plan
Running Testcases with POSTMAN
Writing API Test cases & Test Plan
Running Testcases with POSTMAN
Advance JSON Schema

You might also like