Submitted Questions

  • Function for Key board entries

    I would like to know how can i create a function for the Key board entries like the F1, F2, F3....., ALT+TAB, Shift+Tab, etc. and can use it as a Business or Scripted Component in QC?

    saurabh

    • Jul 4th, 2015

    Hi , I used below in my script and it worked. Set WshShell = CreateObject("WScript.Shell") strLink1=Split(strTestDataValues(Iterator1),",") .WebEdit("edt_mainsearch_box").FireEvent "on...

    yuvaraj

    • Jun 18th, 2015

    I am writing a small utility to interact with mainframe using VBA. I am trying to use send key for shift(+) and its not working but able to enter other things like "enter", "function keys" etc..