Hi Haroon, I totally agree that having automated tests depend on manual input is a bad idea! But I am using the automated tests to set up the manual test, not the other way round. At the moment, I cannot do that with Tellurium, because it closes all browser windows upon shutdown.
Apart from that, using Breakpoints for debugging is a nice idea, thanks for the hint! Regards, ez On 5 Aug, 13:06, Haroon Rasheed <[email protected]> wrote: > It is not really a good thing to set up something manually during the test > runs, but for debugging purposes you can use the Breakpoints provided by > almost all of the JAVA IDEs. At the breakpoint the test will stop and you > can do whatever you want to do. > But it is not a good practice to start up the tests and then halt the > execution at a certain point and set up the data and continue the tests. > > Cheers > Haroon > > 2009/8/5 Evil Zub <[email protected]> > > > > > Hello again, > > > Thanks your quick answers! > > Let me clarify my question a little: What I really intended was to > > keep the browser window open after all tests are finished and > > Tellurium closes down. I find that convenient i.e. for developing and > > debugging tests, or for doing some setup prior to manual tests. > > > Regards, > > ez > > > On 5 Aug, 12:26, dominicm <[email protected]> wrote: > > > I find if your jUnit fixture extends TelluriumJavaTestCase then it > > > will keep the browser session open across multiple tests. > > > > On Aug 5, 10:29 am, Haroon Rasheed <[email protected]> wrote: > > > > > As per my understanding, we currently do not have a mechanism to use > > one > > > > browser session accross multiple tests but we can add that. I have just > > > > created an issue for it. > >http://code.google.com/p/aost/issues/detail?id=238 > > > > > <http://code.google.com/p/aost/issues/detail?id=238>Cheers > > > > Haroon > > > > > 2009/8/5 Evil Zub <[email protected]> > > > > > > Hello, > > > > > > I am currently evaluating Tellurium and I think it is a quite nice > > > > > framework. However, I have one question: > > > > > Is there a way to keep tellurium from closing the browser once the > > > > > tests are finished (apart from putting a "pause()" at the end of a > > > > > testcase)? > > > > > > Regards, > > > > > ez- Hide quoted text - > > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
