Tech1 Assesment
1. Compose script to Display the Oddsum and Evensum from the list of array inputs
2. Compose script to find the number of jumping sequence based on array elements, and display the last array element when jump exceeds length of array input arr[] = {1,2,3,9,4,5,2,6,8,8,2} output = 3 (1 -> 2 -> 9 ->2)
3. Compose selenium script to find Broken images in a web page 4. Compose selenium script to select 4th element in the dropdown
Tech2:
Agile:
> Agile sermons
> Technical & Functional Evaluations
TestNG:
> Soft depend and hard depend,
> write TestNg.xml file to execute ClassA m2 and Class B m1
> TestNG attributes for poolsize, invocationcount and timeout
Java:
> return type of constructor, defalt and parametarized constructor
> Write program to find 3rd largest number from the array
> Convert string to lowercase and remove spaces and special characters
> Java 8 advance features
Functional testing:
> How many no of test cases for x<10 input field
> Boundary Value Analysis and Equivalence Partitioning Testing
> In which case we perform smoke sanity and regression
> After creating the bug what is the process
RestAssured:
> 403 and 503 response code
> How to get json data for validation
Git :
git clone
git remote
git status
git merge
CICD:
Do you have experience in CICD