Micro Focus QTP (UFT) Forums
Browser Ordinal Identifier - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Browser Ordinal Identifier (/Thread-Browser-Ordinal-Identifier)



Browser Ordinal Identifier - bfakruddin - 01-06-2009

If QTP failed to identify object on a Browser by using Mandatory and Assistive properties, (Smart Identification is disabled).
Only on One Browser(e.g. systemutil.run "www.gmail.com")

It use ordinal Identifier only creation time to identify object or it use some thing else in ordinal Identifier (Index or Location) to identify object.


RE: Browser Ordinal Identifier - nageshpv - 01-08-2009

I am sorry, i dint get it. Can you please explain it?


RE: Browser Ordinal Identifier - bfakruddin - 01-09-2009

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?