Friday, March 19, 2021

Interview questions for Automation Test Engineer

 Interview question for Automation Test Engineer 4 to 5 year

1)Oracle India Pvt Ltd Interview question

1)WAP 

Str="This is Mohit";

O/P:- ThIS IS MohIT;


2)WAP 

int[] arr={1,2,3,0,0,12};

O/P:- {1,2,3,12,0,0}


3)What is encapsulation in java?

4)What is Interface and abstract class ?

5)What is abstraction?

6)What is Singleton & Serialization in java ?




 Pega System

1)WAP 

int[] arr={1,2,3,0,0,12};

O/P:- {1,2,3,12,0,0}


2)Write X-path for below 

<div>

<span>pega------test</span>

<span>pega------</span>

<span>-----test</span>

</div>


3)How to handle multiple window (Do validation for 5)

4)How to Execute failure test cases in Jenkins

5)We have 100 test cases out 3 we have to do db connection

6)What is plugins and dependency 

7)What is default defect 

8)What is tractability matrix 


1 comment:

  1. Automation testing has become a critical component in the software development lifecycle, enabling faster, more reliable, and efficient testing processes. At APTRON Solutions, we offer a comprehensive Automation Testing Course in Noida designed to equip students with the necessary skills and knowledge to excel in this field. Our course is tailored to meet the growing demand for automation testing professionals in the IT industry.

    ReplyDelete

Q) How To Find Duplicate Characters In A String In Java?

Step1:- Creating a HashMap containing char as key and it's occurrences as value. Step2:- Converting given string to char array. Step3:- ...