patterns programs + java and selenium basic questions
Test Automation Interview Questions
2,939 test automation interview questions shared by candidates
What is the Case in PEga. Define LSA.
Framework explanation OOPS concept Parallel browser execution TestNG integrations Collections Framework Mobile Automation framework setup
Solve either one the below coding question you have to move zeros either to end of the array or bring them to beginning of the array. For example, if {14, 0, 5, 2, 0, 3, 0} is the given array, then moving zeros to end of the array will result {14, 5, 2, 3, 0, 0, 0} and bringing zeros to front will result {0, 0, 0, 14, 5, 2, 3}. Solve without using For loop and without using a new blank array/collection. Write a Java program to replace all leading and trailing zeroes in a number without using Replace function. Eg. input - 0001120380.0000 output - 1120380, input - 00012.001200 output - 12.0012
what frameworks i have used , what skills i have , how i used jenkins and how i implemented other tools which i have mentioned in resume
Complete explanation on my framework
S1P3 and P1S3 defects with examples
Test Plan for a mobile chatbot application
Selenium: TestNG specific questions - listeners, annotations, exception
Selenium: how to execute javascripts from selenium
Viewing 931 - 940 interview questions