Interview question | Selenium Forum
M
Posted on 19/01/2017
1.If you were unable to automate a test because you could not find a selector for an element, what would you do?

2. What process do you go through before writing an automated test suite?

Can someone please answer these questions.I have been asked these for an interview

M
Replied on 20/01/2017

1) You can use java script executor or change your xpath
2) Before writing an automated suite
-> You need to check which all browsers will script run on
-> Whether grid is needed
-> Whether parameterization is needed
-> Whether there is some component which gives difficulty in recognition