No video

Automation Testing Interview Questions| BDD, Cucumber | 2.5 Years Of Experience

​ @RD Automation Learning
How will you perform Double click in Selenium
Top 20 Cucumber Interview Questions & Answers
Most Asked Cucumber Interview Questions
Cucumber Interview Questions for 3 years experience
#cucumberinterviewquestions #BDDInterviewquestions #cucumberinterview
How will you give priority in TestNG
Number 0 has the highest priority(it’ll be executed first) and the priority goes on based on the given number i.e., 0 has the highest priority than 1. 1 has the highest priority than 2 and so on
What is Data Driven Testing?
Data-driven testing is creation of test scripts where test data and/or output values are read from data files instead of using the same hard-coded values each time the test runs. This way, testers can test how the application handles various inputs effectively. It can be any of the below data files.
Datapools
Excel files
ADO objects
CSV files
ODBC sources
What is All pairs Testing?
All-pairs also known as pairwise testing is a testing approach taken for testing the software using combinatorial method. It's a method to test all the possible discrete combinations of the parameters involved.
Assume we have a piece of software to be tested which has got 10 input fields and 10 possible settings for each input field. Then, there are 10^10 possible inputs to be tested. In this case, exhaustive testing is impossible even if we wish to test all combinations.
How will you upload files in selenium.
Why SOAP is more secure than REST
SOAP is more secure than REST as it uses WS-Security for transmission along with Secure Socket Layer.
#AutomationTestingInterviewQuestions
#AutomationInterviewQuestions
#FresherInterviewQuestions
#SeleniumInterviewQuestions
1. Explain the different exceptions in Selenium WebDriver.
Exceptions in Selenium are similar to exceptions in other programming languages. The most common exceptions in Selenium are:
TimeoutException: This exception is thrown when a command performing an operation does not complete in the stipulated time
NoSuchElementException: This exception is thrown when an element with given attributes is not found on the web page
ElementNotVisibleException: This exception is thrown when the element is present in DOM (Document Object Model), but not visible on the web page
StaleElementException: This exception is thrown when the element is either deleted or no longer attached to the DOM
2. What is POM (Page Object Model)?
Page Object Model is a design pattern for creating an Object Repository for web UI elements. Each web page in the application is required to have it’s own corresponding page class. The page class is thus responsible for finding the WebElements in that page and then perform operations on those WebElements.
3. How to scroll down a page using JavaScript in Selenium?
We can scroll down a page by using window.scrollBy() function.
Example:
((JavascriptExecutor) driver).executeScript("window.scrollBy(0,500)");
4. How to scroll down to a particular element?
To scroll down to a particular element on a web page, we can use the function scrollIntoView().
5. How to handle keyboard and mouse actions using Selenium?
We can handle special keyboard and mouse events by using Advanced User Interactions API. The Advanced User Interactions API contains the Actions and the Action Classes that are needed for executing these events.
Top 20 Cucumber Interview Questions & Answers
This Video is helpful for people who are looking for :
Automation Testing questions and answers
Software Testing interview questions and answers
Mock QA testing Telephonic Interview
Automation Testing online interview
Mock java Interview Questions for Automation Testing
Top 30+ Popular Cucumber Interview Questions and Answers
testing interview questions
Mock selenium automation testing interview questions
Automation Testing interview asked questions
Mock interview experience quora
Mock Software Testing interview
Mock selenium interview questions
Mock selenium interview questions for experienced
6. Which files can be used as data source for different frameworks?
Some of the file types of the dataset can be: excel, xml, text, csv, etc.
7. What are Listeners in Selenium?
It is defined as an interface that modifies the behavior of the system. Listeners allow customization of reports and logs.
Listeners mainly comprise of two types, namely
WebDriver listeners
TestNG listeners
SDET interview questions
Automation Testing interview questions for freshers
MOCK interview experience
Mock Automation Testing interview questions for experienced
interview questions for automation testing
automation testing interview questions
Software Testing interview questions and answers for freshers
QA interview questions geeksforgeeks
Latest Mock QA Automation Testing interview

Пікірлер: 18

  • @rdautomationlearning609
    @rdautomationlearning6092 жыл бұрын

    kzread.info/dash/bejne/hX5kj5WNobvSpag.html Netflix Java Interview Questions and Answer for Experienced

  • @MustafizurRahamanMustak
    @MustafizurRahamanMustak2 жыл бұрын

    Hooks are blocks of code that can run at various points in the Cucumber execution cycle. Cucumber supports hooks, which are blocks of code that run before or after each scenario. You can define them anywhere in your project or step definition layers, using the methods @Before @After

  • @priyankadawane4156
    @priyankadawane4156 Жыл бұрын

    Nice interview 👍you are really great sir... So calm during interview and make everyone so comfortable... Best thing is you won't judge anyone... And try to help them to improve.... We are learning so many things... Thank you so much... Worth to watch your interview videos 🙂

  • @sardhaduttaparida
    @sardhaduttaparida9 ай бұрын

    hooks are the code which we basically use for the set up and tear down method in the script ,we can give conditions through @tag its basically the use for the control of the execution of the script in cucumber we can use for @Before @After @BeforeSteps @AfterSteps methods respectively.

  • @akshayghogare8777
    @akshayghogare87772 жыл бұрын

    You r doing fabulous job sir, bcz we get lots of knowledge and real time scenario we can understand frome here, thanku so much

  • @gopalakrishnan2784
    @gopalakrishnan27842 жыл бұрын

    sir, yu are doing seriously good job...thank u so much.....

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    Thanks and welcome

  • @jnp9155
    @jnp91552 жыл бұрын

    Cucumber hooks are the block of code which runs before and after every scenario. @Before @After We can declare tagged hooks also in cucumber and we can set the order of multiple hooks also

  • @cashedge1
    @cashedge12 жыл бұрын

    Cucumber 6 is powerful, with datatable type no need of writing transformer .. get rid of regex, and cucumber expression are powerful...

  • @itexpert4193
    @itexpert41932 жыл бұрын

    great

  • @javeed6301
    @javeed6301 Жыл бұрын

    Hooks is nothing but it's like annotations @before and @after and it will execute before the features files methods...

  • @jatinqa4020
    @jatinqa40202 жыл бұрын

    @ RD Automation Learning Sir, I want to know the scope of Automation in service based company. Thanks in Advance

  • @MultiAbhijeeth

    @MultiAbhijeeth

    Жыл бұрын

    There is scope...but u r made to work in both manual + automation which is 14 hrs work a day

  • @sutariyadagiri
    @sutariyadagiri2 жыл бұрын

    I think in feature file we need to enter " When" in place of " then " ...when we enter user name and password..these are actions right ?? Pls crct me if I am rong !!

  • @maheshbhaise9542
    @maheshbhaise95422 жыл бұрын

    @Before and @After

  • @Mdilip0
    @Mdilip02 жыл бұрын

    Hello How can I contact the interviewer in this video

  • @vipintekade6400
    @vipintekade6400 Жыл бұрын

    Gherkin keyword .

  • @AishwaryaReddy-ji8sn
    @AishwaryaReddy-ji8sn3 ай бұрын

    Please csn u

Келесі