Questions d'entretiens - Automation tester
360
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

1. When you perform a test, what steps do you take? What’s your process? 2. If I left you testing for two hours, what would you have to show me when I returned? 3. Have you automated any of your tests? How so? 4. What do you do if the developers decide the bug is not a bug?
1 réponses↳
i relaxed my self and answered all the questions. actually i was having experience of the things in my previous projects. 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