Micro Focus QTP (UFT) Forums
Object Effect on Another Object - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Object Effect on Another Object (/Thread-Object-Effect-on-Another-Object)



Object Effect on Another Object - bfakruddin - 12-24-2008

Hello,

My small question is on objects while we working on web application.

Can we make QTP to perform our desired Action on one object when and while another object should possess or satisfies one property...?

e.g: Web application contain 2 edit boxes(UserID,Password), and 2 links(Login,Register)

here, I will check one link... if that link satisfies my requirements (Link name is Login, it must be enabled and it should not contain any blank space in between, these are my requirements) Link satisfies my requirements, now I need to enter "bfakruddin" in particular Webedit box name of UserID..

We can do it for WebEditBox because it contain "attached text"

Q. I have WebCheckBox not WebEditBox, Now how can you make QTP to check only one checkbox...?