Steps:
1) QTP identifies a few links on a web App.
2) I click on this link (using qtp).
3) Application opens a popup to change a few values.
4) I submit the Image button after changing the values.
5) I return back to the original page, which is open in the background (never closed).
6) But QTP now does not recognize those few links (as said in point 1), instead it only shows a hierarchy upto Page as shown below:
Browser("name:=JBoss Web/2.1.7 - Error report").Page("title:=JBoss Web/2.1.7 - Error report")
I have to use a Browser("name:=JBoss Web/2.1.7 - Error report").refresh code to get the properties visible again everytime I get back from the popup.
Notes - This occurs on my system and a few other systems. Many systems do not show the JBoss error when accessing through QTP. Both QTP and browser versions are same with default settings.
Question - What settings do I need to change for this to be resolved - so that QTP recognizes these links after coming back from the popup?
Thanks,
Anuroop.
1) QTP identifies a few links on a web App.
2) I click on this link (using qtp).
3) Application opens a popup to change a few values.
4) I submit the Image button after changing the values.
5) I return back to the original page, which is open in the background (never closed).
6) But QTP now does not recognize those few links (as said in point 1), instead it only shows a hierarchy upto Page as shown below:
Browser("name:=JBoss Web/2.1.7 - Error report").Page("title:=JBoss Web/2.1.7 - Error report")
I have to use a Browser("name:=JBoss Web/2.1.7 - Error report").refresh code to get the properties visible again everytime I get back from the popup.
Notes - This occurs on my system and a few other systems. Many systems do not show the JBoss error when accessing through QTP. Both QTP and browser versions are same with default settings.
Question - What settings do I need to change for this to be resolved - so that QTP recognizes these links after coming back from the popup?
Thanks,
Anuroop.