Posts

Showing posts from September, 2022

HCL Technologies Testing Interview Experience | Gurgaon | Noida

In this article we will cover HCL Technologies Automation Testing Interview Questions from 2022 which could help you prepare in advance. HCL Technologies Testing Interview Experience  Company - HCL Technologies Job role - Automation Engineer Job location- Gurgaon/ Noida Interviewer - Abhishek Date - September 17 2022 What are your roles and responsibilities in current organization? What do you understand by Polymorphism and what are its types? Can Static method be overriden? No we cannot override static methods What are constructors? What do you understand by 'this' keyword? What are the exceptions you have faced mostly? What are different types of exceptions? How do you handle StaleElementException? Refreshing the web page Using try Catch block Using ExpectedConditions.refreshed Using PON What are different types of Exceptions? Overall it was very short interview and they had lot of candidates that day. Interviewer kept it very short and expected accurate answers.  

Wolters Kluwer Testing Interview Experience | Pune

In this article we will cover Wolters Kluwer Automation Testing Interview Questions from 2022 which could help you prepare in advance. Wolters Kluwer Testing Interview Experience  Company - Wolters Kluwer Job role - Automation Engineer Job location- Pune Interviewer - Varun Chaudhary Date - September 13 2022 Tell me your technical roles and responsibilities? Explain the program to remove duplicate characters from a String? What are http headers? There are 4 types of http headers General Header Request Header Response Header Entity Header Stages of Jenkins in your project? How do you authenticate in your framework? Majorly Wolters Kluwer uses BDD frameworks to automate angular related applications, I had this conversation with them, they were looking for someone outside of Selenium and API testing. So if you are applying for Wolters Kluwer, learn some concepts for Angular frameworks.

Interview Experience Veeva Systems | Automation Testing | SDET

In this article we will cover Veeva Systems Automation Testing Interview Questions from 2022 which could help you prepare in advance. Interview Experience Veeva Systems | Automation Testing | SDET Company - Veeva Systems Job role - Automation Engineer Job location- Hyderabad Interviewer - Raj and Amar Date - September 10 2022 First round will be MCQ test for which result will be declared in 3-4 days. TestNG annotation? Data parameterization - Excel, XML What is the Annotation? Return type of DataProvider? POST vs PUT? PUT method is call when you have to modify a single resource, which is already a part of resource collection.   POST method is call when you have to add a child resource under resources collection. Cucumber ? Explain Framework? Why only this framework? Programs-  1) Array: Find the max and 2nd max value https://www.geeksforgeeks.org/find-second-largest-element-array/ 2) No. of repeated characters/occurence https://www.geeksforgeeks.org/count-occurrences-of-a-character-in-

Interview Experience Amdocs | Automation Testing | SDET

In this article we will cover Amdocs Automation Testing Interview Questions from 2022 which could help you prepare in advance. Interview Experience Amdocs | Automation Testing | SDET Company - Amdocs Job role - Automation Engineer Job location- Pune Interviewer - Priyanka and Pranav Date - October 27 2022 Roles and responsibilities? TestNG - @Test, @BeforeMethod? @BeforeMethod annotated method will be run before each test method  i.e say there are three test methods (i.e test cases), then @BeforeMethod annotated method will be called thrice before each test method. Page object model - What is @FindBy? @FindBy is used in Page Objects in Selenium tests to specify the object location strategy for a webelement or a list of webelements. PageFactories Browser size customize? Dimension class Dimension dim = new Dimension(850, 700); driver.manage().window().setSize(dim); Create Xpath for Product using Demo webElement? https://phptravels.com/ TestNG? Annotations @Test(dependsOnMethods = { "