what is Page object model in selenium
Software Engineer In Test Interview Questions
1,623 software engineer in test interview questions shared by candidates
Design question was on testing phase
what was a time I had a disagreement with a coworker and how did the situation resolve?
What is the difference between whitebox vs. blackbox testing
What is one of your greatest achievements?
General knowledge questions about QA methods and your familiarity with their tech stack. Take home assignment was fairly straight forward however i was not familiar with the language and framework so my code was very basic and barebones.
no question asked
Solve a given Fibonacci sequence
if input is chars = ["a","a","b","b","c","c","c"] output should be output = ["a","2","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c"] output should be output = ["a","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c","c","c","c","c","c","c","c","c","c"] output should be output = ["a","b","2","c","1","2"]...do not use any data structures
How would you test this api?
Viewing 971 - 980 interview questions