in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • Re: BUG: AnnotateXX and AspNetHostBrowser

    Try adding this bit of code to your TestInitialize section: if ( Settings .Current.DefaultBrowser == BrowserType .AspNetHost) { Settings .Current.AnnotateExecution = false ; } That should automatically disable annotation whenever you're using the AspNetHostBrowser. If you're doing manual calls...
    Posted to ASP.NET/AJAX Testing (Forum) by sircody on 08-09-2007
  • BUG: AnnotateXX and AspNetHostBrowser

    When using AspNetHostBrowser, AnnotateElement and AnnotateMessage throw an exception in certain cases .. Can you set Settings.Annotate to false automatically, if the current browser does not support annotations (and not debugging UILess)??
    Posted to ASP.NET/AJAX Testing (Forum) by LogicLabs on 08-09-2007
  • Re: AnnotateElement is not frames aware

    Cody - Would you be able to provide us with the page/url that reproduces this issue. We specifically tested Annotator with frames. It would be great if you can help us track the specifics around this scenario.
    Posted to General Questions (Forum) by admin on 08-06-2007
  • AnnotateElement is not frames aware

    I set annotateExecution="true" in my app.config file. My test eventually navigates to a two frame page (a top frame and a bottom frame). It appears that the AnnotateElement function is not handling frames correctly. It's highlighting in frame 0 elements that are being acted on in frame...
    Posted to General Questions (Forum) by sircody on 08-03-2007
Page 1 of 1 (4 items)
Copyrights © 2008 ArtOfTest, Inc. All rights reserved.