473,386 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

testing websites and web services

I have a local IIS server and a SQL server 2000 setup on my home computer. I
am going to create a database and some tables along with stored precudures.
Is that all I need to start building and testing my websites?

Thanks.
Jess
May 28 '06 #1
5 1710
Hello Jessica,

Use UnitTest for this. You need to test each methods of WS to be sure it
returns regular values

Creating DB and tables migh not mean that you WS works correctly, becase
wrong DB/Table could create

You need to apply UnitTest on the each stage of you system - test WS, test
stored procedures

JW> I have a local IIS server and a SQL server 2000 setup on my home
JW> computer. I am going to create a database and some tables along with
JW> stored precudures. Is that all I need to start building and testing
JW> my websites?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
May 28 '06 #2

"Michael Nemtsev" <ne*****@msn.com> wrote:
You need to apply UnitTest on the each stage of you system - test WS, test
stored procedures


What is a good unit testing tool which is easy to learn and use?

Thanks.
Jess
May 28 '06 #3
Hello Jessica,

Use NUnit (http://nunit.sf.net) or VS 2005 tests (u need TeamSuite Edition
of VS 2005)
Start reading from there http://www.codeproject.com/csharp/unittestmanual.asp
and http://www.codeproject.com/csharp/autp1.asp (there are 5 articles, change
from 1 to 5 in autp1.asp)

And about TDD: http://www.codeproject.com/dotnet/tdd_in_dotnet.asp

BTW, you can use Rubby for testing web applications. Read there http://www.codeproject.com/useritems...stExecutor.asp
You need to apply UnitTest on the each stage of you system - test WS,
test stored procedures

JW> What is a good unit testing tool which is easy to learn and use?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
May 28 '06 #4
> What is a good unit testing tool which is easy to learn and use?

NUnit for unit tests (www.nunit.org)
NUnitASP for unit tests for web pages (http://sf.net/projects/nunitasp)
WAST (from Microsoft) for stress testing

LoadRunner/WinRunner for general Web Testing.
--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
http://webservices.edujini.in
-------------------
May 28 '06 #5
If you want to test web services, you can do this totally online and
for free, assuming the web services are accessible over the internet -
nothing to install, just use your browser. Check out
www.mgateway.com/wsdlClient.htm
Jessica Weiner wrote:
I have a local IIS server and a SQL server 2000 setup on my home computer. I
am going to create a database and some tables along with stored precudures.
Is that all I need to start building and testing my websites?

Thanks.
Jess


Jun 9 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Craig Hardcastle | last post by:
Hi, How do you pass data between websites? By this i mean say a users information was stored at a site, say "User Info" and a website "TheLogin" wanted to get the users info from "User Info",...
2
by: Robb Shecter | last post by:
Anybody know about a Python library for testing websites? I'm thinking of something like a scriptable browser, where you could tell it to browse to a certain URL, check for the existence of...
3
by: Andrew | last post by:
Hi, I am thinking about ways for efficient techniques for isolation testing. Here is the problem as I see it: Complex OO systems are designed with massive number of dependencies between modules...
10
by: Doc | last post by:
I keep reading about various websites being hacked into and wonder, how is this done? Not for any nefarious reasons, but to take measures to protect mine. Apparently this has been done to some high...
3
by: Abhi | last post by:
Hi- I'm looking for C# code sample that will extract the list of websites from the IIS manager. anyone? Thanks!
4
by: Daniel.Benedek | last post by:
Hey there, I have a number of web services that interact with each other ( send requests to each other etc ). I would like to test the interaction between them ? Does anyone have any ideas as to...
4
by: David | last post by:
Hi list. Do test-driven development or behaviour-driven development advocate how to do higher-level testing than unit testing? types of testing: unit integration system
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.