Posted On: Feb 22, 2018
The steps for exiting for loop is as follows :
For count= 1 to 3
TempNum= mid(Tempstr,count,1)
If isnumeric(TempNum) Then
LenghtNum = LengthNum & TempNum
Else
Exit For
End If
Next
GetStrLenNumber = LengthNum
Never Miss an Articles from us.
There are 3 types of recording modes in UTF:Normal Recording mode or contextual recording mode Low-level recording mode Analog recording modeNormal or contextual recording mode: Normal recor...
There are objects in the application that behave like standard objects but are not recognized by UFT, these objects are Virtual objects, these objects can be mapped to the standard classes, such as a ...
When UFT creates an object in the repository, it gives it a name to it to uniquely identify it from other objects in the application, this name is known as the logical name of the object. UFT uses thi...