Posts

Showing posts from January, 2021

Capgemini Interview for 5 years automation experience

In this article, we will cover interview experience of Capgemini of our subscriber having 5 years of experience in Software testing. If you are appearing for an interview in Capgemini, please ensure you have covered below questions. You might get same interviewer. Capgemini Interview for 5 years automation experience Date - 22 January 2021 Experience - 5 Years Round - 2nd 1.how to open browser in incognito mode.           Chrome:                DesiredCapabilities capabilities = DesiredCapabilities.chrome();                ChromeOptions options = new ChromeOptions();                options.addArguments("incognito");                capabilities.setCapability(ChromeOptions.CAPABILITY, options);           FireFox:                FirefoxProfile firefoxProfile = new FirefoxProfile();                firefoxProfile.setPreference("browser.privatebrowsing.autostart", true);           Internet Explorer:                DesiredCapabilities capabilities = DesiredCapabilities.int

SOAP UI Integration with other tools - Automation

I have been using SOAP UI from 2-3 years and want to cover SOAP UI Integration with other tools for End-to-End automation testing. Recently a requirement came up from our client to integrate our test cases with other tools and generate a test summary report. Although, SOAP UI provides its own reporting but we went step ahead and written some lines of code to make it easier. I will be sharing the stepwise guide for the same in this article. SOAP UI Integration with other tools - Automation We have been looking to cover below points in our automation framework - Creation of test suite Identifying the test cases Service Virtualisation Test Summary report. Creation of test suite The very first step is to create a test suite and identify the test cases. It is very basic functionality of SOAP UI and can be easily performed. Service Virtualisation Service virtualisation is a process by which we can still be able to fetch the response even if the external dependent systems are down. To make yo

Nagarro Interview Experience - Software Testing Engineer

Sharing Nagarro Interview Experience - Software Testing engineer for January 2021. So one of the HR named Shivank mailed me and I responded to that email. Nagarro Interview Experience - Software Testing Engineer Company - Nagarro Location - Greater Noida HR - Shivank Round 1 - IQ test Questions - 50 Time - 12 mins  Questions will be based upon English words- Synonyms and antonyms, syllogism, pattern identification, aptitude. Round 2 - MCQ test - Selenium Staff Engineer Time - 45 mins Questions - 50 Questions topics consisted  Selenium coding based - Learn about functions QTP Manual testing Javascript Executor I cleared first round and got rejected in the 2nd round.  If you are appearing for 2nd round, please make sure you know the coding syntax very well. There will be 4 options and only 1 will be correct Syntax wise. I will be posting more interview questions. Happy Learning and Sharing!