SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 30 day free trial to unlock unlimited reading.
24.
Control Flow
def method_missing(*args)
args.join(" ")
end
if foo
do_something
elsif
do_something_else
else
shouldnt_be_here
end
while i_am_talking
audience.stay_tuned
end
5.times do
how_many_times_do_i_do_this
end
def stack_overflow
stack_overflow
end
28.
selenium-side-runner
• Parallel execution
• Base url for multiple deployments
• Grid execution
• Configurable through capabilities
• e2e test framework for free
29.
Interpreted using Node
npm install -g selenium-side-runner