Which package can be imported while working with webdriver?
Answer / Shravan Kumar Maurya
To work with Selenium WebDriver in Python, you should import the `selenium` package.n```nimport seleniumn```
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us how can you find if an element is displayed on the screen?
Tell us what you know about table-driven testing?
why we are moving to QTP instead of using winrunner? Does QTP support any other applications which Winrunner cannot support?
Could someone educate me on automation testing process followed in a company. I have a vague idea, but i need concrete answers. And thank you all in advance.
In selenium testing how to connect with database , any one pls give the entire information
How automation process is carried out?
What automated tools are you familiar with?
how to map requirements& test cases in quality center ???
How can we make one test method dependent on other using testng?
What is the difference between Test script and Test case
Do you know what is the purpose of deselectall() method?
What is junit? And what is junit annotation?