08-02-2013, 01:21 PM
Hello !
I am facing a problem with QTP : I am going through a big arborescence. To do so, I go through all elements by changing dynamically the "html id" which is unique. However, it somehow stopped and I checked it manually, and here's what I have :
- the process of taking the id works well (I've checked it)
- I have stopped the run and opened my repository : I take the "html id" directly from the web page
--> So now, I have all I need to identify the element BUT when I try to highlight the element on the web application, nothing is highlighted (but it does when I inspect the element with the navigator) but no message from QTP tells me that the object does not exist or something like that either. When I try with previous element from, it is highlighted, so it's not a problem of the web element type...
Do you know what that problem could be ?
Thanks
I am facing a problem with QTP : I am going through a big arborescence. To do so, I go through all elements by changing dynamically the "html id" which is unique. However, it somehow stopped and I checked it manually, and here's what I have :
- the process of taking the id works well (I've checked it)
- I have stopped the run and opened my repository : I take the "html id" directly from the web page
--> So now, I have all I need to identify the element BUT when I try to highlight the element on the web application, nothing is highlighted (but it does when I inspect the element with the navigator) but no message from QTP tells me that the object does not exist or something like that either. When I try with previous element from, it is highlighted, so it's not a problem of the web element type...
Do you know what that problem could be ?
Thanks