Ed Barnard
06-09-2007, 03:42 PM
Hi,
I've started using PHP with Internet Explorer as a test vehicle, as suggested in "PHP Hacks" #82, and phparch.com article "end to end testing with PHP and internet explorer."
The first problem is that my application spawns pop-up windows. Does anyone know how to get a handle to the child window so that I can continue driving the test through the pop-up window?
The second problem is that part of my application being tested is in html frames. These two problems probably have the same solution - the ability to find and jump between pages.
I have control of the code being tested, so can alter it to make testing easier if appropriate.
Thanks for any help or hints you can offer,
Ed Barnard
I've started using PHP with Internet Explorer as a test vehicle, as suggested in "PHP Hacks" #82, and phparch.com article "end to end testing with PHP and internet explorer."
The first problem is that my application spawns pop-up windows. Does anyone know how to get a handle to the child window so that I can continue driving the test through the pop-up window?
The second problem is that part of my application being tested is in html frames. These two problems probably have the same solution - the ability to find and jump between pages.
I have control of the code being tested, so can alter it to make testing easier if appropriate.
Thanks for any help or hints you can offer,
Ed Barnard