Code:
systemutil.run "www.gmail.com"
browser("gmail").page("loginpage").webedit("userid").set "rajbihari"
pwd=crypt.encrypt("mypassword")
browser("gmail").page("loginpage").webedit("password").setsecure pwd
browser("gmail").page("loginpage").webbutton("Login").click
' let us assume that, QTP failed to identify the object on webapplication by using mandatory and assistive properties and also I disabled the smart identification,
now QTP should go to ordinal identifier, which type of ordinal identifier is useful to qtp to identify object here on application?