Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

Re: get count of charecters from Description field in Test Plan

$
0
0

Hi William ,

 

Thanks for the reply. Here is my latest code.

 

But the only issue was I cannot able to assign a value from Setcpount to user description field.

 

Sub DesignDesCount

 

  On Error Resume Next

 

  Set TestFact=TDConnection.TestFactory

  Set TList=TestFact.NewList("")

 

  TDConnection.IgnoreHtmlFormat = True

 

For Each Test In TList

 

set DesignFact=Test.DesignStepFactory

 

Set DesignStepList=DesignFact.NewList("")

 

'MsgBox DesignStepList.Count

 

For Each DesignStep In DesignStepList

 

Set stepcount=Len(DesignStep.Field("DS_DESCRIPTION"))

 

 

      DesignStep_Fields.Field("DS_USER_01").Value=stepcount.Value' stepcount.Get Value()----------------------------------------------Error

 

Next

 

Next

 

MsgBox "Done"

 

On Error GoTo 0

End Sub

 

Any suggestions...

 

Thanks,

Avi.


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>