Operating System - OpenVMS
1823967 Members
4068 Online
109667 Solutions
New Discussion юеВ

Testing Open VMS programs

 
sreeraj
Occasional Advisor

Testing Open VMS programs

Can we able to test the Open VMS COM scripts and code witten in various languages using any of the available testing tools(eg:Mercury Load Runner).
If possible please help me how to do so.
4 REPLIES 4
labadie_1
Honored Contributor

Re: Testing Open VMS programs

You can use (Movable) Python and its PTD routines.

Install Python or Movable Python

for Axp
http://vmspython.dyndns.org/anonymous/kits/axp/
Get Python250-V119...

or use Movable Python, using the LD images
http://vmspython.dyndns.org/anonymous/kits/axp/images_ld/

You have an example at
http://vmspython.dyndns.org/pyhtmldoc/vms.starlet.ptdlib.html

You can launch as many processes as you want (until maxprocesscnt :-)





Ian Miller.
Honored Contributor

Re: Testing Open VMS programs

DTM (part of DECset) would be the traditional tool.
____________________
Purely Personal Opinion
sreeraj
Occasional Advisor

Re: Testing Open VMS programs

Hi all,

thank you so much
sreeraj
Occasional Advisor

Re: Testing Open VMS programs

thank u