about selenium and c#
Automation Qa Engineer Interview Questions
3,971 automation qa engineer interview questions shared by candidates
Questions relation to automation framework
Java Generics
1. Tell me about yourself 2.what all oops concepts used in your framework 3.write code to find broken links 4.what is git fetch and git stash 5. How to run testng set of testcases 6. Write code to connect to SQL DB 7. Write code to read data from excel 8. Write code to save console log to a file 9. Exception hierarchy 10.Difference between hashmaps and hashtables 11. Write code to find numbers of ids in the below response json { "Status": 200, "ORG": { "EMPLOYEES": [{ "id": 1, "name": XYZ, "role": "ADMIN" }, { "id": 2, "name": ABC, "role": "USER" }, { "id": 3, "name": AAA, "role": "USER" }] } }//baseURLtocal 12. Write program to give count of alphabets , numbers , special characters in a given string 13. Difference between abstract class and interface 14. Write code to take screenshot in selenium 15. Write fluent wait
How can you proof that when you close the fridge door the light inside goes off
1. Candidate needs to become an online compiler first to see problems and provide the output of the code snippet. (10-15 such questions) 2. Custom Exception concept and write a program. 3. Wrapper class 4. OOPS concept-related programs/code snippets where again you have to say the output. One program consists multiple sysout, where candidate need to write output 5. Page Object Model/Pattern 6. HashMap-related questions 7. Treeset 8. LinkedHashMap
if you have to automate skype application where one side is on browser and another one on application how will you do,
Web Service / API Test Automation Any API test automation tool (HTTP client, etc) Send HTTP request and receive HTTP response (POST, GET, PUT, DELETE) Use Business Object model to build a request and to parse a response Serialization, Deserialization, JSON, XML Can handle most used authentication methods (Basic authentication, Bearer Token, OAuth, NTLM) API Mocking Test Reporting MIME types Services stubbing Posting forms, file upload Advanced request configuration (timeouts, redirects) Interceptors
Test Runners Familiar with at least one Java test runner Able to connect test runner to the project and write simple tests Able to use most popular attributes (RW) Annotations Familiar with several Java test runner runners, able compare them, knows cons and pros Use built-in assertions Able to use all variety of provided attributes to tune up tests (RW) Can extend default attributes Can setup parallel execution of tests Use tests parameterization Can use test data, which are defined outside test Can move logic of pre-setup and cleanup outside test
BDD Frameworks At least one of: any BDD Framework understand main purpose, cons and pros ability to write and maintain executable specification using the Gherkin feature file format Drive the implementation of the application by Gherkin scenarios Design and implement a reusable test automation layer Reporting adjustment Ability to integrate test running into CI\CD Build solution using BDD tool Work with hooks Running tests in parallel
Viewing 1181 - 1190 interview questions