![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Export URL Information using code Topic Summary: Export URL Created On: 31-Mar-2008 21:46 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Is there a way to export the URL information for an object using visual basic or some kind of code?
I can create a layout dxl column with the URL information (display getURL(obj)), but I'd like to be able to import it to other downstream systems (for instance test director) and was wondering if I could create a vb routine for that. Is it better for it to be a layout dxl column or an attribute? |
|
![]() |
|
![]() |
|
Regular dxl may be best -- example follows:
//demo /*print tab seperated value file right click on output screen to save file*/ print "Identifier obj,\tURL\n" Object obj Module m=current for obj in m do {print identifier obj "\t" getURL(obj) "\n"} ack "done" |
|
![]() |
|
![]() |
|
Thanks, sending the information back to the Test Director people and see if they can use the output.
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Export URL Information using code
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.