473,661 Members | 2,456 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

application tester

Hey is ther any good Windows Application Tester (you know the kind to beat
the hell out of a project to see if its structurally sound?)

That would be cool

-CJ
Nov 20 '05 #1
16 1501
Are you looking for a person or a program?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
"CJ Taylor" <ct*****@morton welding.com> wrote in message
news:eb******** *****@TK2MSFTNG P09.phx.gbl...
Hey is ther any good Windows Application Tester (you know the kind to beat
the hell out of a project to see if its structurally sound?)

That would be cool

-CJ

Nov 20 '05 #2
CJ,
I use NUnit from www.nunit.org.

I also like features of CSUnit from www.csunit.org

Both work with VB.NET.

There is an on going debate if the above can & should be used for UI.

I believe Rational Suite TestStudio is the newer version of Visual Test:
http://www.rational.com/products/tstudio/index.jsp

http://www.rational.com/products/visual_test/index.jsp

I understand both support UI testing...

Hope this helps
Jay

"CJ Taylor" <ct*****@morton welding.com> wrote in message
news:eb******** *****@TK2MSFTNG P09.phx.gbl...
Hey is ther any good Windows Application Tester (you know the kind to beat
the hell out of a project to see if its structurally sound?)

That would be cool

-CJ

Nov 20 '05 #3
Hello,

"CJ Taylor" <ct*****@morton welding.com> schrieb:
Hey is ther any good Windows Application Tester (you know
the kind to beat the hell out of a project to see if its structurally

sound?)

What exactly do you want to check?

FxCop:
http://www.gotdotnet.com/team/fxcop/

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 20 '05 #4
Hello,

"CJ Taylor" <ct*****@morton welding.com> schrieb:
Hey is ther any good Windows Application Tester (you know the
kind to beat the hell out of a project to see if its structurally sound?)


You will find some links Application Testing Tools there:

http://www.cetus-links.org/oo_dotnet...tilities_tools

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 20 '05 #5
I think I would like to point out with the number of responses here... It
PAYS to contribute to this NG. =)

Thanks for the help, I'll be checking them out later.

-CJ
"CJ Taylor" <ct*****@morton welding.com> wrote in message
news:eb******** *****@TK2MSFTNG P09.phx.gbl...
Hey is ther any good Windows Application Tester (you know the kind to beat
the hell out of a project to see if its structurally sound?)

That would be cool

-CJ

Nov 20 '05 #6
Nak
> I think I would like to point out with the number of responses here... It
PAYS to contribute to this NG. =)


How much are you being "paid" my Microsoft then? ;-)

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
/\/\/\/\/\/\/\/\/\/\/
It seems you are not enabling Option Strict. Enable it in the project
properties and the compiler might find the error for you. Jobs a good'n!
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
/\/\/\/\/\/\/\/\/\/\/
Nov 20 '05 #7
Hello,

"Nak" <a@a.com> schrieb:
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ /\/\/\/\/\/\/\/\/\/\/
It seems you are not enabling Option Strict. Enable it in the project
properties and the compiler might find the error for you. Jobs a good'n!
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ /\/\/\/\/\/\/\/\/\/\/


LOL

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 20 '05 #8
Cor
I did read something in this newsgroup about Use Option Strict On
That has something to do with application errors.
I don't remember where I did read that.
:-)
Nov 20 '05 #9
Nak
> I did read something in this newsgroup about Use Option Strict On
That has something to do with application errors.
I don't remember where I did read that.


What the hell is "Option Strict"??? Never heard of it!

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
It seems you are not enabling Option Strict. Enable it in the project
properties and the compiler might find the error for you. Jobs a good'n!
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Nov 20 '05 #10

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

Similar topics

0
1312
by: Alexander DEJANOVSKI | last post by:
Just released Retic SOAP tester 0.2. New features : SOAP messages exchanged are now pretty-printed and syntax-colored for better legibility. Downloads : http://sourceforge.net/projects/retic/ ================================================================================ Retic SOAP tester is a GUI tool written in Python (wxPython) that is
2
1674
by: Michele Simionato | last post by:
Some time ago I hacked a custom solution to run doctests on text files containing documentation. The solution involved this kind of game: tester=doctest.Tester(globs={},verbose=1) tester.runstring(mytest) It worked fine, but now with Python 2.4.a3 I get DeprecationWarning: class Tester is deprecated; use class
1
1868
by: Andy | last post by:
Hi All, I'm basically just trying to get started with the Exception Management Application Block and am having some technical difficulties. All I want to do to begin with is create a simple Windows Application (which I have done and named "ExceptionManagementTester") and within it create and use a custom publisher. The Exception Management Tester Solution contains ONE project with these files:
0
10142
by: mammucion | last post by:
Trying to automate processing 80,000 data sets through 15 web pages. Application URL creates a new IE instance in which runs first a login form and then runs the rest of the pages in the new window. I can connect to a running Excel instance and obtain information from the Excel DOM. I cannot do the same with Internet Explorer. However, I can successfully create an new IE instance and manipulate it. Using an application that has its own...
0
1018
by: elridge.dmello | last post by:
I am a new user of NUnitAsp. I have encountered a problem for which I do not know the reason. Some tester objects that I create for various input controls turn out to be invisible, i.e their "visible" property is false. This does not occur all of the time. Does anyone have any idea why this might be happening? I cannot seem to figure out why NUnitAsp sometimes creates tester objects that are not visible while other times the testers...
0
1057
by: elridge.dmello | last post by:
Does anyone know if there is some code out there that acts as a NUnitAsp tester for RadioButtonList controls? Or any ideas on how to go about creating a tester for such a control? Thanks in advance! Elridge
2
1684
by: WWengert | last post by:
I am developing a Windows application using VS2005 Pro (VB). The solution includes a setup project. I sent the setup files to a tester and he installed and used the program successfully. I then sent him a new install package with some updates but after he did the uninstall via Add/Remove Programs and then runs the new install package it complains that the program is already installed? How can I completely uninstall the previous version. ...
0
991
by: RAM | last post by:
Hello, We have an urgent requirement with our direct client. FUNCTIONAL TESTER Location: Durham, NC Duartion: 6+Months Start date: ASAP Skills: Ø SIP protocol
0
1549
by: Imran | last post by:
JOB ID: BE 3001 Please refer to the Job ID in all your communication both in subject line of your email and in the body text. Hi Friends, Good Morning ,...Hope you doing good! Our client needs a PeopleSoft Performance Tester LOC: MN Duration: Long term
0
8341
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,...
0
8754
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8542
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
8630
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...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4343
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2760
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
1984
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.