nunitasp-devl Mailing List for NUnitAsp (Page 9)
Brought to you by:
jlittle82
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(3) |
Apr
(26) |
May
(7) |
Jun
(6) |
Jul
(7) |
Aug
(39) |
Sep
(15) |
Oct
(30) |
Nov
(20) |
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(28) |
Feb
(15) |
Mar
(41) |
Apr
(51) |
May
(32) |
Jun
(5) |
Jul
(14) |
Aug
(19) |
Sep
(33) |
Oct
(30) |
Nov
(35) |
Dec
(95) |
2004 |
Jan
(5) |
Feb
(3) |
Mar
(15) |
Apr
(24) |
May
(9) |
Jun
(9) |
Jul
(8) |
Aug
(32) |
Sep
(15) |
Oct
(6) |
Nov
(22) |
Dec
(1) |
2005 |
Jan
(22) |
Feb
(9) |
Mar
(2) |
Apr
(33) |
May
(3) |
Jun
(2) |
Jul
(7) |
Aug
(24) |
Sep
(8) |
Oct
(2) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(2) |
May
(3) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Levi K. <lkh...@ho...> - 2004-08-06 02:09:50
|
Thanks Torin, I checked in your patch and a unit test for it. I did change one thing however, instead of adding ProxyUrl property of type Uri as in your patch, I added Proxy property of type IWebProxy. The difference in the usage is only: Browser.Proxy = new WebProxy("http://myproxy"); instead of: Browser.ProxyUrl = new Uri("http://myproxy"); but this way it's also possible to set proxy credentials and whether to bypass the proxy for local and/or certain other addresses, for example: Browser.Proxy.Credentials = Browser.Credentials; Browser.Proxy.BypassProxyOnLocal = true; Even though it's hard to imagine a situation when these functions (as well as the proxy itself) are needed, I mean we usually hit the local host when using NUnitAsp, I believe software should enable its users rather then limit them. Any thoughts on this, Jim? - Levi ----- Original Message ----- From: "T Ford" <tor...@li...> To: <nun...@li...> Sent: Tuesday, June 15, 2004 9:29 PM Subject: [NUnitAsp-devl] Add Trivial Proxy Server To HttpClient > I have posted a patch to the NUnitASP patch tracker. The title of the patch is the same as the subject of this email. I hereby give all copyright rights to Brian Knowles and Jim Shore. > > Torin Ford |
From: Jim S. <js...@ti...> - 2004-08-05 19:21:51
|
Friends, I will be out of the country with limited access to email from September 1st to November 2nd. In the meantime, if there are any urgent NUnitAsp issues that require access to SourceForge, please direct them to Levi Khatskevitch, as he has SourceForge permissions. I'm not sure what an "urgent NUnitAsp issue" would look like, but there you go. :) Jim -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, Ore. team. phone: 503-267-5490 email: js...@ti... |
From: Jim S. <js...@ti...> - 2004-08-05 18:12:47
|
-------- Original Message -------- Subject: [XP] ANN: StoryTestRunner - Graphical FIT Runner Date: Wed, 4 Aug 2004 20:20:32 -0700 (PDT) From: Chris Wheeler <chr...@ya...> Reply-To: ext...@ya... To: ext...@ya... Hello, This message is to announce the open source project StoryTestRunner, a GUI FIT test runner that executes test fixtures written with the .Net version of FIT. Features: * XML configuration file tells StoryTestRunner where to find HTML FIT specification files and .Net FIT fixtures * Tree view loads all FIT fixture files found in all subdirectories of the root directories specified in the XML specification file. * Tests can be run individually or all at once * Tree view colours failing tests red, passing green, and displays the number of passed/failed/exception tests * Right clicking a node runs a single test or displays the test results in Internet Explorer * Threaded, so UI is responsive while tests are running. Limitations / Missing Features * fit.dll needs to reside in the same directory as StoryTestRunner.exe * Need a Cancel Button * Nice to have the full directory structure reflected in the GUI * Nice to have GUI to modify XML configuration file * Help/documentation * FIT code generation for HTML FIT specification files. The project can be found at: http://storytestrunner.sf.net complete with an (outdated) homepage with (somewhat inaccurate) screenshots. Click on the link at the top of the page to get to the SourceForge project. The release notes, as well as the build and config notes, are out of date and inaccurate as well, so read them with a grain of salt. They will be updated soon. Special thanks to Raymond Lee and Friedrich Brunzema who helped to create key features and remove limitations that would have prevented this project from being a useful tool. Please take a look at it, and if it's something that you consider useful, consider using it on your own projects and even joining the project as a programmer. Thanks, Chris. ===== --------------------------- C H R I S W H E E L E R Extreme Programmer & Coach _______________________________ Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. http://messenger.yahoo.com To Post a message, send it to: extremeprogramming@eGroups.com To Unsubscribe, send a blank message to: extremeprogramming-unsubscribe@eGroups.com ad-free courtesy of objectmentor.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/extremeprogramming/ <*> To unsubscribe from this group, send an email to: ext...@ya... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, Ore. team. phone: 503-267-5490 email: js...@ti... |
From: Jim S. <js...@ti...> - 2004-08-05 17:43:23
|
Everyone, The "how do I get HTTPS support to work" question has come up often enough to be a FAQ. I'm not familiar with this functionality, so I need someone to help out. Can anybody here right a brief description of how to get HTTPS support working? If you can, I'll include it in the next release of NUnitAsp. Thanks, Jim -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, Ore. team. phone: 503-267-5490 email: js...@ti... |
From: Jim S. <js...@ti...> - 2004-08-04 20:46:28
|
Sounds good! Jim Levi Khatskevitch wrote: >Jim, > >While working on a patch, I noticed that class AnchorTester in HtmlTesters >namespace is inconsistently named with regards to NUnitAsp testers naming >scheme, it should be called HtmlAnchorTester instead. > >My take is to move its code to a new HtmlAnchorTester class, then make the >old AnchorTester class inherit HtmlAnchorTester for backward compatibility >and mark in with [Obsolete] - deprecated attribute. Then in a few releases >we can drop the old class altogether. > >What do you think? > > - Levi > > > -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, Ore. team. phone: 503-267-5490 email: js...@ti... |
From: Levi K. <lkh...@ho...> - 2004-08-04 20:07:01
|
Jim, While working on a patch, I noticed that class AnchorTester in HtmlTesters namespace is inconsistently named with regards to NUnitAsp testers naming scheme, it should be called HtmlAnchorTester instead. My take is to move its code to a new HtmlAnchorTester class, then make the old AnchorTester class inherit HtmlAnchorTester for backward compatibility and mark in with [Obsolete] - deprecated attribute. Then in a few releases we can drop the old class altogether. What do you think? - Levi |
From: Venkata R. Y. <vr...@sa...> - 2004-08-03 04:57:03
|
Hi All,=20 I am testing aspx pages hosted on secured site with https. When I am testing aspx page, I am getting following error.=20 "IRP.NUnitAsp.WebPageTests.LoginTest.TestPageLoad : System.Net.WebException : The underlying connection was closed: Could not establish trust relationship with remote server." How do I make NUnitAsp support HTTPS protocol. Do I need to make any settings for this type of testing.=20 Thanks, Venkata Ramana yekasi |
From: Venkata R. Y. <vr...@sa...> - 2004-08-03 04:51:03
|
Hi All,=20 I am testing aspx pages hosted on secured site with https. When I am = testing aspx page, I am getting following error.=20 "IRP.NUnitAsp.WebPageTests.LoginTest.TestPageLoad : = System.Net.WebException : The underlying connection was closed: Could = not establish trust relationship with remote server." How do I make NUnitAsp support HTTPS protocol. Do I need to make any = settings for this type of testing.=20 Thanks, Venkata Ramana yekasi =ACSapient | Making Technology Matter -----Original Message----- From: nun...@li... = [mailto:nun...@li...] On Behalf Of = nun...@li... Sent: Sunday, August 01, 2004 8:55 AM To: nun...@li... Subject: NUnitAsp-devl digest, Vol 1 #256 - 1 msg Send NUnitAsp-devl mailing list submissions to nun...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/nunitasp-devl or, via email, send a message with subject or body 'help' to nun...@li... You can reach the person managing the list at nun...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of NUnitAsp-devl digest..." Today's Topics: 1. Re: CVS check-in: Unicode support test page (Jim Shore) --__--__-- Message: 1 Date: Fri, 30 Jul 2004 23:48:10 -0700 From: Jim Shore <js...@ti...> To: Levi Khatskevitch <lkh...@ho...> Cc: nun...@li... Subject: Re: [NUnitAsp-devl] CVS check-in: Unicode support test page Thanks, Levi. Glad to see you working on NUnitAsp again. Jim Levi Khatskevitch wrote: >Finally checking in this change. As you guessed, adding the file as = binary >was the only working option. On the other hand there's not much is this = file >that might need changing, so inability to merge won't be that much of a >problem. > >- Levi > >----- Original Message -----=20 >From: "Jim Shore" <js...@ti...> >To: "Levi Khatskevitch" <lkh...@ho...> >Cc: <nun...@li...> >Sent: Thursday, May 13, 2004 6:47 PM >Subject: Re: [NUnitAsp-devl] Cannot add unicode files to SF.net > > > =20 > >>See if you can add it as ascii without corrupting it. If you can't, = try >>adding it as binary. The latter is likely to work, but I'd prefer the >>former because you lose automatic merging with binary files. >> >>Try it with a test repository first because you can't easily change = the >>type of a file in CVS. >> >>Thanks for putting some time in on these issues... I appreciate it! >> >>Jim >> >>Levi Khatskevitch wrote: >> >> =20 >> >>>I'm trying to add a unicode files to the CVS and getting the = following >>>error: >>> >>>cvs -z9 -q add -ku source\NUnitAspTestPages\UnicodeTestPage.aspx (in >>>directory C:\Work\dotNET1.0\NUnitAsp\) >>>cvs add: invalid RCS keyword expansion mode >>>Valid expansion modes include: >>> -kkv Generate keywords using the default form. >>> -kkvl Like -kkv, except locker's name inserted. >>> -kk Generate only keyword names in keyword strings. >>> -kv Generate only keyword values in keyword strings. >>> -ko Generate the old keyword string (no changes from checked in = file). >>> -kb Generate binary file unmodified (merges not allowed) (RCS 5.7). >>> >>>it appears to be that the unicode option (-ku) is not supported by = SF's >>> =20 >>> >CVS, > =20 > >>>I personally see it for the first time. Does anyone know what I = should? >>>Shell add the file as plain text? >>> >>>Thanks, >>>- Levi >>> >>>PS: I'm adding a test .aspx page to test unicode support, as per = request >>> =20 >>> >>>from the SF tracker. >> =20 >> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: SourceForge.net Broadband >>>Sign-up now for SourceForge Broadband and get the fastest >>>6.0/768 connection for only $19.95/mo for the first 3 months! >>>http://ads.osdn.com/?ad_id=3D2562&alloc_id=3D6184&op=3Dclick >>>_______________________________________________ >>>NUnitAsp-devl mailing list >>>NUn...@li... >>>https://lists.sourceforge.net/lists/listinfo/nunitasp-devl >>> >>> >>> >>> =20 >>> >>--=20 >>Jim Shore >>Titanium I.T. LLC - Making IT Profitable >>I'm available to speak in Europe in Sept/Oct. Ask for details. >> >>phone: 503-267-5490 >>email: js...@ti... >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: SourceForge.net Broadband >>Sign-up now for SourceForge Broadband and get the fastest >>6.0/768 connection for only $19.95/mo for the first 3 months! >>http://ads.osdn.com/?ad_id=3D2562&alloc_id=3D6184&op=3Dclick >>_______________________________________________ >>NUnitAsp-devl mailing list >>NUn...@li... >>https://lists.sourceforge.net/lists/listinfo/nunitasp-devl >> >> =20 >> > > >------------------------------------------------------- >This SF.Net email is sponsored by OSTG. Have you noticed the changes on >Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, >one more big change to announce. We are now OSTG- Open Source = Technology >Group. Come see the changes on the new OSTG site. www.ostg.com >_______________________________________________ >NUnitAsp-devl mailing list >NUn...@li... >https://lists.sourceforge.net/lists/listinfo/nunitasp-devl > > =20 > --=20 Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, Ore. team. phone: 503-267-5490 email: js...@ti... --__--__-- _______________________________________________ NUnitAsp-devl mailing list NUn...@li... https://lists.sourceforge.net/lists/listinfo/nunitasp-devl End of NUnitAsp-devl Digest |
From: Jim S. <js...@ti...> - 2004-07-31 06:48:25
|
Thanks, Levi. Glad to see you working on NUnitAsp again. Jim Levi Khatskevitch wrote: >Finally checking in this change. As you guessed, adding the file as binary >was the only working option. On the other hand there's not much is this file >that might need changing, so inability to merge won't be that much of a >problem. > >- Levi > >----- Original Message ----- >From: "Jim Shore" <js...@ti...> >To: "Levi Khatskevitch" <lkh...@ho...> >Cc: <nun...@li...> >Sent: Thursday, May 13, 2004 6:47 PM >Subject: Re: [NUnitAsp-devl] Cannot add unicode files to SF.net > > > > >>See if you can add it as ascii without corrupting it. If you can't, try >>adding it as binary. The latter is likely to work, but I'd prefer the >>former because you lose automatic merging with binary files. >> >>Try it with a test repository first because you can't easily change the >>type of a file in CVS. >> >>Thanks for putting some time in on these issues... I appreciate it! >> >>Jim >> >>Levi Khatskevitch wrote: >> >> >> >>>I'm trying to add a unicode files to the CVS and getting the following >>>error: >>> >>>cvs -z9 -q add -ku source\NUnitAspTestPages\UnicodeTestPage.aspx (in >>>directory C:\Work\dotNET1.0\NUnitAsp\) >>>cvs add: invalid RCS keyword expansion mode >>>Valid expansion modes include: >>> -kkv Generate keywords using the default form. >>> -kkvl Like -kkv, except locker's name inserted. >>> -kk Generate only keyword names in keyword strings. >>> -kv Generate only keyword values in keyword strings. >>> -ko Generate the old keyword string (no changes from checked in file). >>> -kb Generate binary file unmodified (merges not allowed) (RCS 5.7). >>> >>>it appears to be that the unicode option (-ku) is not supported by SF's >>> >>> >CVS, > > >>>I personally see it for the first time. Does anyone know what I should? >>>Shell add the file as plain text? >>> >>>Thanks, >>>- Levi >>> >>>PS: I'm adding a test .aspx page to test unicode support, as per request >>> >>> >>>from the SF tracker. >> >> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: SourceForge.net Broadband >>>Sign-up now for SourceForge Broadband and get the fastest >>>6.0/768 connection for only $19.95/mo for the first 3 months! >>>http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click >>>_______________________________________________ >>>NUnitAsp-devl mailing list >>>NUn...@li... >>>https://lists.sourceforge.net/lists/listinfo/nunitasp-devl >>> >>> >>> >>> >>> >>-- >>Jim Shore >>Titanium I.T. LLC - Making IT Profitable >>I'm available to speak in Europe in Sept/Oct. Ask for details. >> >>phone: 503-267-5490 >>email: js...@ti... >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: SourceForge.net Broadband >>Sign-up now for SourceForge Broadband and get the fastest >>6.0/768 connection for only $19.95/mo for the first 3 months! >>http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click >>_______________________________________________ >>NUnitAsp-devl mailing list >>NUn...@li... >>https://lists.sourceforge.net/lists/listinfo/nunitasp-devl >> >> >> > > >------------------------------------------------------- >This SF.Net email is sponsored by OSTG. Have you noticed the changes on >Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, >one more big change to announce. We are now OSTG- Open Source Technology >Group. Come see the changes on the new OSTG site. www.ostg.com >_______________________________________________ >NUnitAsp-devl mailing list >NUn...@li... >https://lists.sourceforge.net/lists/listinfo/nunitasp-devl > > > -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, Ore. team. phone: 503-267-5490 email: js...@ti... |
From: Levi K. <lkh...@ho...> - 2004-07-31 03:02:16
|
Finally checking in this change. As you guessed, adding the file as binary was the only working option. On the other hand there's not much is this file that might need changing, so inability to merge won't be that much of a problem. - Levi ----- Original Message ----- From: "Jim Shore" <js...@ti...> To: "Levi Khatskevitch" <lkh...@ho...> Cc: <nun...@li...> Sent: Thursday, May 13, 2004 6:47 PM Subject: Re: [NUnitAsp-devl] Cannot add unicode files to SF.net > See if you can add it as ascii without corrupting it. If you can't, try > adding it as binary. The latter is likely to work, but I'd prefer the > former because you lose automatic merging with binary files. > > Try it with a test repository first because you can't easily change the > type of a file in CVS. > > Thanks for putting some time in on these issues... I appreciate it! > > Jim > > Levi Khatskevitch wrote: > > >I'm trying to add a unicode files to the CVS and getting the following > >error: > > > >cvs -z9 -q add -ku source\NUnitAspTestPages\UnicodeTestPage.aspx (in > >directory C:\Work\dotNET1.0\NUnitAsp\) > >cvs add: invalid RCS keyword expansion mode > >Valid expansion modes include: > > -kkv Generate keywords using the default form. > > -kkvl Like -kkv, except locker's name inserted. > > -kk Generate only keyword names in keyword strings. > > -kv Generate only keyword values in keyword strings. > > -ko Generate the old keyword string (no changes from checked in file). > > -kb Generate binary file unmodified (merges not allowed) (RCS 5.7). > > > >it appears to be that the unicode option (-ku) is not supported by SF's CVS, > >I personally see it for the first time. Does anyone know what I should? > >Shell add the file as plain text? > > > >Thanks, > > - Levi > > > >PS: I'm adding a test .aspx page to test unicode support, as per request > >from the SF tracker. > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: SourceForge.net Broadband > >Sign-up now for SourceForge Broadband and get the fastest > >6.0/768 connection for only $19.95/mo for the first 3 months! > >http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > >_______________________________________________ > >NUnitAsp-devl mailing list > >NUn...@li... > >https://lists.sourceforge.net/lists/listinfo/nunitasp-devl > > > > > > > > -- > Jim Shore > Titanium I.T. LLC - Making IT Profitable > I'm available to speak in Europe in Sept/Oct. Ask for details. > > phone: 503-267-5490 > email: js...@ti... > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > NUnitAsp-devl mailing list > NUn...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-devl > |
From: Jim S. <js...@ti...> - 2004-07-19 18:39:34
|
You can put it as a patch on SourceForge or you can put it on the Wiki. Just because it isn't updated frequently doesn't mean it shouldn't be used. :) But in this case, a patch on SourceForge seems like the better option. However, from your description, this sounds like a very custom modification that would unlikely to be made part of mainstream NUnitAsp. Jim Jerome Punzalan wrote: >Hello, > >I'm working on an MS Content Management Server (MCMS) >2002 site, and I used to NunitAsp for the UI unit >testing. > >It really works great! Though I had to make a minor >change. Because of the way MCMS uses ISAPI filters to >process its URL's in a custom manner, postback has to >rewrite the form action URL, before executing. > >Basically I made WebForm.Action property settable. My >custom tester parses the Javascript from the MCMS >anchor onclick to determine the new form action URL, >then does the postback. > >I'm a newbie to this forum, so would just like to know >how to properly put forward this suggestion. The dev >wiki doesn't seem so updated. :-/ > >Best regards, >Jerome > > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - 50x more storage than other providers! >http://promotions.yahoo.com/new_mail > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >NUnitAsp-devl mailing list >NUn...@li... >https://lists.sourceforge.net/lists/listinfo/nunitasp-devl > > > -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, OR team. phone: 503-267-5490 email: js...@ti... |
From: Jerome P. <jer...@ya...> - 2004-07-19 06:31:14
|
Hello, I'm working on an MS Content Management Server (MCMS) 2002 site, and I used to NunitAsp for the UI unit testing. It really works great! Though I had to make a minor change. Because of the way MCMS uses ISAPI filters to process its URL's in a custom manner, postback has to rewrite the form action URL, before executing. Basically I made WebForm.Action property settable. My custom tester parses the Javascript from the MCMS anchor onclick to determine the new form action URL, then does the postback. I'm a newbie to this forum, so would just like to know how to properly put forward this suggestion. The dev wiki doesn't seem so updated. :-/ Best regards, Jerome __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail |
From: Levi K. <lkh...@ho...> - 2004-07-16 21:39:05
|
Hello, I'm sorry I have been busy at my day job and have neglected your patches and contributions for a while. But I'm still committed to the project and plan to use the second half of the next week and the following week to catch up on your patches and possibly make my own contributions to the project as well. Regards, - Levi |
From: Jim S. <js...@ti...> - 2004-07-16 06:22:13
|
You can use NUnitAsp for functional testing if it meets your needs, but it's not designed for that purpose and you may find yourself getting frustrated. NUnitAsp doesn't have features that most people need for functional testing, such as support for Javascript, frames, or multiple browser windows. In general, I don't recommend doing functional testing from the UI level. Instead, I prefer to help my customers create tests that focus on the essence of their requirements and operate below the UI. This requires a more sophisticated design but it leads to better results and is less difficult to maintain. Although this is primarily a design technique, one tool to help is called "Fit" and you can find more information about it at fit.c2.com. Jim Sushil Kodgire wrote: > Hello everyone, > > Can some provide some more insight into why we cannot use NUnitASP for > functional testing? The website we are developing does not have > frames, javascript and we have very few pages which uses controls > currently not supported by NUnitASP. > > > > We did some quick POC's using the examples and various articles and we > were able to do integration testing by navigating across multiple > pages, testing for component visibility, business rules, navigation etc. > > > > However, I have seen many postings which refer to using the tool as a > functional testing as a misconception. Could some please provide > insight into why this is so? Our plan is to have developers code the > screens and have the testers (with programming background) to automate > the integration scripts. Our architecture is ASP.NET with SQL Server > and the screens are mostly CRUD operation based with some portal kind > pages aggregating lot of information (We also tested user controls > within user controls and were able to automate that too) > > > > Thanks and regards > > -Sushil > > > -- Jim Shore Titanium I.T. LLC - Making IT Profitable Now available to help your Portland, OR team. phone: 503-267-5490 email: js...@ti... |
From: Sushil K. <SKo...@sa...> - 2004-07-16 03:44:48
|
Hello everyone, Can some provide some more insight into why we cannot use NUnitASP for functional testing? The website we are developing does not have frames, javascript and we have very few pages which uses controls currently not supported by NUnitASP.=20 =20 We did some quick POC's using the examples and various articles and we were able to do integration testing by navigating across multiple pages, testing for component visibility, business rules, navigation etc. =20 However, I have seen many postings which refer to using the tool as a functional testing as a misconception. Could some please provide insight into why this is so? Our plan is to have developers code the screens and have the testers (with programming background) to automate the integration scripts. Our architecture is ASP.NET with SQL Server and the screens are mostly CRUD operation based with some portal kind pages aggregating lot of information (We also tested user controls within user controls and were able to automate that too) =20 Thanks and regards -Sushil =20 |
From: Jim S. <js...@ti...> - 2004-07-15 03:41:46
|
We're starting to accumulate a backlog of patches on SourceForge. Does anybody care to check them out and let us know if they should be integrated? Jim -- Jim Shore Titanium I.T. LLC - Making IT Profitable phone: 503-267-5490 email: js...@ti... |
From: Spiewak, R. <Spi...@cl...> - 2004-06-18 19:33:50
|
I assign the copyright to the following postings to Brian Knowles and = Jim Shore:=20 Request ID Summary Date Assigned To Submitted By=20 975552 Anchor Tester updated for postback 2004-06-18 15:30 nobody = rickspiewak=20 975548 Added Postback support to HTTP Client 2004-06-18 15:27 nobody = rickspiewak=20 975545 Cloned Datagrid Tester to make DataList tester 2004-06-18 15:21 = nobody rickspiewak=20 |
From: Jim S. <js...@ti...> - 2004-06-16 02:04:21
|
-------- Original Message -------- Subject: [ nunitasp-Patches-973645 ] Add Trivial Proxy Server To HttpClient Date: Tue, 15 Jun 2004 18:24:00 -0700 From: SourceForge.net <no...@so...> To: no...@so... Patches item #973645, was opened at 2004-06-15 19:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=458032&aid=973645&group_id=49940 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: T Ford (torford) Assigned to: Nobody/Anonymous (nobody) Summary: Add Trivial Proxy Server To HttpClient Initial Comment: This lets you set the Browser object up to go through a proxy server with no user authentication. Just set or get the ProxyUrl property with a Uri object and you're set. This is a standard diff/patch file created using the following command: diff -Nru HttpClient.cs HttpClient.cs.changed > HttpClient.cs.patch It can be applied using the following command: patch -p0 < HttpClient.cs.patch The diff was made against the CVS tree as of 7:00 PM Mountain time on 6/15/2004. The CVS version of HttpClient.cs was 1.30. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=458032&aid=973645&group_id=49940 -- Jim Shore Titanium I.T. LLC - Making IT Profitable I'm available to speak in Europe in Sept/Oct. Ask for details. phone: 503-267-5490 email: js...@ti... |
From: T F. <tor...@li...> - 2004-06-16 01:29:59
|
I have posted a patch to the NUnitASP patch tracker. The title of the patch is the same as the subject of this email. I hereby give all copyright rights to Brian Knowles and Jim Shore. Torin Ford -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze |
From: Jim S. <js...@ti...> - 2004-06-10 05:39:56
|
Added a question about control nesting to the FAQ. Jim -- Jim Shore Titanium I.T. LLC - Making IT Profitable I'm available to speak in Europe in Sept/Oct. Ask for details. phone: 503-267-5490 email: js...@ti... |
From: Jim S. <js...@ti...> - 2004-06-07 15:39:05
|
This looks very interesting. Anybody want to check it out? Jim -------- Original Message -------- Subject: [ nunitasp-Patches-968125 ] Repeater and File Upload patch Date: Mon, 07 Jun 2004 05:08:39 -0700 From: SourceForge.net <no...@so...> To: no...@so... Patches item #968125, was opened at 2004-06-07 05:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=458032&aid=968125&group_id=49940 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Repeater and File Upload patch Initial Comment: This patch includes two modifications: 1) A new RepeaterTester. 2) A possibility to test file upload. Best Regards, fri...@ax... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=458032&aid=968125&group_id=49940 -- Jim Shore Titanium I.T. LLC - Making IT Profitable I'm available to speak in Europe in Sept/Oct. Ask for details. phone: 503-267-5490 email: js...@ti... |
From: Maxim F. <fri...@ax...> - 2004-06-07 12:12:09
|
I assign the copyright to the RepeaterTester and FileUpload patch to Brian Knowles and Jim Shore. |
From: Jim S. <js...@ti...> - 2004-06-06 02:41:03
|
Frank, For an easy workaround, the best thing to do would be to create user controls and test those in special "testbed" pages. You wouldn't be able to test the whole page, but NUnitAsp isn't meant for integration testing anyway. If you want to add multiple-form support to NUnitAsp, discuss it on the nunitasp-devl list first (I've CCd this message there.) The existing "CurrentWebForm" support would need to be augmented with a way to create a WebFormTester that took a HttpClient object or WebPage object. NUnitAsp's design gets very strange in this area so it's not necessary a great first exposure to modifying NUnitAsp. Like I said, if you decide to try patching NUnitAsp, please keep the devl list appraised of your efforts--particularly Levi Khatskevitch. Jim Frank Febbraro wrote: >Jim, > >Disappointed, but thanks. > >I'm working on a legacy site that has the main form, and also always has a >"poll" form in the bottom left corner of the page. So it will always be >there. My options are now, dont test the pages, find a different way to test >them, or fix NUnitAsp. Any suggestions on where to start to add support? I >may be able to squeeze a few hours out in order to add this, but did not >want to start down any wrong paths. > >Regards, >Frank > >----- Original Message ----- >From: "Jim Shore" <js...@ti...> >To: "Frank Febbraro" <fra...@ea...> >Cc: <nun...@li...> >Sent: Friday, June 04, 2004 10:07 PM >Subject: Re: [Nunitasp-users] Multiple Forms > > > > >>Multiple forms are not currently supported. I don't think there's any >>workaround. >> >>Jim >> >>Frank Febbraro wrote: >> >> >> >>>Hey all, >>> >>>I have a page with multiple forms and as a result CurrentWebForm does >>>not work. >>> >>>Anything I try to do returns the error: >>> >>>XxxxxTest.TestXxxxLink : page form elements >>> expected:<1> >>> but was:<2> (obviously because there are 2 form elements on this >>> >>> >page) > > >>>How can I specify EXACTLY which form my Tester controls belong to? Or >>>is there an easier way around this problem? >>> >>>Thanks very much for your time, >>>Frank >>> >>> >>-- >>Jim Shore >>Titanium I.T. LLC - Making IT Profitable >>I'm available to speak in Europe in Sept/Oct. Ask for details. >> >>phone: 503-267-5490 >>email: js...@ti... >> >> >> > > > > -- Jim Shore Titanium I.T. LLC - Making IT Profitable I'm available to speak in Europe in Sept/Oct. Ask for details. phone: 503-267-5490 email: js...@ti... |
From: Jim S. <js...@ti...> - 2004-06-02 13:38:45
|
The comments on the blog entry, by the way, say this is better than SgmlReader, our current tool. Jim Jim Shore wrote: > Thanks for the heads-up, Steve. I've crossposted to the NUnitAsp > development list. > > Steve Hurcombe wrote: > >> Hi Jim, >> OK thanks. Phew... >> >> Excellent product BTW... >> >> Hopefully I can help you now... >> >> I haven't taken the time to look at the code yet but the tool seems >> to imply >> that there's a HTML parser in there somewhere. In which case have you >> seen >> the HTML Agility Pack? It takes a HTML page (even rough ones) and >> converts >> them into an XML like DOM. You can then use Xpath to retrieve tags. >> >> http://blogs.msdn.com/smourier/archive/2003/06/04/8265.aspx >> >> This is an example from the page: >> >> >> For example, here is how you would fix all hrefs in an HTML file: >> HtmlDocument doc = new HtmlDocument(); >> doc.Load("file.htm"); >> foreach(HtmlNode link in doc.DocumentElement.SelectNodes("//a[@href"]) >> { >> HtmlAttribute att = link["href"]; >> att.Value = FixLink(att); >> } >> doc.Save("file.htm"); >> >> >> >> (I have no connection with the product BTW). >> Hope you find it useful...it's come in very handy lately... >> >> Best regards >> Steve >> >> >> > -- Jim Shore Titanium I.T. LLC - Making IT Profitable I'm available to speak in Europe in Sept/Oct. Ask for details. phone: 503-267-5490 email: js...@ti... |
From: Jim S. <js...@ti...> - 2004-06-02 13:32:15
|
Thanks for the heads-up, Steve. I've crossposted to the NUnitAsp development list. Steve Hurcombe wrote: >Hi Jim, >OK thanks. Phew... > >Excellent product BTW... > >Hopefully I can help you now... > >I haven't taken the time to look at the code yet but the tool seems to imply >that there's a HTML parser in there somewhere. In which case have you seen >the HTML Agility Pack? It takes a HTML page (even rough ones) and converts >them into an XML like DOM. You can then use Xpath to retrieve tags. > >http://blogs.msdn.com/smourier/archive/2003/06/04/8265.aspx > >This is an example from the page: > > >For example, here is how you would fix all hrefs in an HTML file: > >HtmlDocument doc = new HtmlDocument(); >doc.Load("file.htm"); >foreach(HtmlNode link in doc.DocumentElement.SelectNodes("//a[@href"]) >{ > HtmlAttribute att = link["href"]; > att.Value = FixLink(att); >} >doc.Save("file.htm"); > > > >(I have no connection with the product BTW). > >Hope you find it useful...it's come in very handy lately... > >Best regards >Steve > > > -- Jim Shore Titanium I.T. LLC - Making IT Profitable I'm available to speak in Europe in Sept/Oct. Ask for details. phone: 503-267-5490 email: js...@ti... |