QTP and AutoIt - A deadly combination!



From the last post about creating COM objects , here is another solution that can help you create AutoIt objects within QTP:
  1. Go to http://www.autoitscript.com/autoit3/downloads.shtml and download the zip file.
  2. Extract the file and traverse to the Install -> AutoItX folder.
  3. Copy the AutoItX3.dll file to the following path Windows Drive:\WINDOWS\system32 folder.
  4. Now register the dll by typing "regsvr32 AutoItX3.dll" in the cmd and look for the message "Registration succeeded"
  5. Set oAutoIt = CreateObject("AutoItX3.Control") 
That's how easy it is to start using AutoIt from within QTP.

Comments

  1. Hi, The article certainly took me through in considering both tools. I was looking for a quick comparison between UFT 12.xx with AutoIT. If you have something to share, please do the needful.

    ReplyDelete
  2. I was really excited about your daily updates. If you have new update me.
    Best QTP Training Institutes in Chennai | hp loadrunner training

    ReplyDelete

Post a Comment

Popular posts from this blog

Software Testing @ Microsoft

Trim / Remove spaces in Xpath?