selenium interview questions

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

selenium interview questions

jp.kavita@gmail.com


Can anybody provide the answers to below questions


What will you do if selenium is not clicking on a link?
How did you test flash based application in selenium?
How can I test windows based calculator with selenium?
Can you test java applets with selenium?
can selenium be used to test on chrome? how?
Suppose the application is not working in mozilla and is working in IE. How do you find xpaths in IE.
How can you configure proxy settings with selenium when using IE and mozilla ?


Thanksinadvance
Reply | Threaded
Open this post in threaded view
|

Re: selenium interview questions

softwaretestingforum
Administrator
let me try -

What will you do if selenium is not clicking on a link?

My counter question would be - is there any error encountered?

How did you test flash based application in selenium?

There is flex-selenium

How can I test windows based calculator with selenium?

You can not

Can you test java applets with selenium?

Depends, if there are enough testing hooks in applet to be invoked directly though selenium APIs

can selenium be used to test on chrome? how?

For Selenium 2 - http://code.google.com/p/selenium/wiki/ChromeDriver

Suppose the application is not working in mozilla and is working in IE. How do you find xpaths in IE.

http://stackoverflow.com/questions/214862/equivalent-of-firebugs-copy-xpath-in-internet-explorer

How can you configure proxy settings with selenium when using IE and mozilla ?

For selenium 1 there is information on proxy setting in this chapter - http://seleniumhq.org/docs/05_selenium_rc.html
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: selenium interview questions

jp.kavita@gmail.com
Thank you so much