Micro Focus QTP (UFT) Forums

Full Version: Object Effect on Another Object
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...?