Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

Software Testing

Question posted by: malav123 (Familiar Sight) on April 2nd, 2008 05:52 AM
Hi,
I am developing website and it is nearly 90% completed.... After completion of my project i want to test my whole project so that it will works error less on different Browsers... So please suggest me tools or softwares to test my website...
thanks in advance....
graphicmist's Avatar
graphicmist
Newbie
1 Posts
April 3rd, 2008
10:58 AM
#2

Re: Software Testing
well u need to tell which server technology u r using for u website accordingly u can use the softwares..for eg.
if ur using php in ur webpages u acn use easyphp software which contains apache server and phpadmin...and works well in windows..

Reply
malav123's Avatar
malav123
Familiar Sight
211 Posts
April 3rd, 2008
02:03 PM
#3

Re: Software Testing
Quote:
well u need to tell which server technology u r using for u website accordingly u can use the softwares..for eg.
if ur using php in ur webpages u acn use easyphp software which contains apache server and phpadmin...and works well in windows..




Hi,
I am using the asp.net and sql server, i am also using some ajax controll also in my project....

Reply
Nepomuk's Avatar
Nepomuk
Moderator
1,473 Posts
April 8th, 2008
10:10 AM
#4

Re: Software Testing
I would suggest, to actually TEST it on various browsers. Here are a few examples:
  • Internet Explorer (various Versions, at least 5, 6 and 7)
  • Firefox (Version 2 and 3 BETA)
  • Opera
  • Netscape (old, but some people DO still use it)
  • Konqueror (very common on linux systems)
  • dillo (if there's nothing but HTML, that has to be executed by the browser or if you want to see the page without any plugins)
  • Safari (for all those OS X users out there)
And to view the page in the same way as a webagent (like the Googlebot) would see the page, use one of the following:
  • w3m
  • lynx
  • links / elinks
If you want to test on more browsers (or even devices), check Wikipedia's List of Web browsers (or, for a list sorted by platform, check the german version of that article).

Greetings,
Nepomuk

Reply
malav123's Avatar
malav123
Familiar Sight
211 Posts
April 8th, 2008
10:37 AM
#5

Re: Software Testing
Quote:
I would suggest, to actually TEST it on various browsers. Here are a few examples:
  • Internet Explorer (various Versions, at least 5, 6 and 7)
  • Firefox (Version 2 and 3 BETA)
  • Opera
  • Netscape (old, but some people DO still use it)
  • Konqueror (very common on linux systems)
  • dillo (if there's nothing but HTML, that has to be executed by the browser or if you want to see the page without any plugins)
  • Safari (for all those OS X users out there)
And to view the page in the same way as a webagent (like the Googlebot) would see the page, use one of the following:
  • w3m
  • lynx
  • links / elinks
If you want to test on more browsers (or even devices), check Wikipedia's List of Web browsers (or, for a list sorted by platform, check the german version of that article).

Greetings,
Nepomuk






Yes that is right but i am getting different layout of my website on different browsers so how to check where is the problem in my designing part ?

thanks for response...

Reply
gits's Avatar
gits
Moderator
3,211 Posts
April 8th, 2008
04:20 PM
#6

Re: Software Testing
problems are mostly the result of the lack of correct standards-implementation of the browser itself (often IE problems) or just using non-standards by the developer (often when developing a webapp with IE) ... have a look here for some overviews what the differences might be ...

kind regards

Reply
malav123's Avatar
malav123
Familiar Sight
211 Posts
April 9th, 2008
05:05 AM
#7

Re: Software Testing
Quote:
problems are mostly the result of the lack of correct standards-implementation of the browser itself (often IE problems) or just using non-standards by the developer (often when developing a webapp with IE) ... have a look here for some overviews what the differences might be ...

kind regards




Thanks i will study your given link...

Reply
Reply
Not the answer you were looking for? Post your question . . .
189,938 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top Software Development Forum Contributors