Votes
Answers
Views
Question
1
vote
1
answer
89
views
When exporting a 200 row spreadsheet from Excel into QC, I receive an error: error "Row 102, Column: B - Field 'Test Name' cannot contain the following characters: \\/:%'*?|" ... I also get the error for many other rows It appears to be for random rows and always for the "Test Name" ...
1
vote
1
answer
150
views
We had a new ORACLE security/password policy applied yesterday that expects 8 characters. Now, when I try to create a new project, I get Oracle errors about the password being too short. How does one change the default password used when creating projects (and Schemas/DBs) to 8 chars from the standa...
2
votes
1
answer
217
views
asked 12 years ago by jtaylor
updated 12 years ago by josh-yates
We are trying to find the REST API guide for ALM 11.52, where might this be found?
0
votes
1
answer
1101
views
asked 12 years ago by stanherring
updated 12 years ago by tclasp
In ALM 11.0, when I use Select Tests in the Test Lab and pull a regression test suite from the Test Plan, the tests are not in the same order. They are in the order I want them in, in the Test Plan, but then when I run them one by one in the Test lab I will be running tests that need another test ra...
0
votes
1
answer
50
views
The ALM 11 on VM xxx.xx.xx.xxx is throwing an error whenever the Attachment tab under Test Lab is clicked on. The error message, " Illegal characters in path. " will appear and the screen is black. All the icon buttons in the attachment tab is not visible. What can be causing this?
2
votes
1
answer
41
views
I can't get my QTP Essentials installation to connect to our ALM 11.52 server. Does anyone know how to do this?
2
votes
1
answer
36
views
asked 12 years ago by soapy-smith
updated 12 years ago by pt-barnum
We noticed that it is possible while using the Excel Add-In to Export Tests to QC, that we can create tests that have Line Feeds in their names. In some places in QC, the tool-tip ("mouse hover" text) shows as multiple lines, in other places not. We realize this was a sort of "artifact...
6
votes
2
answers
269
views
asked 12 years ago by myotherme
updated 10 years ago by vijaysagark
I'm getting an error connecting to ALM from UFT. I started seeing this problem last weekend when I changed my network password. Previously I was able to connect without any issue. I can login to ALM from IE but I get an error connecting from UFT. "Failed to login. Please contact system administr...
10
votes
5
answers
71
views
asked 12 years ago by manzer
updated 12 years ago by bubblehead712
Tags:
In multiple UFT tests I have been declaring a variable "system" and assigning it a value system = "host1" , then later in the test script performing various Select Case system Case "host1" to do different things based on the value. Then I use Test Batch Runner to execute thes...