Hi
Thanks It Works Great but don't keep the consistency between Fields.
because if tester update the Field TC_USER_17, the other field not is update too.
I Tried reverse the code to work but I don't got it
dim tstFact, tst, tsFact, ts
set tstFact = TDConnection.TSTestFactory
set tst = tstFact.Item(TestSetTest_Fields("TC_CYCLE_ID").value)
set tsFact = tst.TestSetFactory
set ts = tsFact.Item(TestSetTest_Fields("TC_TESTCYCL_ID").Value)
ts.Field("RN_USER_07") = Run_Fields.Field("TC_USER_17").Value
ts.Post
set tsFact = nothing
set ts = nothing
set tstFact = nothing
set tst = nothing
'end of wrap