Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Azeddin,
Pseudocode for your task may look like this:
var data = Sys.Process("<Your_Tested_App>").Obj.Obj....DataObject.Value;
var desc = Sys.Process("<Your_Tested_App>").Obj.Obj....DataDesciptionObject.Value;
var itemName = data + " " + desc + ". SX LTP";
var cbox = Sys.Process("<Your_Tested_App>").Obj......Combobox.ClickItem(itemName);
If this doesn't work for you, give us more details:
- What app are you testing (.NET, VCL, etc.)?
- What controls are used in the app?
- If the controls aren't standard, what are their names and vendors?
Pseudocode for your task may look like this:
var data = Sys.Process("<Your_Tested_App>").Obj.Obj....DataObject.Value;
var desc = Sys.Process("<Your_Tested_App>").Obj.Obj....DataDesciptionObject.Value;
var itemName = data + " " + desc + ". SX LTP";
var cbox = Sys.Process("<Your_Tested_App>").Obj......Combobox.ClickItem(itemName);
If this doesn't work for you, give us more details:
- What app are you testing (.NET, VCL, etc.)?
- What controls are used in the app?
- If the controls aren't standard, what are their names and vendors?