USING LINK IN NUNIT

  • Thread starter Thread starter ATLANTA PATNAIK via DotNetMonster.com
  • Start date Start date
A

ATLANTA PATNAIK via DotNetMonster.com

Hi,
We are using Bugzilla , a bug tracking tool .All i want to do is to
match the bugs in bugzilla with my test cases in Nunit , so that other
developers can easily match it.
All i wish to do is to have a link inside my test cases, to map me with the
corresponding bugs in bugzilla.
How can i do it ? How to use the http:\\ ?
 
ATLANTA PATNAIK via DotNetMonster.com said:
We are using Bugzilla , a bug tracking tool .All i want to do is to
match the bugs in bugzilla with my test cases in Nunit , so that other
developers can easily match it.
All i wish to do is to have a link inside my test cases, to map me with the
corresponding bugs in bugzilla.
How can i do it ? How to use the http:\\ ?

Well, you could just put the link in a source comment, and then if you
hold down Ctrl it'll become a hyperlink.

Note that it's http://, not http:\\
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top