The document consists of a series of questions related to Selenium automation, API testing, database interactions, and various programming concepts. It covers topics such as locators, XPath, handling dynamic data, validating responses, and working with JSON and XML formats. Additionally, it touches on tools and methodologies like Git, Jira, and Agile processes, as well as practical coding scenarios and challenges faced in automation testing.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views2 pages
intrvw
The document consists of a series of questions related to Selenium automation, API testing, database interactions, and various programming concepts. It covers topics such as locators, XPath, handling dynamic data, validating responses, and working with JSON and XML formats. Additionally, it touches on tools and methodologies like Git, Jira, and Agile processes, as well as practical coding scenarios and challenges faced in automation testing.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
1.
What is locator in selenium
2.Xpath - 3 by 3 row.dynamic xpath scanrio data changes in 5 seconds.. which data it will pick it up 3.Have you created any lock file? 4.Have you worked on automation graph 5.How to verify the data in graph.. which factor do you consider 6.Have you worked on DB & API side 7.How to call an API in selenium 8.How to do setup payload in selenium.. ex: used swaggar or postman? 9.Scenario - call API- getting response code 200.. validate response in DB as well as UI 10.WHat are the challenges you have faced in API & DB side 11.Have you worked payment domain 12.How to validate xml part at DB side.. 13.Have you used Gitlab 14.How to handle windows popups 15Talk about your experience 16.Well aware of the agile process? 17.Which domain have you covered 18.Database side - your rating 19.How to implement Hash Map & list into feature file of BDD side in selenium 20.How are you maintaining data in feature file 21.suppose having a flat file with numbers.. sort the numbers in ascending order without using default method 22.Same notepad file.. replace the 5th data to current date 23.current date - 4 excluding weekends 24.Suppose if D tag then change to current date 25.Have you worked on web table.. having 4 row and 4 column.. 3 row & column data changing every 3 secs.. need to capture the dat and write in excel 26.whats is your code repository.. whats conflict 27.How comfortable are you with java selenium how do you rate yourself 28.Have you worked on HashMap, how to implement hashmap in automation 29.What is payload 30.have you used swagger 31.what kind of parameters used in your previous project 32.how do you test API.. what are the things that you consider 33.whats the defect life cycle used 34.Have you worked on integration testing 35.what are the important steps/process for manual testing 36.whats use of constructor 37.Have you worked on hashmap 38.example you use excel for data manipulation, in case no excel how do you store data using hashmap have you worked on jason,xml format data? 39.there is json file, there is an attribute date, whenever its exceuted update attribute in json to current date How to replace date in automation or how to overwrite any data 40.whats use of xpath 41.scenario - webtable contains 3 rows 3 columns.. 3 row 3 column changing every 3 secs. how do you read this changing data and store inexcel 42.what to do if xpath is changing always.. how do you get hold of the page with just tag name and click on any button in in the page 43.Have you automated any diagram 44.how to fetch data from daigram 45.validate the data in database 46.in UI there is a dropdown.. select 4th option 47.list of data shows 100 items.. how do you get into 101 data using scroll bar in automation 48.how to create log file and whats the use of it 49.how do you generate report 50.whats the IDE used and what are the challenges faced 51.Where do you store xpath locator 52.have you worked on git 53.explain your manual experience
54.Whats abstract class, whats the benefit/use
55.whats hashmap 56.can you implement hashmap in BDD 57.in array few numbers 1-20 in random order.. how to sort in ascending order 58.how do you get current date and update an attribute in Json 59.how do you generate random number prefix+CurrentDate+5 digit number 60.how to get previous date 61.whats payload 62.what are the methods in API 63.once you send any request, you get json response, getting only one id 20 times repeated BDD UI - you are executing test case and have captured xpath but after executing xpath got changed.. how do you handle it 64.whats dynamic xpath 65.in a webtable 3 rows 3 columns.. middle row middle column data changing every 3 secs.. how do you capture 66.Have you worked on DB side 67.filter criteria in UI page, once you search 5 rows 10 columns.. how do you validate these data with DB 68.what is outer join 69.whats the use of rownum 70.what are the conflicts in Git 71.Have you used Jira 72.What is sync 73.How do you replace the data in UI with data from feature file 74.replace the attribute in json with current date 75.API side whats the process for automation