Yes Saket. It returns true.
The funny part is when these links are not even visible and I m clicking on it (Ofcourse through QTP), page navigates to correct destination.
Now, I want to know whether it is a defect in the development part of the application? I have gone through the Source code of the page for both the cases. There I found something like as follows:
For "Were Nonconformances found" dropdown, they hav called a VBscript function [OnChange()],and they hav checked the current value of the dropdown. If it is "Yes" they hav attached a StyleSheet(Some CSS stuff), and if "No" then they hav removed the same one.
Thats why for both the cases, all the elements are present in the page, but according to the selection made, it is getting attached or getting removed to/from the screen.
Hope I hav made myself clear.......
The funny part is when these links are not even visible and I m clicking on it (Ofcourse through QTP), page navigates to correct destination.
Now, I want to know whether it is a defect in the development part of the application? I have gone through the Source code of the page for both the cases. There I found something like as follows:
For "Were Nonconformances found" dropdown, they hav called a VBscript function [OnChange()],and they hav checked the current value of the dropdown. If it is "Yes" they hav attached a StyleSheet(Some CSS stuff), and if "No" then they hav removed the same one.
Thats why for both the cases, all the elements are present in the page, but according to the selection made, it is getting attached or getting removed to/from the screen.
Hope I hav made myself clear.......