473,669 Members | 2,523 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1724
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.co m> 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
2719
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", how would this be done? This is probably an easy thing to do, but i'm a newbie!
2
1570
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 certain text in a page, follow a certain link, etc. I've begun writing my own (because it's so easy to do in Python), but wondering if there's anything out there like this. Thanks! Robb
3
2301
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 and classes. In most cases these dependencies end-up in external systems such as databases and OS. Overhead in designing systems with "could be stubbed" in mind is great, so in many cases dropped. I would appreciate if anyone interested in this...
10
7130
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 profile sites that you would think would have good security in place. In fact, if memory serves, wasn't one of Microsoft's site hacked? Since you have to put in a password to get into the server, obviously there's some other way to do it. How...
3
2773
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
1395
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 how I would go about doing that ? Some thing along the lines of having them running and be able to test the messages being sent across Thanks
4
1936
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
8384
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8590
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8659
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7410
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4208
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4387
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2798
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2035
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1790
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.