Featured

Accenture Testing Interview Experience | Real Time Interview Questions and Answers



Published
Accenture Manual Testing Interview Experience | Real Time Interview Questions and Answers
This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions that were asked as part of Interview Process.
#AccentureInterview #AccentureTestingInterview #RDAutomationLearning
Accenture Automation Testing Interview Experience | Real Time Interview Questions and Answers
This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions, Rest API interview questions, Manual Testing interview questions that were asked as part of Fiserv Interview Process.

What if I have 50 test cases and how do I execute all those test cases?
What all Test Estimation Technique you know of? What Test estimation technique you applied in your project?
In my browser, I face security certificate violation how do I avoid that using TestNg script? What kind of desired capability you would be using it to avoid it?
How do you change your webdriver to run in remote machines?
Explain Framework Implementation in your project
What all the challenges you have faced in selenium
Draw the architecture diagram of selenium implementation in your project
Explain what SDLC model you are using in your project
How can you check whether a particular text present on a webpage? What are the predefined method in selenium for checking this

There are more than one ways to find it. We can use the getPageSource() method to fetch the full page source and then verify if the text exists there. This method returns content in the form of string.

We can also check if some text exists with the help of findElements method with xpath locator. Then we shall use the text() function to create a customized xpath. The findElements() method returns a list of elements. We shall use the size() method to verify if list size is greater than 0.


How to check whether the checkbox is selected or in unselected

In order to check if a checkbox is checked or unchecked, we can used the isSelected() method over the checkbox element. The isSelected() method returns a boolean value of true if the checkbox is checked false otherwise.

How to find whether the element is invisible or in hidden



manual testing fresher questions

What if the software is so buggy it can’t really be tested at all?
If the software is so buggy, the first thing we need to do is to report the bugs and categories them based on Severity. If the bugs are critical bugs then it severely affects schedules and indicates deeper problems in the software development process. So you need to let the manager know about the bugs with proper documentation as evidence.



what is static testing
Static Testing involves reviewing the documents to identify the defects in the early stages of SDLC. In static testing, we do code reviews, walkthroughs, peer reviews, and static analysis of a source code by using tools like StyleCop, ESLint, etc.,


What is Dynamic Testing?
Dynamic testing involves the execution of code. It validates the output with the expected outcome.
This Video is helpful for people who are looking for :

Accenture Testing Interview Experience
Accenture Testing Interview Questions
Accenture Manual Testing Interview
Accenture interview questions and answers
Accenture technical interview questions and answers
Accenture Telephonic Interview
Accenture online interview
Accenture java Interview Questions
Accenture interview questions
Accenture interview questions for freshers
Accenture interview india
Accenture interview experience
Accenture interview questions for experienced
Accenture interview questions for automation testing
Accenture automation testing interview questions
Accenture interview experience
Accenture interview questions and answers for freshers
Accenture interview questions geeksforgeeks
Accenture questions and answers
Accenture interview latest
Accenture testing interview questions
Accenture selenium automation testing interview questions
Accenture interview asked questions
Accenture interview call
Accenture qa automation interview questions
Accenture interview process quora
Accenture interview experience quora
Accenture mock interview
Accenture selenium interview questions
Accenture selenium interview questions for experienced
Category
Job
Be the first to comment