Skip to content

UziEilon/SeleniumExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Examples:

This Project contains three examples for Selenium implication

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

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published