Selenium WebDriver Questions Part - 7

Part 7

31 : Can you lot say me the names of dissimilar projects of selenium software automation testing tool?
Answer : At present, Selenium software automation testing tool has 4 dissimilar projects every bit bellow.
  • Selenium IDE : It Is Firefox plus which allows you lot to tape together with playback your software spider web application's tests In Firefox browser.
  • Selenium RC : It Is software spider web application automation tool which allows you lot to write your tests In many dissimilar programming languages.
  • Selenium WebDriver : It Is good designed object oriented API developed to automate spider web together with mobile software application testing process. You tin write your tests In dissimilar languages besides In selenium webdriver.
  • Selenium Grid : Grid allows you lot to execute your tests In parallel past times distributing them on dissimilar machines having dissimilar browser/OS combinations.

32 : I wants to role coffee linguistic communication to exercise tests amongst Selenium WebDriver. Can you lot say me how to larn latest version of WebDriver?
Answer : You tin download linguistic communication specific latest released customer drivers for selenium WebDriver software testing tool at http://docs.seleniumhq.org official website. For coffee language, You volition larn bunch of jounce files In goose egg folder. And together with thus you lot tin add together all those jounce files In your project's coffee laid path every bit a referenced libraries to larn back upward of webdriver API.


33 : Can you lot say me the work of "submit" method In selenium WebDriver?
Answer : We tin role submit method to submit the forms In selenium WebDriver software automation testing tool. Example : Submitting registration form, submitting LogIn form, submitting Contact Us shape ect.. After filling all required fields, We tin telephone telephone submit method to submit the form. VIEW EXAMPLE.

34 : Do you lot bring faced whatsoever Issue with "submit" method whatsoever time?
Answer : Yes, I bring faced Issue similar submit method was non working to submit the form. In this case, Submit push of shape was located exterior the opening <form> together with closing </form> tags. In this example submit method volition non industrial plant to submit the form.

Also If submit push Is located Inside opening <form> together with closing </form> tags but that button's type tag's attribute Isn't submit then submit method volition non work. It(type tag's attribute) should endure ever submit.


35 : What Is the syntax to type value In prompt dialog box's Input plain using selenium WebDriver?
Answer : Prompt dialog Is only similar confirmation warning dialog but with selection of Input text box every bit bellow.


To Input value In that text box of prompt dialog, You tin role bellow given syntax.
driver.switchTo().alert().sendKeys("Jhon");



More interesting articles here :Generation Enggelmundus Internet Marketing Tool here :Zeageat IM http://www.software-testing-tutorials-automation.com/
Post a Comment (0)
Previous Post Next Post