Hi All,

Tried below solutions:
1- Set WSHShell = WScript.CreateObject("WScript.Shell")
   WSHShell.SendKeys "^%{F1}"
*Output*- system got locked when minimized other wise its active.


2-
http://qtptests.blogspot.in/2014/03/16-blank-screens-through-capturebitmap.html
+
Schedule task

*Output- *got error 'system can not create active x....'

3- Run Media player in Mute (sounds fine for self) but I cant ask team to
do the same.


3- Dim VarHrs

VarHrs = InputBox("Enter the approximate Execution time in Hrs")

exptime = DateAdd("h",VarHrs,Now)

Set Wshell = WScript.CreateObject("WScript.Shell")

While Now < exptime

Wscript.Sleep 30000

Wshell.SendKeys "{NUMLOCK}"

Wshell.SendKeys "{NUMLOCK}"

Wend
+
Schedule task
*output*- got locked when minimized otherwise fine

the 1st & 3rd options are fine. but need to keep the system without
minimize.

thank you all for your valuable inputs.



On 4 March 2014 14:24, vengatesh G <[email protected]> wrote:

> Try to run the Windows player by adding some songs and put in repetative
> mode with mute option.
>
> So that at backend some process will be running and system won't get
> locked.
>
> Thanks,
> Vengatesh
>
> On Mon, Mar 3, 2014 at 11:11 PM, Prasad.L.V <[email protected]> wrote:
>
>> Hi All,
>>
>> We execute scripts in a remote machine, while executing the remote
>> machine goes ideal and gets locked.
>>
>> Is there a way to keep system active and unlock?
>> could someone please guide me the steps if there is a solutions.
>>
>> Thank you,
>> L V Prasad. K
>>
>> --
>> --
>> You received this message because you are subscribed to the Google
>> "QTP - HP Quick Test Professional - Automated Software Testing"
>> group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/MercuryQTP?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "QTP - HP Quick Test Professional - Automated Software Testing" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "QTP - HP Quick Test Professional - Automated Software Testing" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to