Risk Identification-Help Needed

Tejovathi's picture

Hi all, 

Iam working in a Web based Application testing. That is bank website changing the logo and some look and feel changes like button color, table background color etc. with the technology ASP.net.

Now i need to identify the risks in testing phase. Here we are doing integration in DEV environment, System and regession testing in TEST environment. Then we will be moving in to production(After UAT).
please give me your experiences which type of risks i may face(If possible mitigations).
Regards,
Teja.
vinu015's picture
One possibility may be

One possibility may be identification of orphan logo listing - because of the change in the logo (on the development side - they need to include the new logo settings and the path) sometimes chances are there to place the logo in some pages and somewhere it will look like missing (thumbnail not loaded instead only (X) mark will appear))

Another possibility is to check the size of the new logo that is to be implemented, this may cause the page appearance to shrink - this cause the UI appearance to weired.

Another check is to ensure the logo size - sometimes because of the heavy graphic designed for the logo - the performance may slow down. We need to recheck in all the pages for validating the performance of loading the logo

Submitted by vinu015 on November 15, 2007 - 6:55am.
csqa's picture
Some other risks may

Some other risks may be

  • Cross browser compatibility
  • screen resolutions and color settings of user.

EDIT: Since it is bank application, you have to mention all the users that you are changing the look of the website , otherwise they would think its some problem

 Also you will have to mention on the website that color was changed.

Submitted by csqa on November 15, 2007 - 8:12pm.