• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Testing

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone recommend resources (electronic or otherwise) about testing methodologies and practices for web-based applications? Any help would be greatly appreciated
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if you're looking for testing methodologies, testing tools, or both. If you're into methodologies, by all means ask the question on the Process forum. Here's whats on offer from the tools department:
For unit testing, the de facto standard is JUnit for vanilla Java classes and its Cactus extension for container-dependent components such as EJBs, servlets, JSPs and tags.
For integration testing, you can still use JUnit to some extent and supplement it by some scripting and manual work. Really I'm still looking for the ideal tool here.
For load testing, OpenSTA is very good indeed.
I won't go into methodologies here, except to say that the more experienced I get the more I shift towards the XP philosophy of absolutely rigorous testing. It gets real interesting when you start using metrics on the testing and bugfixing process - what areas of code are bug sensitive, what's the correlation with code metrics, what's the correlation with development practices...
- Peter

[This message has been edited by Peter den Haan (edited October 11, 2001).]
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

Recently, i have started working with openSTA;
Here is the configuration:
- OpenSTA 1.4.4 Release Installation
- Windows XP SP2
- Browser IE6

While recording a script, i am getting the following error regarding gateway:

Running in default mode (as a console)...


Initialize the gateway...
Listening on <172.16.154.242:3000>.
Gateway is running...
Connection from <172.16.154.242:1496>.
Listening default on <172.16.154.242:81> for <> using gwhttp.dll.

Original Browser configuration
------------------------------
Proxy Configuration : HTTP:HST-PCS1567C:81;SSL:HST-PCS1567C:81;FTP:HST-PCS1567C:
81;GOPHER:HST-PCS1567C:81;SOCKS:HST-PCS1567C:81
Exceptions : <local>
Local Proxy Value : no_proxy_for_local

Connection from <172.16.154.242:1498> to default <0.0.0.0:0> using gwhttp.dll.
Connection from <172.16.154.242:1500> to default <0.0.0.0:0> using gwhttp.dll.
Disconnection from <172.16.154.242:1498>.
Disconnection from <172.16.154.242:1500>.
Connection from <172.16.154.242:1502> to default <0.0.0.0:0> using gwhttp.dll.
Connection from <172.16.154.242:1503> to default <0.0.0.0:0> using gwhttp.dll.
Disconnection from <172.16.154.242:1503>.
!! WSAECONNABORTED, Software caused connection abort.
, An established connection was aborted by the software in your hos
t machine, possibly due to a data transmission timeout or protocol error.
,<F:\OpenSTA\Builds\cvs-rw\ostaw32\src\Architecture\CyrToolsOS\socket.cpp
/1571>,10053
Connection from <172.16.154.242:1506> to default <0.0.0.0:0> using gwhttp.dll.
Disconnection from <172.16.154.242:1502>.
Disconnection from <172.16.154.242:1506>.


Kindly, let me know how to resolve this issue & get the script recorded.


Thank You,
Naseem
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Man! You've kicked this thread so hard I think you put it in the hospital!

In the future, please open a new thread.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic