GetTestParamByID
GetTestParamByID
Hello,
we Store a Lot of Information in the CommentLines so we can build Views afterwards by using this Information.
We want to Build a customized mask (in C#) where you can choose from different information(which Hosts is tested, who should be noticed...) wich will be writen in the CommentLines aftwerwards.
This works fine by usind the SetTestParamByID Command, but there should be a possibility to change the Parameters afterwards. For this we need to read ALL CommenLines out.
By using TestInfoByID i only get the First 5 CommentLines. We need at least the first 10
Thank you
we Store a Lot of Information in the CommentLines so we can build Views afterwards by using this Information.
We want to Build a customized mask (in C#) where you can choose from different information(which Hosts is tested, who should be noticed...) wich will be writen in the CommentLines aftwerwards.
This works fine by usind the SetTestParamByID Command, but there should be a possibility to change the Parameters afterwards. For this we need to read ALL CommenLines out.
By using TestInfoByID i only get the First 5 CommentLines. We need at least the first 10
Thank you
I want to create Tests by using Telnet. And because you can have multiple Tests with the same Name we want to write the TestID in the Testname automatically.
So my idea was to read out the highest test id and add 1 to it. The Problem is, that this someone could have deleted Tests in the meantime and it needs a lot of time to read out the highest id by using "TL -r".
So my idea was to read out the highest test id and add 1 to it. The Problem is, that this someone could have deleted Tests in the meantime and it needs a lot of time to read out the highest id by using "TL -r".