Hi 

we have  'concurrent_search.rb" example in Watir example folder.

this example open 3 concurrent browser and perform the same action ie search 
string "pickaxe" on google page.

i want different search string to be passed for each thread being executed. Is 
it possible??

For eg - define an array search = {"google","microsoft" , "excel"}

now for each thread pass one of the array element like thread1 pass seach[1] , 
for thread2 pass search[2] and so on. 

this scenario is imp. when we putting load on authentication screen and need 
different login credentials for each thread.
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to