Hi, I have a script where i am selecting an item in a dotnet application using SwfWindow("...").SwfObject("...").SelectItem "...","..." This was working fine, but when i transfer my script to other sysetm and execute it getting an error "object doesn't support this method" and in some other machine its giving "general run error". I have installed TestAdvantage also as this application have infrgistics controls, but still facing the issue in few particular machines. Please let me know if any one have any solutions for this.
Thanks In Advance,
Abhisek Mohanty
Hello Abhisek,
Thank you for your response. I'd like you to use regedit.exe and look in "HKEY_CURRENT_USER\Software\Mercury Interactive\QuickTest Professional\MicTest\StepInformationManager\TypeInfoFiles" for any entries relating to TestAdvantage. Open up any folders listed there that are related to TestAdvantage and make sure a file called "TestAdvantage.QTPServer.TypeInformation.xml" exists in the folders.
Hello Dave,
This machine Windows 7 Service Pack1 and is a 64-bit OS.
Thanks,
Thank you for your response. I saw that you mentioned earlier that the machine that is experiencing the issue is using Windows 7. Is this the 32-bit or 64-bit version of Windows 7 and does it have any service packs installed?
Hi Dave,
While recording objects are identified as SwfWindow and SwfObjects. But methods like SelectItem is not getting recorded. As i mentioned previously my script works fine in XP machine. For more details on it you can just have a look at my reply on "Replied On: 07-31-2013 12:59 PM". Sorry for not pasting the same over here again for avoiding confusion.
When i record using sample application i am getting only:
SwfWindow("WinEditors Within WinGrid_2").SwfTable("ultraGrid1").Click 12,195SwfWindow("WinEditors Within WinGrid_2").SwfTable("ultraGrid1").Drag 85,219
Instead of:
SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").ActivateRow "0"SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").SelectRow "0"SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").DoubleClickRow "0"SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").SelectColumn "0;Item"SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").DoubleClickHeader 0,"Item"
Methods not related to Infragistics are working fine like:
SwfWindow("WinEditors Within WinGrid").MaximizeSwfWindow("WinEditors Within WinGrid").Activate
Thank you for providing the file. So far, it appears that TestAdvantage is configured correctly.
Have you tried recording a new script against either your AUT or one of the sample AUTs that come with TestAdvantage? When you do so, does QTP recognize the controls as SwfObjects or WinObjects?