Wednesday 19 March 2014

WHAT IS SELENIUM?
  • Java Script Framework that runs in your web browser
  • works anywhere java script is supported
  • Hooks for many other languages like java,ruby,python.
  • Can simulate a user navigating through pages and asser for specific marks on the pages.
  • All you need to really know is how to using HTML in a right away.
Where to get it?
  • You can use selenium core and customize everything
  • But it is easier to get a firefox plug-in Selenium IDE that helps you records test cases.
  • you can record that an app is being used and then playback those recordings followed by asserts.
  • Get everything at www.openqa.org/selenium/

1 comment: