12-16-2018 11:42 AM
Hi,
I would like to know if it's possible to insert multiple sequences, rather than just one sequence at a time in the sequence pane. I create libraries of sequence calls and some of these libraries contain up to 2000 individual sequences, which I call test functions. Rather than copying the sequence names from a Word document and pasting them when I Insert Sequence one at a time, I would like to insert all of the sequence references at one time. This could save me a considerable amount of time in defining the set of sequence names. Thank you.
12-18-2018 03:07 PM
I would really appreciate it if anyone knows anything about this.
12-18-2018
05:40 PM
- last edited on
10-21-2024
02:43 PM
by
Content Cleaner
I'm not sure that i fully understand your request here:
@peterlakey wrote: ...I would like to know if it's possible to insert multiple sequences, rather than just one sequence at a time in the sequence pane....
If these 2000 sequences already exist in another sequence file, why create and add them to your current sequence file? Could you use a template step that references a sequence from the other file to allow users to easily add test functions without creating duplicate sequences?
If there's no way around adding all of the sequences to the current file, a custom tool that uses the API to generate a template sequence file that contains all of the sequences should be possible to make. This example is probably a good starting place.
Hope this helps!
Trent
12-19-2018 06:13 AM
Thanks for the response. Let me try to clarify my inquiry. I have a large set of what I will call test function references - they are just names. These references are linked to software requirements. I maintain these references (names) in either a Word document or Excel document.
Test_Function_1
Test_Function_2
….
Test_Function_2000
What I am trying to do is import these references into TestStand so they all show up in the Sequence pane in TestStand. Prior to this I had to manually create 2000 TestStand sequence by selecting Insert Sequence and naming them 1 by 1. I would like to export the list of 2000 references from Word or Excel to an appropriate format and have then all read into TestStand so that the sequence names show up there and I can write test code for each of them in TestStand. I just don't want to manually create 2000 sequence names.
12-19-2018
09:51 AM
- last edited on
10-21-2024
02:44 PM
by
Content Cleaner
Yeah, this should be completely possible using the API methods mentioned above. Here's one potential option:
12-19-2018 10:10 AM
Thanks very much. I'll give this a try. I figured it was achievable using the TestStand API I just didn't know how to do it.