Votes
Answers
Views
Question
2
1
113
One of our users was going to check out a QTP commuter license, but accidentally checked out a remote commuter license instead. I'm not really sure what the difference is, but we can't get it to check back in. Anyone know how to do it?
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"
1
1
148
asked 11 years ago by jumphopper
updated 11 years ago by bubblehead712
I need to understand the proper syntax for retrieving the value of a cell from a specific column and row of a DataTable that has been populated from a comma-delimited file. I found some sample code from a QTP source online, but when I execute it, I get the following run-time error: "Type mismatc...
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.
1
1
181
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
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...