c# 4.0 - how to validate text properties in a given groupbox using c#code for ranorex tool,can some one help me out -
i have tried validating text properties in group boxes c# code failed develop code tool ,can 1 me out?
you can use validate.attribute() method.
public static void attribute( repoiteminfo iteminfo, string name, object value )
parameters:
iteminfo (repoiteminfo): repoiteminfo object repository item.
name (string): name of attribute validate.
value (object): value of attribute match.
some more methods can found in ranorex api documentation http://www.ranorex.com/documentation/ranorex/
example: validate.attribute(repo.explorer.startinfo, "text", "yourtext");
i hope helps.
Comments
Post a Comment