[Webunitproj-users] RE: enterprise web test
Brought to you by:
dgan
From: Brian K. <bt...@ne...> - 2002-11-01 16:11:47
|
Great... we are really looking forward to using web unit for testing our applications, and it sounds like with just a little work, Web Unit could fully satisfy our testing needs. What is the process to have the remaining javascript events supported, as well as dhtml? Any idea on a timeframe we could be looking at for a release of these new features? Thanks, Brian -----Original Message----- From: Doron [mailto:dg...@sh...]=20 Sent: Friday, November 01, 2002 6:55 AM To: Brian Knorr Subject: Re: enterprise web test Hi Brian, Web unit supports complex java script since it really is NOT involved in processing (I.E. does the work). Web unit can be used to actually generate any event on any HTML component but right now it just does the simple stuff (like onChange on a select when the code changes the value of a select field and key up on a text field change when the code changes the text value). More events can be added easily. As for dynamic HTML, it may be necessary to add a tiny bit of code to tell WebUnit NOT to cache the text of an HTML page once it is received from the server since it can change via DHTML. This will slow things down some (depending on how big the HTML is) but it will work. -Doron On Thu, 2002-10-31 at 17:28, Brian Knorr wrote: > Hello there... >=20 > =20 >=20 > We are looking at the various open source testing tools and came across > Enterprise Web Test... from what we have read and seen it looks very > promising. Quick question: we are creating a very javascript/dtml > intensive application tailored for Internet Explorer 5.5+... does > Enterprise Web Test support complex javascript and dhtml (manipulating > the dom, triggering off of all available events, etc...)? If not, how > difficult would it be to fully support all the javascript that IE has to > offer? Please let me know what you think... thanks, >=20 > =20 >=20 > Brian >=20 |