This Project contains three examples for Selenium implication
1. Watir
This ruby project shows how to execute BDD test - Search on Amazon
This project can be executed on local machine or on the cloud.
To configuration file is under watier\support\env.rb
or execute localy set the parameter
(ENV['ENVIRONMENT'] ||='local').downcase.to_sym # allows me to set environment for testing as argument. defaults to 'prod'
to execute in the cloud
(ENV['ENVIRONMENT'] ||= 'perfecto').downcase.to_sym # allows me to set environment for testing as argument. defaults to 'prod'
In order to execute it on Perfecto cloud get token for the free free trial
2. Protractor
This JS project shoes how to execute same script in parallel using multiCapabilities , and alos how to connect it to reporting system by using the specStarted and specDone functions
3. Quantum
Java based project execute scripts on descktop and web using TestNG.xml file
All the project can be executed on Perfecto cloud , all you need is get a token from : Free Trial
You also can see all the live demos in the the "Advanced Test Automation Techniques Using Selenium" [webinar](https://info.perfectomobile.com/AdvancedSelenium.html?utm_source=advsel-ondemand?utm_content=Webinar?utm_medium=Web-organic?utm_campaign=advsel-webinar) .
If you like to learn more about Selenium you can download our eBook