jignesh a écrit :
Hi,
       Iam using selenium HTML based  Iam, declaring the storevalue command in a table as  
                                  | storeValue| Value to be stored|Variable|
        so problem here is  I can use that variable within that  table but I cant use that variable further in another tables Any suggestion in this matter would be very helpful.
This is a design choice of selenium. Test are to be independent otherwise if one test fail, all other fails
Also remember test have to.be very deterministic (less bugs in tests) so you should avoid storeValue as much as possible.

If you want to override this you can write your own extension (see user-extensions.js.sample) as a storePermanentValue for example, taking example on original storeValue action.

Alex.

sorry for this automatic junk footer :
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to