Posts

Showing posts from August, 2022

Interview Experience Capgemini | Automation Testing | SDET | Appium | Mobile Testing

In this article we will cover Capgemini Mobile Automation Testing Interview Questions from 2022 which could help you prepare in advance. Capgemini Automation Testing Interview Questions Company - Capgemini Job role - Automation Engineer | Mobile Testing | Appium Job location- Pune Interviewer - Ambika Soni Date - 18th June 2021 What are your roles and responsibilities? Pre-requisites for Automation? Requirement Analysis Proper application build Understand the scenarios Manually check the functionality Project framework Appium - UIAutomator and XCUITest https://journeyofquality.com/category/uiautomation-vs-xcuitest/ Both of these are Testing frameworks provided by Android Team and Apple Team https://appium.io/docs/en/about-appium/intro/ Appium flow Technical keywords Different locators in Appium USe Appium-Desktop http://appium.io/docs/en/writing-running-appium/finding-elements/ ID, name, link text, partial text in the link, tag name, name of the class, CSS selector Appium-Inspector App

Interview Experience Oracle| Automation Testing | SDET

In this article we will cover Oracle Automation Testing Interview Questions from 2022 which could help you prepare in advance. Interview Experience Oracle| Automation Testing | SDET Company - Oracle Job role - Automation Engineer Job location- India Interviewer - Syed Date - September 7 2022 Tools used for doing Automation testing? Selenium WebDriver, Java, TestNG, Maven, Jenkins, Git, ExtentReport, Java Mail API Experience with Test management tool - JIRA? Are you doing End-to-End testing? - SYSTEM Booking, Checkin?? 2nd Round -  Interviewer  -Yashwant Date - September 8 , 2022 OOPS in Selenium - Your project https://www.qaautomation.co.in/2018/09/object-oriented-concepts-in-selenium.html Collection in Java and  and Exceptions in Java and in Selenium https://www.javatpoint.com/collections-in-java List vs Set, Set vs Map Insertion order maintained in (with no duplicacy)? https://www.geeksforgeeks.org/difference-between-list-and-set-in-java/ Dynamic table - 3*3, 10*10 button - SunOrcale

Accolite Digital Automation Testing Interview Questions

In this article we will cover Accolite Digital Automation Testing Interview Questions from 2022 which could help you prepare in advance. Accolite Digital Automation Testing Interview Questions Company - Accolite Digital Job role - Automation Engineer Job location- Gurgaon Interviewer - Surbhi Can we call private methods from class A to class B? Yes, using Reflection package. Implementation -  https://www.tutorialspoint.com/Can-private-methods-of-a-class-be-accessed-from-outside-of-a-class-in-Java Can we fill the data inside textbox other than using sendKeys? If yes, how? Yes, JavaScriptExecutor -  JavaScriptExecutor is an Interface that helps to execute JavaScript through Selenium Webdriver.  JavaScriptExecutor provides two methods "executescript" & "executeAsyncScript" to run javascript on the selected window or current page. Can we get screenshot on test failure? Yes, using ITestListener interface onTestFailure() method Implementation -  File file = ((TakesScr

Bold Technology | Noida| Automation testing Interview | SDET

In this article, we will share Interview testing experience with Bold Technologies in Noida for SDET/ automation testing role. Bold Technology Company - Bold Technology Location - Noida Job role - SDET/ Automation testing  Mode of Interview - Google Meet Interviewer - Anurima Chatterjee Tell me about yourself? Describe your framework? Then she asked to share screen and open any IDE/ online compiler Write a Java program for below I/O  my name is Rohan  ym eman si nahoR Write a program to print 2nd highest value from an array? Write Sql query to print count of employees which are repeated multiple times? Solutions - We practiced this program at Java online compiler . Would request to practice it before looking at solution Program for below I/O I/p - my name is Rohan O/p - ym eman si nahoR class HelloWorld {     public static void main(String[] args) {    String str = "my name is Rohan";  String rev = "";    String arr[] =str.split(" ");    for(int i = 0; i&l