tag:blogger.com,1999:blog-9238405.post110935858562595030..comments2026-04-17T02:13:19.234-07:00Comments on Agile Testing: Web app testing with Python part 1: MaxQGrig Gheorghiuhttp://www.blogger.com/profile/17863511617654196370noreply@blogger.comBlogger7125tag:blogger.com,1999:blog-9238405.post-50626131760934091612008-06-25T21:19:00.000-07:002008-06-25T21:19:00.000-07:00thank you for your useful comment about choosing o...thank you for your useful comment about choosing of right approach of web application testing. <BR/><BR/>An ecommerce web site without a good web application is not possible. <A HREF="http://www.infysolutions.com" REL="nofollow">Web application development</A> is the backbone of any online business irrespective of the fact whether it is catering to a large, small or medium customer base. There are many good companies in India that make such services easy and affordable, just browse the net and make your pick…Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-9238405.post-59042045790157800892007-07-16T18:53:00.000-07:002007-07-16T18:53:00.000-07:00InCisif.net supports C#, VB.NET and IronPython.InCisif.net supports C#, VB.NET and IronPython.Frederic Torreshttps://www.blogger.com/profile/17273277115960109065noreply@blogger.comtag:blogger.com,1999:blog-9238405.post-1153905971460890952006-07-26T02:26:00.000-07:002006-07-26T02:26:00.000-07:00I found this tool for testing. Behind is the COM c...I found this tool for testing. Behind is the COM component of programs.<BR/><BR/>http://www.tizmoi.net/watsup/intro.html<BR/><BR/>It goes in section 2.<BR/><BR/>Lp,<BR/>admir.mustafic@xxxxxx.xxAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-9238405.post-1140030157869488232006-02-15T11:02:00.000-08:002006-02-15T11:02:00.000-08:00can you tell me, whether maxq supports java script...can you tell me, whether maxq supports java scripts or not.Girihttps://www.blogger.com/profile/11519113600130375759noreply@blogger.comtag:blogger.com,1999:blog-9238405.post-1130274756211131542005-10-25T14:12:00.000-07:002005-10-25T14:12:00.000-07:00Why didn't you offer even the smallest critique to...<I>Why didn't you offer even the smallest critique to the classes Microsoft gives us for navigating controls in web pages?</I><BR/><BR/>I believe PAMIE does that under the hood. From the PAMIE site - <BR/><I>Pamie allows you to automate I.E. by manipulating I.E.'s Document Object Model via COM.</I><BR/><BR/>By all means, do it at the fiddly COM level yourself. <BR/><BR/><B>from</B> win32com.client <B>import</B> Dispatch<BR/><BR/>ie = Dispatch("InternetExplorer.Application")<BR/><BR/>Go hard. ;)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-9238405.post-1112568132228103152005-04-03T15:42:00.000-07:002005-04-03T15:42:00.000-07:00Forgive me if I engage my typewriter before I enga...Forgive me if I engage my typewriter before I engage my brain ;-)<BR/><BR/>You have pointed out that we have some tools to test web sites, fair enough. <BR/><BR/>Some seem to good, like pamie, but are early in the development stages and not fully tested. <BR/><BR/>Why didn't you offer even the smallest critique to the classes Microsoft gives us for navigating controls in web pages?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-9238405.post-1109794143059044892005-03-02T12:09:00.000-08:002005-03-02T12:09:00.000-08:00The last time I saw MaxQ, there was a annoying pro...The last time I saw MaxQ, there was a annoying problem. The generated jython test class was a subclass of a java class, instead of the pyunit TestCase class. Since the java base class can't instropect python methods, if I remember well (maybe I'm wrong) two problems appear:<br />1) You can't define your own setUp and tearDown methods in jython, they aren't called.<br />2) You can't have a lot of testMethods in the same testing class. <br /><br />So you couldn't record a simple session, and programatically modify it to test a lot of different paths.Paulo Eduardo Neveshttps://www.blogger.com/profile/15553962420090400995noreply@blogger.com