DX Unified Infrastructure Management

 View Only

e2e scripts and browser support

  • 1.  e2e scripts and browser support

    Posted Nov 03, 2011 11:32 AM

    Has anyone tips on how to create a end-user experience response time script that can run on multiple browsers : IE8, Firefox, IE8 with google chrome add-in.

    Today we have to implement the same scenario 3 times, for every browser.

    The firefox and chrome scripts are low-level statements (click x,y coordinates), which results in a higher maintenance workload compared to IE8 supported scripts.

     

    The questions are :

    - can we make scripts reusable for different browsers

    - is clickOnBitmap a better alternative than using click(x,y) statements?