How can I ensure my application works with latest versions of browers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peacepanda
    New Member
    • Jun 2013
    • 1

    How can I ensure my application works with latest versions of browers?

    Hi,
    I have a web applicaiton that is written in Perl,C++ and MYSQl.How can I ensure that this application is compatible with the latest versions of web browsers availble or what are the points I need to consider.

    Regards,
    Ajit
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Browser testing is not a Perl coding issue, but to that effect, you will want to test that your application works in the browsers you intend to support.

    Only you know your application and what is expected of it. I would make a list of everything that you find when testing that does not work and ensure it is either an issue in a single browser, or all. Then, open bugs/tickets on each of them so that you can keep track of them. Then fix them.

    Regards,

    Jeff

    Comment

    Working...