06-17-2010, 06:23 PM
Hello All,
1. I have a WebList having 2 options "Yes and No"
2. If I choose "Yes" from the list, four links appear in the page
3. If I choose "No" from the list, the links dissappear.
I need to check whether the the list options are working or not.
Infact these list options are working fine.
But the problem in automating this is, even when the links are not visible in the page (means when "No" is selected from the list), the "visible" property of the links are "True". Even when I am clicking on the link (through QTP) when it is invisible, it navigates to the correct destination page.
I tried it by Descriptive Programming also, but it made no difference.
This is one scenario of my application (WebList-Link combination). There are others also like when I click on a "CheckBox", few "WebEdit" and "WebList" appear and when I uncheck the "CheckBox", the fieilds dissappear.
1. I have a WebList having 2 options "Yes and No"
2. If I choose "Yes" from the list, four links appear in the page
3. If I choose "No" from the list, the links dissappear.
I need to check whether the the list options are working or not.
Infact these list options are working fine.
But the problem in automating this is, even when the links are not visible in the page (means when "No" is selected from the list), the "visible" property of the links are "True". Even when I am clicking on the link (through QTP) when it is invisible, it navigates to the correct destination page.
I tried it by Descriptive Programming also, but it made no difference.
This is one scenario of my application (WebList-Link combination). There are others also like when I click on a "CheckBox", few "WebEdit" and "WebList" appear and when I uncheck the "CheckBox", the fieilds dissappear.