Votes
Answers
Views
Question
0
1
62
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I am trying to work with Java objects, the objects are not seen as such and the Java console displays some exception related to the security, like for example: Exception caught =access denied (java.util.PropertyPermission user.name read) java.security.AccessControlException: access denied (java.util...
0
1
161
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I have code that I need to select a cell in Silverlight AUT and for some reason SlvTable("--").SelectCell(x,y) does not work.
0
1
99
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I am trying to set up a Citrix server to run UFT and need to have all of the users using the same default add ins. Has anybody done this before?
0
1
105
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I am trying to deploy on Citrix server with UFT and AutoPass and the users keep getting question to configure for license. How can I prevent this?
0
1
282
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I do not know what version of AutoPass Server I have installed. Is there an easy way to find out?
0
1
72
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I would like to monitor the license usage every month, in Autopass license server "license usage" tab we can see only the current count, is there any way to get the usage report of the past 6 months?
0
1
96
asked 8 years ago by neena
updated 8 years ago by bubblehead712
How can I capture a value from the XML returned, then run a SQL query against my database and compare the fields in the database record to expected results. Would I use the database functions in API testing?
0
1
56
0
1
128
asked 8 years ago by neena
updated 8 years ago by bubblehead712
Hello - trying to record scripts with UFT for a web application. The application has smart fields, which, when you start typing, will pop open options for the field based on text entered so far. When you select one of the options, UFT is not appearing to record which option is selected. I can provid...