Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Pros/cons of testing on remote systems?

by jreades (Friar)
on Oct 27, 2003 at 14:42 UTC ( [id://302400]=note: print w/replies, xml ) Need Help??


in reply to Pros/cons of testing on remote systems?

Well what are you testing for?

The correct testing framework will depend on what the behaviour of the remote system is supposed to be. For instance:

  • If the remote host is a Web server, my ability to telnet to it is irrelevant. The host's ability to respond to a request on port 80 is, however, most relevant.
  • If the remote host is running a service (say, LDAP) then presumably I would want to test that particular funcationality by either testing the actual function itself (preferrable) or checking to see that it is at least running (acceptable).

A little more detail would help a great deal.

Also, applications like NetSaint may well already do a great deal of what you want to test.

  • Comment on Re: Pros/cons of testing on remote systems?

Replies are listed 'Best First'.
Re: Re: Pros/cons of testing on remote systems?
by TASdvlper (Monk) on Oct 27, 2003 at 15:19 UTC
    ooops. didn't mean to add urls. ahhh ... Sorry for the lack of information. Basically, the remote system will most likely run scripts that we have generated, 3rd party scripts, unit tests (for developers), etc, really no limits. Basically, the master server will have what we call a "agenda" to run on a remote system (which is basically just a list of scripts to call - some in serial, some in parallel) and the master server will for a child for each unique call to a remote system. To break it down more: The master server may want to do this (very simple example). Agenda has 1 elemen. run: "perl /test/dvlp/mytestscript.pl <input 1> <input 2>" on remote system: 111.22.33.44 and get back the return code and any output (if available). I'm looking now if we can get back return codes from using the Telnet module ... no luck yet.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://302400]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (None)
    As of 2024-04-18 23:40 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found