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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Tool for testing ASPX pages

Tool for testing ASPX pages

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netdatabasesysadmin
2 Posts 2 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.
  • M Offline
    M Offline
    Marco2250
    wrote on last edited by
    #1

    Hi all. First, sorry for my bad english. I'm searching for a tool that I can use to made my asp.net tests more quickly. Example: Suppose that I have a web form that has several controls and a button "Save" to persist them into a database table. I compile and run it on my web browser. I type the data for each control, select each dropdownlist, etc, etc. Then I click on "Save". At this point, at some logic on my code behind/business class I got an error (any type of error, logic, database, etc etc). I need to STOP de debugging, fix the bug and run the web form again on my web browser. With this, I'm going to thest my web form again. So, I need to type every data of my controls AGAIN and AGAIN and AGAIN whenever I got an error (it's a cycle, until I fix all the bugs). This sucks. I'm finding for a tool that "encapsulates" the POST data (everything: data that I typed on my controls, viewstate, etc, etc) and post it AUTOMATICALLY to my page (at server side). With this, I can test the logic IMMEDIATELY, with no need to type the SAME data again. If you know some tool, please, help me. Best Regards, Marco Alves.

    D 1 Reply Last reply
    0
    • M Marco2250

      Hi all. First, sorry for my bad english. I'm searching for a tool that I can use to made my asp.net tests more quickly. Example: Suppose that I have a web form that has several controls and a button "Save" to persist them into a database table. I compile and run it on my web browser. I type the data for each control, select each dropdownlist, etc, etc. Then I click on "Save". At this point, at some logic on my code behind/business class I got an error (any type of error, logic, database, etc etc). I need to STOP de debugging, fix the bug and run the web form again on my web browser. With this, I'm going to thest my web form again. So, I need to type every data of my controls AGAIN and AGAIN and AGAIN whenever I got an error (it's a cycle, until I fix all the bugs). This sucks. I'm finding for a tool that "encapsulates" the POST data (everything: data that I typed on my controls, viewstate, etc, etc) and post it AUTOMATICALLY to my page (at server side). With this, I can test the logic IMMEDIATELY, with no need to type the SAME data again. If you know some tool, please, help me. Best Regards, Marco Alves.

      D Offline
      D Offline
      DavidNohejl
      wrote on last edited by
      #2

      Well, technically, this is what you are looking for: http://msdn2.microsoft.com/en-us/teamsystem/aa718823.aspx[^]


      "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

      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