Votes
Answers
Views
Question
0
2
130
asked 8 years ago by kaptainkayoss
updated 8 years ago by rich-text
I'm testing an app that has a character length limit. We get our test data from another group and sometimes the data values for our input table go over the character limits and can cause issues since the app doesn't flag the field until later on in the test. Is there a good way to handle this in my ...
0
1
132
In HP-Synchronizer, the full synchronization in one of the links is failing with following error: Update: threw an exception,skipping this entity and moving to the next, exception:server.Attachments.FAILED_TO_DOWNLOAD_ATTACHMENT : Failed to download attachment RE DESKTOP_AND_PORTALS#4169 - Imperial_...
1
1
181
asked 11 years ago by johnzainer
updated 11 years ago by sammyh
I'm using Oracle 10.2.0.4 with ALM 11.52 and would like to limit the amount of data a user enters in the Description field. I'm doing this in order to make sure our synchronization to Rally does not fail. Rally has a 32k limitation. I was trying "LENGTHB(dbms_lob.substr(BG_DESCRIPTION, 4000, 1))...
3
1
118
asked 12 years ago by jumphopper
updated 12 years ago by bubblehead712
I have a test requirementto see how long an audio file is. I have never worked with media files and no clue on how to figure this out