How do I add URL link for a testcase number in CAPL?
up vote
-1
down vote
favorite
I am trying to add URL link to testcase numbers using CAPL. Is it possible through CAPL?
Thanks in advance.
capl
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
-1
down vote
favorite
I am trying to add URL link to testcase numbers using CAPL. Is it possible through CAPL?
Thanks in advance.
capl
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am trying to add URL link to testcase numbers using CAPL. Is it possible through CAPL?
Thanks in advance.
capl
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am trying to add URL link to testcase numbers using CAPL. Is it possible through CAPL?
Thanks in advance.
capl
capl
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 21 at 17:04
user6910411
32k76692
32k76692
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 21 at 14:17
Krishna S
32
32
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Krishna S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
No, you cannot add URL link to the testcase numbers.
I suppose you are talking about the report html files of a testcase.
Although, speaking of a html formatting, you can hack the report file, what is generated, you find the testcase number and insert html code formatting so when clicking it, will bring you to the link you need.
Or, you can create your own XLST stlyesheet (which will add custom links to anywhere you want) , and select it as the option for Test Report Generation in the Test Nodes Configuration menu.

Thanks VioletVynil
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
No, you cannot add URL link to the testcase numbers.
I suppose you are talking about the report html files of a testcase.
Although, speaking of a html formatting, you can hack the report file, what is generated, you find the testcase number and insert html code formatting so when clicking it, will bring you to the link you need.
Or, you can create your own XLST stlyesheet (which will add custom links to anywhere you want) , and select it as the option for Test Report Generation in the Test Nodes Configuration menu.

Thanks VioletVynil
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
add a comment |
up vote
0
down vote
accepted
No, you cannot add URL link to the testcase numbers.
I suppose you are talking about the report html files of a testcase.
Although, speaking of a html formatting, you can hack the report file, what is generated, you find the testcase number and insert html code formatting so when clicking it, will bring you to the link you need.
Or, you can create your own XLST stlyesheet (which will add custom links to anywhere you want) , and select it as the option for Test Report Generation in the Test Nodes Configuration menu.

Thanks VioletVynil
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
No, you cannot add URL link to the testcase numbers.
I suppose you are talking about the report html files of a testcase.
Although, speaking of a html formatting, you can hack the report file, what is generated, you find the testcase number and insert html code formatting so when clicking it, will bring you to the link you need.
Or, you can create your own XLST stlyesheet (which will add custom links to anywhere you want) , and select it as the option for Test Report Generation in the Test Nodes Configuration menu.

No, you cannot add URL link to the testcase numbers.
I suppose you are talking about the report html files of a testcase.
Although, speaking of a html formatting, you can hack the report file, what is generated, you find the testcase number and insert html code formatting so when clicking it, will bring you to the link you need.
Or, you can create your own XLST stlyesheet (which will add custom links to anywhere you want) , and select it as the option for Test Report Generation in the Test Nodes Configuration menu.

answered Nov 23 at 8:33
VioletVynil
12717
12717
Thanks VioletVynil
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
add a comment |
Thanks VioletVynil
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
Thanks VioletVynil
– Krishna S
yesterday
Thanks VioletVynil
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
Also found this command from Vector help.....TestReportAddExternalRef : Adds an external reference to the report (URL, DOORS or eASEE link), which appears as a link in the HTML report. Can be used in test cases (test case functions), test groups or in MainTest functions.
– Krishna S
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
That function requires special DOORs extension or Vteststudio license to work as far as I know.
– VioletVynil
yesterday
add a comment |
Krishna S is a new contributor. Be nice, and check out our Code of Conduct.
Krishna S is a new contributor. Be nice, and check out our Code of Conduct.
Krishna S is a new contributor. Be nice, and check out our Code of Conduct.
Krishna S is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53414071%2fhow-do-i-add-url-link-for-a-testcase-number-in-capl%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown