WebDriver Links
WebDriver:1. Captcha can be automated or not ?.
> Captcha having plain text with out image can be automated.
> Captcha with image can't be automated.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/captcha-which-could-be-automated.html
2. If any textbox is disabled then how to send the value to that box ?
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/if-any-textbox-is-disabled-then-how-to.html
3. How to find the broken link in a web page.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-find-broken-link-in-web-page.html
4. Launch Chrome Browser Using WebDriver
Reference: http://www.abodeqa.com/2013/02/21/launch-chrome-browser-using-webdriver/
5. Capture Network traffic using webdriver.
Reference: http://www.seleniumtests.com/2012/10/capture-network-traffic-using-webdriver.html
6. WebDriver Tips & Tricks
Reference: https://code.google.com/p/selenium/wiki/TipsAndTricks
7. Capture Screenshot of Web Page In Selenium WebDriver
Reference: http://www.abodeqa.com/2013/02/26/capture-screenshot-of-web-page-in-selenium-webdriver/
8. Webdriver tutorial
Reference:
http://www.toolsqa.com/
9. Webdriver examples/demos
Reference:
http://hmsinghselenium.blogspot.in/
10. How to upload a file in Selenium Webdriver
Reference: http://www.learn-automation.com/2014/05/how-to-upload-file-in-selenium-webdriver.html
11. Handle proxy in Selenium Webdriver
http://www.learn-automation.com/2014/08/how-to-handle-proxy-setting-in-selenium.html
http://www.softwaretestinghelp.com/selenium-tutorial-1/
13. Run tests on specific Firefox version | Selenium
http://seleniumworks.blogspot.in/2014/03/run-tests-on-specific-firefox-version.html
14. Integrate JS with Selenium | Basics
http://seleniumworks.blogspot.in/2014/01/integrate-js-with-selenium-basics.html
15. EventFiringWebDriver | AbstractWebDriverEventListener
http://seleniumworks.blogspot.in/2014/02/eventfiringwebdriver.html
16. E-mail Selenium Test Reports
http://seleniumworks.blogspot.in/2014/02/e-mail-selenium-test-reports.html
17. Switch to User Agent - Firefox | Chrome
http://seleniumworks.blogspot.in/2013/10/switch-to-user-agent-firefox.html
18. Video Record Selenium Tests
http://seleniumworks.blogspot.in/2013/10/video-record-selenium-tests.html
19. How to do XPath validation ?
http://seleniumworks.blogspot.in/2013/09/how-to-do-xpath-validation.html
20. Page Scroll using Selenium WebDriver
http://seleniumworks.blogspot.in/2013/08/page-scroll-using-selenium-webdriver.html
21. Selenium tutorials for beginners
http://seleniumeasy.com/selenium-tutorials
22. Password Encryptor for Webdriver
https://automationbycharan.wordpress.com/2015/05/31/password-encryptor-for-webdriver/
23. Advanced Selenium Avoid PageLoad
https://automationbycharan.wordpress.com/2015/05/31/advanced-selenium-x-path/
24. Set Temporary Proxy
https://automationbycharan.wordpress.com/2015/05/31/set-temporary-proxy/
JavascriptExecutor
http://www.swtestacademy.com/selenium-11-javascriptexecutor/
http://www.seleniumbix.com/#!javascriptexecutor-in-selenium/cn84
Handling Browser Tabs:
1. How to close new tab or How to open new tab and close it ?
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-close-new-tab-or-how-to-open-new.html
2. How to download pdf file in desired location without using AutoIt tool.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-download-pdf-file-in-desired.html
3. How to open a link in new tab.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-open-link-in-new-tab_21.html
Handling mouse events:
1. How to save image by right click on that and save as image.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-save-image-by-right-click-on.html
2. How to move the pointer as well while moving the cursor or How to use Robot class.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-move-pointer-as-well-while.html
3. How to scroll down and up in any web page.
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-scroll-down-and-up-in-any-web.html
Handling browser addons:
1. How to open browser with Addons using WebDriver
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-to-open-browser-with-add-ons-using.html
2 Adding add-on in Firefox and Chrome using WebDriver
Reference: http://www.abodeqa.com/2013/08/24/adding-add-on-in-firefox-and-chrome-using-webdriver/
Miscellaneous:
1. Email WebDriver results/report.
Reference: http://www.abodeqa.com/2013/06/19/email-your-failing-selenium-webdriver-scripts-stack-trace-to-your-email-id/
2. JQuery Selector fundametals
Reference: http://www.abodeqa.com/2013/05/09/jquery-selector-fundametals/
3. Handling Windows Processes Through WebDriver
Reference: http://www.abodeqa.com/2013/03/05/handling-windows-processes-through-webdriver/
4. Advance Selenium Reporting with Screenshots
Reference: http://learn-automation.com/advance-selenium-reporting-with-screenshots/
Authentication:
1. How do you handle https website in selenium ?
Reference: http://selenium-makeiteasy.blogspot.in/2014/05/how-do-you-handle-https-website-in.html
2. Unexpected error launching Internet Explorer. Protected Mode must be set to the same value
Reference: http://www.abodeqa.com/2013/05/25/unexpected-error-launching-internet-explorer-protected-mode-must-be-set-to-the-same-value/
3. Accepting Untrusted SSL certificate in WebDriver for Chrome and Firefox Browser
Reference:
http://www.abodeqa.com/2013/05/03/accepting-untrusted-ssl-certificate-in-webdriver-for-chrome-and-firefox-browser/
http://www.learn-automation.com/2014/09/how-to-handle-untrusted-ssl-certificate.html
http://www.seleniumbix.com/#!handle-ssl-certificate-issues-in-seleniu/cxor
4. Handle Authentication Window using AutoIT and Sikuli Reference: http://selenium4.blogspot.in/2014/12/handle-authentication-window-with.html
Webdriver Troubleshooting:
1. Java Webdriver control hangs, while downloading file in InternetExplorer-9
Reference:
http://automation-home.blogspot.in/2014/08/IE9-download-file-wd-control-hangs.html
2. How to handle proxy setting in Selenium Webdriv
Reference:
http://www.learn-automation.com/2014/08/how-to-handle-proxy-setting-in-selenium.html
3. How to execute testcases in remote machine using Grid 2.0
Reference:
http://www.learn-automation.com/2014/06/how-to-execute-testcases-in-remote.html
4. Challenges with IE browser in Selenium Webdriver
Reference:
Mobile Driver:
1 Windows Phone WebDriver
Reference: https://winphonewebdriver.codeplex.com/
2 Mobile WebDriver
Reference: http://seleniumhq.wordpress.com/2013/08/28/mobile-webdriver/
3. Appium Tutorial - safari launcher on Real IOS / IPhone Device part 1
Reference: https://www.youtube.com/watch?v=RHZgGwD6Rh0&feature=youtu.be&a
4. Appium Tutorial-IOS Configuration on mac
Reference: https://www.youtube.com/watch?v=BULjgsTpw2c&feature=youtu.be
5. Appium Tutorials
Reference: http://software-testing-tutorials-automation.blogspot.in/2015/10/appium-tutorials.html
Selenium Builder :
Reference:
http://www.slideshare.net/seleniumconf/introducing-selenium-builder-the-future-of-test-development
http://www.slideshare.net/Zarkonnen/selenium-builder
Webdriver-Flash :
1. How to automate flash (Youtube) in Selenium Webdriver Reference:
http://www.learn-automation.com/2014/11/how-to-automate-flash-youtube-in.html
Webdriver Listeners:
Reference:
www.learn-automation.com/2014/11/what-is-webdriver-listeners.html
Cuypu - Advanced wrapper for Selenium
Coypu is an advanced wrapper for Selenium, which removes some of the pain that we are facing with current automation with Selenium.
Coypu supports browser automation in .Net to help make tests readable, robust, fast to write and less tightly coupled to the UI.
https://github.com/featurist/coypu
Video Demo's
Part1- https://www.youtube.com/watch?v=qnK0CJsPhL4
Part2- https://www.youtube.com/watch?v=sEaazy4enzw
XPath
XPath Axes
1. XPath axes with good examples for beginners.
http://www.xmlplease.com/axis
No comments:
Post a Comment