in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • Re: AspNetHostBrowser and request headers

    The actual type of the browser object when using the AspNetHost is AspNetHostBrowser under: ArtOfTest.WebAii.BrowserSpecialized.AspNetHostBrowser; Cast the ActiveBrowser object to an instance of AspNetHostBrowser; That will give you access to the underlying AspNetAppInstance which is used to process...
    Posted to Getting Started (Forum) by admin on 06-10-2008
  • AspNetHostBrowser and request headers

    Hi, I've just started using WebAii with NUnit, it looks like this is a great product! I'm trying to test a web app that uses the ASP.Net Ajax controls and I get an error that the UpdatePanel requires a browser supporting DOM 1.0 - I think I have narrowed this down to the fact that the UserAgent...
    Posted to Getting Started (Forum) by srsb on 06-09-2008
  • ASPNetHost and web binary references

    I would like to test a more advanced web site that references other components and controls, i.e. it's not just a simple code-behind web page. Is there any built in support for this scenario or do I need to copy the appropriate DLLs to a bin folder ready for the aspnet server to pick up?
    Posted to ASP.NET/AJAX Testing (Forum) by srnok on 04-24-2008
  • 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
  • AspNetHostBrowser

    I created the AspNetHostBrowser based on the samples. It is working on the first aspx page. But when I call the Click method on a button and want to navigate to another page, IE gives message like "objec is moved here". Any idea? Thanks!
    Posted to ASP.NET/AJAX Testing (Forum) by tongleiyw on 06-21-2007
Page 1 of 1 (6 items)
Copyrights © 2008 ArtOfTest, Inc. All rights reserved.