Posts

Showing posts from December, 2020

Coforge Interview Questions | Automation Testing profile

Image
In this article we will cover recent Coforge Interview questions asked for testing profile.  Date of Interview - 19th December 2020 Mode of Interview - Web conference through TEAMS Interviewer - Rahul Sharma Round - L1 Coforge Interview Questions | Automation testing profile Round L1 Tell me about your project I have been working as a QA for XYZ company from 5.4 years, during this tenure,  I have learnt about Manual testing, Selenium, Database testing, TestNg, framework designing and API testing. What is a webdriver? A webdriver is a an automation framework that allows executing our tests in different browsers. It also supports headless execution using HtmlUnit driver. What are hooks? @Before and @After are called Hooks, they are used before and after any test scenario. How would you like your automation framework to be designed? How can you use data properties in Test NG framework? Explain Access specifiers? Access modifiers define the visibility of the class. There are four different

Accenture Testing interview questions| Manual | Automation 2021

Image
In this article, we will be sharing the interview questions asked by Accenture for testing folks. We will also try cover answers which can be modified as per your convenience. There are usually 4 rounds in Accenture for QA role  MCQ test Technical Discussion Managerial Discussion HR Discussion Accenture testing Interview questions 2021 Round 1 - MCQ test  1) System testing is performed by Independent test team Developers Developers with support from the Independent test team Independent test team with the help of developers Users with support from the Independent test team 2) A REVIEW is what category of cost of quality Appraisal         3) Big Bang is related to which type of testing? Integration testing 4)  Select the option which is not an iterative model: Spiral Model V Model Waterfall Model RAD All of the above 5)  Which of the below is not a characteristic of RISK Situational Time-Based InterDependent Magnitude Dependent Response Based 6)  The document that is used to ensure that

Explain Yourself well to the Interviewer

While preparing for the interview, we need to explain about ourself, our project, our roles and responsibilities in current project.The first 10 minutes are really important and be really smart what you explain. Be impressive! Tell me about yourself! Greet properly! Act Casual and not formal when you introduce yourself Hi! This is XYZ and I am having 5 years of experience in IT and it is totally in QA and from last 3 years I am majorly working in Automation, I am working in functional manual as well, I am confident in creating test cases, Keep ratio of 60:40 Automation tools - confident with open source as well as licensed products- Selenium, Rest Assured, TestNg, designing the framework from scratch. Ability to work on existing framework- show debugging skills. Frameworks - data driven, keyword driven, POM, Hybrid frameworks. Mention Selenium - 3.7 version, keep track of latest version (Selenium 4), mention components of Selenium. Preferred Language - Java, but open to other languages

Top 100 Selenium Interview Questions 2021

In this article we will be sharing Top 100 Selenium Interview Questions 2021. If you are from a testing background and willing to learn about Automation, then Selenium should possibly be the first tool you should learn, considering you know the basics of Java or any other programming language. All the companies nowadays looks for Selenium, it is a key skill if you want to pursue your career in Software testing.  Top 100 Selenium Interview Questions 2021 Explain your framework with Architecture What is the flow of your framework What are the different types of Exceptions available in Selenium? Have you faced any Exception while automating a web page? How to handle Multiple windows using Selenium? Explain Selenium Architecture What do you understand by cross browser testing? Why do we require different drivers for different browsers? What is POM and why do we need it? How do you handle popups using Selenium? How do you handle frames using Selenium? How to count number of frames in a webp