Watir tips and tricks
A collection of useful tips and tricks for WATIR and RUBY.
Home
Installation
Errors
Wednesday, May 18, 2011
Running Watir tests in parallell
If you want to speed up running your Watir tests, one easy way is to use
PsExec
. With this utility you can start browsers using different users.
To run a Ruby script using
PsExec:
psexec.exe -w . -i -d -u <uname> -p <pwd> "myrubyscript.rb"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment