Forum Discussion

mgroen's avatar
mgroen
Frequent Contributor
14 years ago

cross browser testing

Hi,



when trying to translate my IE9 to cross browser tests, I have watched the video on Cross browser testing, which was on the webinar 26 of January. I followed all instructions.

However, unfortunately the video was not recorded 100% correctly, the video stream is stuck for some crucial moments.



Here is what I did:

1. record a simple test task in ie9

2. edit the name map, and inserted conditional modes, as described in the video

3. added chrome to the tested apps

4. manually start up chrome and navigate to the correct page.

5. start Tc to execute the test task created at step 1.



However I get following error message. (see attachment).



Am I missing a crucial point? Please advice.





2 Replies


  • Hello Mathijs,





    Your actions seem to be correct, as well as the actions in the XBrowser section of the screencast. Was Chrome recognized under the Aliases.iexplore mapped name? Probably, it was (since the error relates to the Page object), yet, it is better to start from the browser. If it was recognized, check the properties used as mapping criteria for the pageKewwillNavigator object. Most likely, some of these properties are not available in Chrome, or have different values than in IE.





    Regards.
  • mgroen's avatar
    mgroen
    Frequent Contributor
    Hi, I discovered what exactly caused this issue.



    I made a mistake in the conditional mode: I linked the index = 1 condition to the iexplore process (in stead of linking it to the chrome process).



    Thanks for the comment.