Votes
Answers
Views
Question
3
votes
2
answers
955
views
asked 11 years ago by
updated 11 years ago by
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
votes
2
answers
52
views
asked 11 years ago by
updated 11 years ago by
Tags:
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
votes
1
answer
40
views
asked 11 years ago by
updated 11 years ago by
How can I tell the region restriction for the QTP and UFT concurrent licenses I have installed on my license server?
1
vote
2
answers
41
views
asked 11 years ago by
updated 11 years ago by
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
votes
1
answer
38
views
asked 11 years ago by
updated 11 years ago by
I have two PC and would like to launch test on another machine.
2
votes
1
answer
37
views
asked 11 years ago by
updated 11 years ago by
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
votes
1
answer
131
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...
2
votes
1
answer
188
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
62
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...
EyeOnTesting

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

X
Scroll to Top