Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to test AJAX

How to test AJAX

Scheduled Pinned Locked Moved ASP.NET
helptutorialcsharpjavascriptasp-net
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sandeep Akhare
    wrote on last edited by
    #1

    Hi All, I am writing NUnit ASP automated tool for ASP.NET web application In which i have some controls (radio button) causing asynchronous postback i have written below code for checking one of the radio buttons RadioButtonTester rbtnCollPropAddressSame = new RadioButtonTester("ctl00_FormContentPlaceHolder_ContactInformation_rbYes"); rbtnCollPropAddressSame.Checked = true Now issue is while testing the application using Nunit ASP ScriptManager.IsInAsyncPostBack is showing false (when debug) causing error in the application. Note: this error is not happening when we checked radio button in browser (working fine while testing manually) Please let me know how to make asynchrous postback using Nunit ASP using any other extension. I knew AJAX and javascript is not supported by Nunit ASP. Is there any another tool to do the same. Please give me any tutorial url so that i can make use of it.

    Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups