Votes
Answers
Views
Question
2
1
132
asked 11 years ago by fandabidozi
updated 11 years ago by bubblehead712
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...
2
1
191
asked 11 years ago by gem
updated 11 years ago by bubblehead712
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
1
65
asked 11 years ago by hank-the-hammer
updated 11 years ago by bubblehead712
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...
0
1
57
asked 11 years ago by neena
updated 11 years ago by bubblehead712
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.
8
1
72
asked 11 years ago by tlstockton
updated 11 years ago by sammyh
Does ALM support ESX? we have a request to move into the ESX pool on our next version upgrade. Any thoughts?
8
1
43
asked 11 years ago by derlweldon
updated 11 years ago by sammyh
Does anyone heard of when Oracle 11.2.0.4 is going to be certified/support for ALM?
8
1
34
asked 11 years ago by derlweldon
updated 11 years ago by sammyh
Does anyone know when Windows Server 2012 R2 will be certified/supported?
8
1
81
One of my users is getting some sort of connection error when trying to use the HP Screen Recorder on a new PC for the first time. Any Ideas? Thanks in Advance.
8
1
43
We have a small ALM instance running that we regression test the ALM patches on before rolling out to production. The instance is running in VMWorkstation shared mode so that the Lab instance automatically starts up when the physical server reboots and we don't have to have the VMWorkstation applica...