Questions d'entretiens - Automation tester
364
Questions d'entretien pour Automation Tester partagées par les candidatsPrincipales questions d'entretien

Logical 4 friends playing on a computer Monitor falls and breaks F1 says F4 did it F2 says F1 did it F3 says He did not do it F4 says F1 is lying Only one is saying truth. Who's mistake is it???
3 réponses↳
becoz F3 says truth..
↳
Monitor break by f3 and Truth saying is f4
↳
Sankalp says truth


What is selenium
2 réponses↳
Selenium is an open source automation testing tool. It is used to automate web based applications. You can work on multiple operating system using selenium. Moins
↳
Selenium is an open source framework, that provides ability to write automated testing scripts using various programming languages. Moins

Selenium: validate that a textbox is accepting only 10 char/int and throwing edit after it
2 réponses↳
element(ie.textbox).sendkeys("valuegreaterthsn 10"); string typedvalue= element(ie.textbox).getattributeValue("value"); int size = typedvalue.length() = if(size==10) sysout(as expected) Moins
↳
element(ie.textbox).sendkeys("valuegreaterthsn 10"); string typedvalue= element(ie.textbox).getattributeValue("value"); int size = typedvalue.length() = if(size<=10) sysout(as expected) else element(ie.textbox).clear(); Moins


What are the different types of frameworks? What is Keyword driven Framework? Differennce between keyword driven framework and data driven framework?
1 réponses↳
Which locators have you used? What is xpath? what is the difference between relative xpath and absolute xpath? Moins

they mostly asked about the current project. the interview was not very difficult.
1 réponses↳
they mostly asked about the current project. the interview was not very difficult. Moins

Write the XPATH for MALE and FEMALE radio button..??
1 réponses↳
I am explaining him how can we go to the parent node and child node and i have written the xpath taking the reference of visible text. Moins

What automation framework do you build.
1 réponses↳
What do you think are advantages of POM and what alternatives to follow for the disadvantages. Moins

Technical questions about automation, kind of framework to chose based upon real time examples, database testing questions etc.
1 réponses↳
Based upon my skill and technical knowledge I replied to the above questions.