Explain about "Compatibility Testing" in Web based
Application?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Compatibility Testing:
Compatibility of your web site is very important testing
aspect. See which compatibility test to be executed:
Browser compatibility
Operating system compatibility
Mobile browsing
Printing options
Browser compatibility:
In my web-testing career I have experienced this as most
influencing part on web site testing.
Some applications are very dependent on browsers. Different
browsers have different configurations and settings that
your web page should be compatible with. Your web site
coding should be cross browser platform compatible. If you
are using java scripts or AJAX calls for UI functionality,
performing security checks or validations then give more
stress on browser compatibility testing of your web
application.
Test web application on different browsers like Internet
explorer, Firefox, Netscape navigator, AOL, Safari, Opera
browsers with different versions.
OS compatibility:
Some functionality in your web application is may not be
compatible with all operating systems. All new technologies
used in web development like graphics designs, interface
calls like different API’s may not be available in all
Operating Systems.
Test your web application on different operating systems
like Windows, Unix, MAC, Linux, Solaris with different OS
flavors.
Mobile browsing:
This is new technology age. So in future Mobile browsing
will rock. Test your web pages on mobile browsers.
Compatibility issues may be there on mobile.
Printing options:
If you are giving page-printing options then make sure
fonts, page alignment, page graphics getting printed
properly. Pages should be fit to paper size or as per the
size mentioned in printing option.
K,byeee...
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 5 Yes | 0 No |
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
what is sevirity and who will decided that one?
11 Answers Creative Informatics, MBT, TCS,
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
What is Functional Testing?
when we found problem occured in requirement while writing test case when communicate with client but they not accepting it is problem whether you continue further or not?
how can u do usability testing on website?
What are the Risks involved while testing?
4 Answers BT, GL Noble Denton,
What is the difference between Technical TestCase and functional Testcase.
What is Version control? can any one help me its urgent thanks in advance
What is the difference between TEST STRATEGY and TEST PROCESS
3 Answers Tavant Technologies,
what is system testing?
Hello, Currently we are doing manual testing for PHP& .NET Projects. We are planning to automate it.Kindly suggest which automation testing tool is appropriate for it. Thanks