Votes
Answers
Views
Question
3
2
986
We do not have MS Excel on the systems where we execute our QTP automated tests (IT won't give us Office licenses). We've decided instead to use CSV files to data drive our tests. That's not an issue using the Filesystem object. However, we'd like to store these CSV files in QC's Test Resources modu...
3
2
57
Is there a global test setting that tells a UFT (GUI testing) to just move on when it encounters a step where it can't find the object in question? Right now, it throws up an error window and stops until I click a button. Thanks.
2
1
41
How can I tell the region restriction for the QTP and UFT concurrent licenses I have installed on my license server?
1
2
44
asked 11 years ago by kaptainkayoss
updated 11 years ago by kaptainkayoss
I'm getting the following error when running this database code in UFT: "ActiveX Component cannot create Object : ADODB.Connection" Set objDB=CreateObject("ADODB.Connection" objDB.ConnectionString="DSN=" & DSNName &";uid=Test;pwd=xyzabc123;" objDB.Open
2
1
43
asked 11 years ago by gem
updated 11 years ago by bubblehead712
I have two PC and would like to launch test on another machine.
2
1
40
asked 11 years ago by neena
updated 11 years ago by bubblehead712
I am experiencing a Runtime error when trying to install the .NET add-in for QTP10: "Microsoft Visual C++ Runtime Library" "RunTime Error" Program files...\\HP\\QuickTestProfessional\\help\\components\\GenCHM.exe"
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...