05-15-2014 03:00 AM
hi,
I want to get the step name, step type, step limit during the test, and also I want to change the limit in the test case, how can i do this?
BR
Bendy
Solved! Go to Solution.
05-15-2014 04:39 AM
already know how to do it, access to Step object, then can get/set info of it.
PropertyObjectPtr Step;
Step = SeqContextDisp->AsPropertyObject()->GetPropertyObject("Step",0);
CString itemname = Step->GetName();//get item name