Print Page | Close Window

How to start Window Service using WR

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: WinRunner @ OneStopTesting
Forum Discription: WinRunner is an automated functional GUI testing tool that allows a user to record and play back UI interactions as test scripts using a proprietary Test Script Language (TSL).
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=906
Printed Date: 18Jul2025 at 2:59am


Topic: How to start Window Service using WR
Posted By: sonali
Subject: How to start Window Service using WR
Date Posted: 24Apr2007 at 11:15pm
Hi,

1.How to start windows sevice using WR. Example?
2.How to check whether the files are moved from one folder to another when the service is started?



Replies:
Posted By: sekhar
Date Posted: 25Apr2007 at 2:48am

    1.How to start windows sevice using WR. Example?



Code:


Service_Name = "Alerter";
dos_system("net start \"" & Service_Name & "\"");



    Quote:
    2.How to check whether the files are moved from one folder to another when the service

is started?



Print Page | Close Window