Votes
Answers
Views
Question
2
votes
1
answer
126
views
asked 11 years ago by
updated 11 years ago by
According to HP document KM177487, "What versions of Terminal Emulators are supported by the QuickTest Professional (QTP) Terminal Emulator(TE) add-in", Hummingbird V13 Terminal Emulator is supported by QTP 11, but we can not get it configured to work. Does anyone know what we need to do to ...
2
votes
1
answer
90
views
asked 11 years ago by
updated 11 years ago by
Tried to run a test from QC and we're getting error "Invalid Value for Registry." Does anyone know how to fix this??
2
votes
1
answer
36
views
asked 11 years ago by
updated 11 years ago by
I'm trying to remove SP3 (UFT 11.53) and can't find it in Add/Remove programs. I'm using Windows 7.
1
vote
1
answer
92
views
asked 11 years ago by
updated 11 years ago by
I have a vbs file that launches QTP 11. This is the code I have in the file: set qtp=CreateObject("QuickTest.Application") qtp.launch qtp.visible=true When I try executing this on a Win 7 machines. I'm getting the following error when executing the VbScript: Active X component can't create o...
1
vote
1
answer
168
views
asked 11 years ago by
updated 11 years ago by
I'm writing the code to check the broken link, every time after clicking the link, I need to go back to the previous page. But Browser("CreationTime:= 0").navigate url and Browser("CreationTime:= 0").Back are not working . Can I use send the keyboard event to back to the previous pag...
0
votes
1
answer
49
views
asked 11 years ago by
updated 11 years ago by
How can I use the exact same data variable in multiple test scripts and only set it once? I would like to set my var to specific data and then use that data in several different test scripts. is this possible? I have tried looking at Public variables but still don't understand. Please help.
2
votes
1
answer
52
views
asked 11 years ago by
updated 11 years ago by
I currently have these steps in my action: SwfWindow("MyObj").Activate SwfWindow("MyObj").SwfToolbar("stackStrip1").Press "Order Packages" varOrderPkgId = DataTable("p_OrderPackageID", dtGlobalSheet) SwfWindow("MyObj").SwfEdit("searchStringTextEdit...
2
votes
1
answer
176
views
asked 11 years ago by
updated 11 years ago by
Using QTP or VB script, how can I connect to a remote Linux server and then access files on that server? I need to verify certain things on the files on Linux servers. How is it possible using QTP or VBscript?
2
votes
1
answer
127
views
asked 11 years ago by
updated 11 years ago by
The following function is written to handle popups on browser windows by clicking Yes or ok button on pop up windows: Public Function CleanBrowserPopUps(Obrowser) 'Get the Pop Up Dialog Set OPopDialog = Obrowser.Dialog ("ispopupwindow := True") CleanBrowserPopUps = False msgbox (OPopDialog.E...
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top