I am currently having trouble logging into a .net website
I'm just wondering if HttpUnits are the best choice for testing .net applications. I am currently looking at nunitasp, but I don't want to learn something new at this point.
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have absolutely no experience using HttpUnit with .Net, but if you're hitting a web server, one would think that HTTP is HTTP and HTML is HTML, regardless of the server-side code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently having trouble logging into a .net website
I'm just wondering if HttpUnits are the best choice for testing .net applications. I am currently looking at nunitasp, but I don't want to learn something new at this point.
thanks
I have absolutely no experience using HttpUnit with .Net, but if you're hitting a web server, one would think that HTTP is HTTP and HTML is HTML, regardless of the server-side code.