The stored variables are cleared at the start of each test. This is so that the results of one test are not mysteriously affected by the results of another test. (Although at the moment there is a bug where an unverified alert or confirmation at the end of one test will cause the next test to fail!)
If there is enough demand for this feature we could consider introducing the concept of permanent versus temporary variables, where the former are only cleared at the start of an entire suite and the latter are cleared at the start of each test. Cheers, David David Kemp ThoughtWorks Australia Pty Ltd http://www.thoughtworks.com [EMAIL PROTECTED] wrote: ----- >To: [EMAIL PROTECTED] >From: jignesh >Sent by: [EMAIL PROTECTED] >Date: 06/29/2005 04:05PM >Subject: [Selenium-users] Queries > >Hi, >I have a query regarding the variable, I created the table and i have > >declared the variable by using the command "storeValue" ok its fine >in >that table but if i want to use that variable in another table then >it >is not working for this i have to write the whole script in one >table >only so please give me the solution for this as soon as possible > >Thanks & Regards, >Jignesh C.Patel > >_______________________________________________ >Selenium-users mailing list >[EMAIL PROTECTED] >http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users _______________________________________________ Selenium-users mailing list [EMAIL PROTECTED] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
