Votes
Answers
Views
Question
6
1
82
I have a web script where I need to associated the script line number with data used in the script. How can I report the line number in an lr_message?
0
1
68
asked 12 years ago by nayan
updated 12 years ago by maximilien
I have a scenario where i need to copy defects in ALM, i am able to get the actions which are related to this like acnCopy and acnPaste, i want to know what the event which is getting triggered when pasting , because i need to have some changes done when pasting the defect.let me know if we have pos...
2
1
112
I have a test called CustomerInfo that has multiple reusable actions that we use in other tests. In my reusable action GetCustomerInfo, I'm using the following code to set which row I want to work with: DataTable.GetSheet("GetCustomerInfo").SetCurrentRow 2 When I call that action from my mai...
1
1
113
asked 12 years ago by pumpkin
updated 12 years ago by bubblehead712
For some reason I cannot get breakpoints to work in my API tests. Also the test do not look like they run correctly.
0
1
93
asked 12 years ago by tnone
updated 12 years ago by bubblehead712
When starting UFT up normally I have not problems. But if I right click on the UFT icon and select run as admin I get error that states I do not have valid license. I have concurrent license and the LSForceHost environment variable is present. Does anybody know how to get around this?
1
1
25
asked 12 years ago by linuxskywalker
updated 12 years ago by DavidMofOSI
I am trying to locate the end of support date for Performance Center 9.52?
3
4
80
Tags:
Its seems like a table, its have column name also, and few link are presented. But when spy it taken as a JavaObject.While Recording, suppouse we trying to click any link presented in the object its generate statement like Java Object("website").click 230,245. And these positions are dynamic...
8
1
141
asked 12 years ago by tlstockton
updated 12 years ago by sammyh
Is Windows Server 2012 a supported environment for v11.52?
2
1
637
We have a need to ensure that the page is fully loaded before interacting with it. .Sync worked fine in QTP, but it's no longer working in UFT!!!