473,480 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

New release of actiWATE (Web Application Testing Environment)

Hi, I would like to inform you that a new version
of the actiWATE (Actimind Web Application Testing
Environment) is available for free-of-charge download
on: http://www.actiWATE.com

actiWATE is a freeware software platform intended
to make test automation process simple and cost-effective.
It consists of:
- Advanced framework for writing test scripts in Java
- Test Writing Assistant - Web browser plug-in module
which is aimed to assist the test writing process

actiWATE R0.99 build 3 contains the following changes
and additional features:

- Extended implementation of JavaScript Object Model
- Support of HTML Image Maps and Areas
- DOM Level 1 properties and methods implementation
- Ability to check the existence of non-HTML resources
(images, objects, css files)
- Rhino updated to 1.6R1
- Language header in HTTP request
- Improved detection of installed Java by TWA installer

and others...

Do not hesitate to contact me in case of any questions
regarding this software.
Regards,

Vladimir Kornev.
Actmind, Inc.

Sep 7 '05 #1
6 1528
Vladimir said the following on 9/7/2005 9:22 AM:
Hi, I would like to inform you that a new version
of the actiWATE (Actimind Web Application Testing
Environment) is available for free-of-charge download
on: http://www.actiWATE.com

actiWATE is a freeware software platform intended
to make test automation process simple and cost-effective.
It consists of:
- Advanced framework for writing test scripts in Java


<snip>

Who should trust anything from someone that does not know the difference
between Java and Javascript?

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
Sep 7 '05 #2
>> It consists of:
- Advanced framework for writing test scripts in Java
Who should trust anything from someone that does
not know the difference between Java and Javascript?


And who should trust someone who is picking on the
words instead of having look at the product?

*** Sent via Developersdex http://www.developersdex.com ***
Sep 9 '05 #3
>> - Advanced framework for writing test scripts in Java
Who should trust anything from someone that
does not know the difference between Java
and Javascript?


And who should trust anyone who is picking on the
words instead of having a look at the product itself?

Vladimir Kornev

*** Sent via Developersdex http://www.developersdex.com ***
Sep 9 '05 #4
"Vladimir Kornev" <vk@actimind.com> wrote in message
news:13****************@news.uswest.net...
It consists of:
- Advanced framework for writing test scripts in Java

Who should trust anything from someone that does
not know the difference between Java and Javascript?


And who should trust someone who is picking on the
words instead of having look at the product?


I wouldn't be so quick to defend myself, Vladimir...
(Try to explain instead...)
:-)

Confusing Java and Javascript is usually a dead give-away
of a person that doesn't know that the two are completely
different languages that don't have *anything* to do with
each other...

--
Dag.
Sep 9 '05 #5
Vladimir Kornev said the following on 9/9/2005 4:52 AM:
It consists of:
- Advanced framework for writing test scripts in Java


Who should trust anything from someone that does
not know the difference between Java and Javascript?

And who should trust someone who is picking on the
words instead of having look at the product?


Because part of looking at a product is to look at the packaging and
when the packaging indicates a less-than-desirable product, I have no
inclination to look further. So, it is a Javascript framework, or, is it
a Java Framework?

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Sep 9 '05 #6
Randy Webb schrieb:
Vladimir Kornev said the following on 9/9/2005 4:52 AM:
It consists of:
- Advanced framework for writing test scripts in Java

Who should trust anything from someone that does not know the
difference between Java and Javascript?


And who should trust someone who is picking on the words instead of
having look at the product?

Because part of looking at a product is to look at the packaging and
when the packaging indicates a less-than-desirable product, I have no
inclination to look further. So, it is a Javascript framework, or, is it
a Java Framework?


I can't see any problems in the description there. He has written about a
Unittest-Framework written in Java (in JS that would be really hard to
implement). Testcases are developed in java (although, I would call it "writing
test scripts in Java" because script is generally used only for scripting
languages, but maybe the framework handles the java-code like scripting code).
The Framework is able to do tests on web-applications that are using JS (as many
cms and other complex web applications do) by emulating a browser. Of course,
Java and JavaScript are completely different things, but that doesn't mean that
there are no cases where a product uses or supports both of them.
Sep 9 '05 #7

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

Similar topics

5
2275
by: Theodore Feldman | last post by:
Hi, Our DBA group is debating production release methodology. We always perfect our deployment package (typically a script) against the database in a Staging environment, before executing the...
3
319
by: Petri J. Riipinen | last post by:
Hi, I'm writing a largish (>60 projects) solution with VS.NET 2003 using VB.NET as my implementation language. I'm using NUnit and NUnit VS.NET-addin to implement unit tests for my code. ...
1
3113
by: Carl | last post by:
Help!! What are the best concepts / startegies to deploy an ASP.NET web application? My idea is work first in Production PC then after completing the project deploy it on the Web Server. But...
10
1786
by: Joe Befumo | last post by:
When I tried debugging for the first time, I pop-up asked me if I wanted to set the project to enable debugging. Now I'm ready to release and can't find anyplace to set the build to 'release'. A...
1
1467
by: =?iso-8859-1?B?QW5kcuk=?= | last post by:
Crunchy 0.9 has been released. It is available at http://code.google.com/p/crunchy What is Crunchy? Crunchy is a an application that transforms html Python tutorials into interactive session...
0
1074
by: =?iso-8859-1?B?QW5kcuk=?= | last post by:
Crunchy 0.9.1 has been released. It is available at http://code.google.com/p/crunchy Note that, if you have downloaded version 0.9 or version 0.9.0.1 you likely will not need to download this...
4
1817
by: =?Utf-8?B?Sm9obiBCZXNjaGxlcg==?= | last post by:
I work in a shop with up to three environments for the development/deployment process. Each environment has its own db and web servers and its own web services servers as well. I am developing...
4
3189
by: Ross | last post by:
Hello, I am trying to Read and Write to a text file on a web server using Microsoft Visual Basic 2005 Express Edition. So far I have managed to complete my testing with a local text file using...
0
1722
by: =?Utf-8?B?SmVmLnB0Yw==?= | last post by:
Hi, I am currently facing exactly the same issue with Visual Studio 2005. Did you find a way to solve this problem ? "AntonioSACE" wrote:
0
7102
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...
1
6756
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...
0
7003
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...
0
5357
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,...
0
4495
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...
0
3008
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...
0
1310
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 ...
1
570
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
199
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...

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.