Votes
Answers
Views
Question
3
1
306
Hello, We have a need to make fields in the ALM Requirements section as mandatory and required when creating or editing requirements. We have tried to customize the workflow but are unsure as none of our customizations are taking. We are trying to make the fields required by using changing the field...
4
1
576
UFT did not recognize the validation message object displayed on the screen. Example: A login field is left blank and a validation message is displayed stating that "This field is required". But the message goes away as soon as clicking outside the screen. How can we capture this message obj...
0
3
35
Is there a way to make the user fill out comments when he/she checks in a requirement back in? If the project is version controlled and the user checks out a requirement and then checks in requirement the check in comments is optional i'd like to make that field required how can i do that ? thanks
0
1
28
asked 8 years ago by godawgs
updated 8 years ago by David Hall
Recently we had a request to add a field to the defect module in ALM with the goto list YesNoExtended which we were able to do without issue. Part of that was to make the field not required and defaulted to No. The third and final part was if Yes was selected, the field would then show as required a...
2
1
156
asked 9 years ago by coltsfan12
updated 9 years ago by mrwhite
Using Sprinter 12.52 to do our manual test runs now. We have the Actual Result as a required field. This did not work in Sprinter 12.20, as it did not in Sprinter have the filed being required. We upgrade to 12.52 and file is required now. Pop up comes up to enter a value in Actual Result, and one c...
4
1
25
asked 9 years ago by coltsfan12
updated 9 years ago by mrwhite
We require users to put in an Actual Result for a test run step. This is a means to help prevent mass pass/fail changes for sets. We have set Actual Result as a required field (ST_ACTUAL), which in ALM is red and required. If you don't add a value you can't advance. Sprinter though does not seem to ...
4
2
76
We have a web page that displays a message when a field has invalid data in it, and we need to validate that the correct message is being displayed. Sample HTML code is: Username: document.getElementById("usrname").setCustomValidity("Username is required!"); How do I validate that th...