11-04-2009, 09:41 PM
I am currently working on automation of sendkeys
i want to open an application
here is my code
when the last line is executed, i get the following error
" To create a business component, you must first connect to a Quality center project with a business process testing license"
wat could be the problem
i want to open an application
here is my code
Code:
set WshShell = CreateObject("WScript.Shell")
Wshshell.AppActivate " screen"
WshShell.SendKeys "^N"
when the last line is executed, i get the following error
" To create a business component, you must first connect to a Quality center project with a business process testing license"
wat could be the problem