1 / 17

Master the Selenium Automation Testing Suite for Efficient Web Application Testing

Discover the versatile Selenium suite of tools for rapid test automation in web-based applications. Learn how to simulate user navigation and use Selenium IDE to record and playback tests across various browsers and platforms. Explore the wide range of commands, targets, and values to streamline your testing process.

amccaffrey
Télécharger la présentation

Master the Selenium Automation Testing Suite for Efficient Web Application Testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Selenium Automation Testing Suite of Tools

  2. What is Selenium? • Selenium is a robust set of tools that supports rapid development of test automation for web-based applications. • Works anywhere JavaScript is supported • Hooks for many other languages - Java, Ruby, Python • Can simulate a user navigating through pages and then assert for specific marks on the pages • All you need to really know is HTML to start using it right away

  3. Selenium • You can use open source - Selenium tool • Selenium IDE is a plug-in to Firefox to record and playback tests (like WinRunner, QTP). • You can then export the recorded test in most language e.g. HTML, Java , .NET , Perl , Ruby etc. • The exported test can be run in any browser and any platform using "selenium remote control".

  4. Where to get it? • You can use Selenium-Core and customize everything – deprecated. • But it is easier to just get a Firefox plug-in “Selenium-IDE” that helps you “record” test Cases. • You can record how an app is being used and then playback those recordings followed by asserts. • Get everything at: www.openqa.org/selenium/

  5. Selenium-IDE • Integrated Development Environment for building Selenium test cases. • Operates as a Firefox add-on and provides an interface for developing and running individual test cases or entire test suites. • Selenium-IDE has a recording feature, which will keep account of user actions as they are performed and store them as a reusable script to play back. • It also has a context menu (right-click) integrated with the Firefox browser, which allows the user to pick from a list of assertions and verifications for the selected location. • Offers full editing of test cases. • Although it is a Firefox only add-on, tests created in it can also be run against other browsers by using Selenium-RC & specifying the name of the test suite on the command line.

  6. Supported Browsers * Tests developed on Firefox via Selenium-IDE can be executed on any other supported browser via a simple Selenium-RC command line.

  7. Selenium IDE

  8. Selenium IDE Test Suite Example

  9. Commands, Targets (locators) & Values

  10. Commands, Targets (locators) & Values

  11. Commands, Targets (locators) & Values

  12. WaitFor, Pause & SetTimeOut Commands

  13. WaitFor, Pause & SetTimeOut Commands

  14. WaitFor, Pause & SetTimeOut Commands

  15. Reference Section

  16. Log Section

  17. Selenium Test Suite Demonstration Selenium Test Suite Demonstration - YouTube

More Related