Yes true, Selenium Grid is not applicable for this scenario. One possibility might be get a selenium session for USER A from the server and stop at the point where you can get another selenium session for USER B and assert that user b is not able to do so. I have not done this before, but you should be able to get different sessions from Tellurium.
Thanks Haroon On 30 July 2010 15:34, Jian Fang <[email protected]> wrote: > Thanks for clarifying Selenium Grid problem. I didn't use it and sorry for > my wrong suggestion. > > To support running different tests on different browsers is a goal for > Tellurium. But it may take some time > to implement that with our limited contributors because we need to refactor > Tellurium core and re-implement selenium server with self-organizing > capability. > > Thanks, > > Jian > > On Fri, Jul 30, 2010 at 10:24 AM, Sergei Frolov <[email protected]>wrote: > >> Thanks for quick response! >> >> I did not dive deep in SeleniumGrid, but as I understand it is only >> possible to run the same test on different browsers using Grid, not running >> different tests on different browsers at the same time. Anyway, Grid is not >> applicable because the idea was to use DSL for that purpose to let customer >> write his own tests easily... >> > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
