Votes
Answers
Views
Question
1
1
70
Hello, We recently upgraded from ALM version 12.53 to ALM version 15.5.1 and the following is occurring. When I export to excel from the test plan area, in the past it usually would save the Excel sheet in a text format, however now when I open it they come up with html formatting? Can someone hel...
1
1
71
Hello, We have just upgraded from ALM 12.50 to 15.5.1 patch1. We now find that if we export design steps from tests in the test plan to Excel, the cells contain HTML tags. Please see attached. Note that ENABLE_CREATE_LEGACY_EXCEL_REPORT is set to Y in the Site Configuration tab of ALMs Site Admini...
0
1
144
asked 6 years ago by coleslaw
updated 6 years ago by jameslcoleman
Hello. When we rerun a failed script that has defect linked to it, the automail that is received is not in the correct format. Instead of the text that should be displayed in the body of the email, it contains HTML tags. We are currently using ALM v12.55.473, and we also have the 'MAIL_FORMAT...
2
1
188
asked 7 years ago by godawgs
updated 7 years ago by David Hall
With the 11.5 version of the ALM Excel Add-In we were able to change the configuration to allow support of embedded HTML code in the Excel cells. We could do this by editing the file ...AppData\\Roaming\\Microsoft\\Excel\\XLSTART\\TDAddin and adding: [Parameters] memo_as_html=true We have not been a...
0
1
153
asked 9 years ago by gem
updated 9 years ago by bubblehead712
I have a web page with a list of entries, and each entry is a div with class 'feedEntryContent' and includes an unordered list. I am trying to grab the information in the second list item in each and use these as query parameters in the application. The page that I am trying to parse is an RSS feed ...
2
1
72
Our developers have added a custom HTML attribute named "automationTag", intended to be unique on every object, hoping to make the objects more automation friendly. I can't get UFT to recognize this attribute for use in the Object Repository.
0
1
107
asked 10 years ago by test4life
updated 10 years ago by josh-yates
We have an ALM report that we save outside of ALM as an attachment. After generating the report in ALM we then save it outside of ALM in a local drive as an html file. Once it is saved outside of ALM it does not show the imbedded images, what are we doing wrong?
2
2
223
In ALM in the test plan we are seeing HTML tags appear in the description of Test Cases in test plan, what could be causing this?
0
1
80
asked 11 years ago by fandabidozi
updated 11 years ago by bubblehead712
I have a test scenario something like this: we open a non-existent URL that will give pagenotfound (404 at backend) and then after few sec, it will be redirect to the home page of the website. How can I automate this 404 and redirection concept?