wpf - TestStand APIs with C# -
i working in project have use teststand apis in c# (wpf). have not worked in area before , not able find references or materials regarding it.
i want 2 inputs user x , y using c# ui. have send these x , y values teststand have function member of same class these inputs , add both. need enter x , y value in ui , press button ("save changes") values should populated in parameters of function called. whole thing custom step.
any idea appreciated. feel thankful if suggest materials reference. in advance.
it not clear c# ui launched edit substep. however, assuming writing c# ui launched edit substep in custom step type, can pass sequencecontext (thiscontext) c# ui reference provide correct context parameters propertyobject in given sequence. once button on ui pressed, able use teststand propertyobject api setval(type) (where 'type' data type of parameter setting i.e. number, string, etc.) of given lookupstring variable in parameters of sequence.
if provide more detail x , y values placed upon button click, can give more detailed approach.
for online documentation of teststand api concepts, here teststand api reference help
for diagram of entire teststand api, suggest have @ teststand api reference poster
Comments
Post a Comment