I need a brief decsrpition on How to test borwser
compatabilty and O.S compatibity?
Wat are the techniques to test?
TIA
Answers were Sorted based on User's Feedback
Answer / sunil kumar sahoo
Browser compatible means u have to test in all the Browser
like IE,Mozilla,Opera,Safari etc with their various
version,from my 3 years experience i have faced a lot of
problem for this browser version,some times the java script
doesn't supported by few browser but in some browser it well
functioned.
now come to OS compatible ie ur different operating system
like Ms 2000,XP,Linux,Unix etc.
no such techniques are there to test, only you have to test
the project in different browser as well as OS and marked
the look and feel (Allignment of image,frame,table) and
functionality (Javascript for validation).
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sj16
S.No. OS / Platform Browser Version Time Compatibility
1 Win-98 MS IE 5 5 sec Yes
Like this above table show that the web site is compatible
in Os win98,browser Microsoft IE 5,time taken to open that
web site in MS IE 5 is 5 secounds .... byeeeeeeeeee
| Is This Answer Correct ? | 3 Yes | 0 No |
compatibility testing: Testing whether the system is
compatible with other systems( can be OS or browser) with
which it should communicate.
In your scenario follow these permutation and combination
level here
Application OS Browser pass/fail
XYZ app. Win98 I.E. ?
XYZ app. WinXP I.E. ?
XYZ app. Linux I.E. ?
XYZ app. Unix I.E. ?
XYZ app. win 98 Mozilla ?
XYZ app. Win XP Mozilla ?
XYZ app. Linux Mozilla ?
XYZ app. Unix Mozilla ?
In the same way test for Opera, Netscape , according to
clients requested OS and Browser. Here everytime the
application is tested on different browser on different
Operating system.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain Boundary value analysis, Equivalence partitoning and Error guessing?
What is API Testing? how do we perform this testing?
What is Adhoc testing?
What is deferred?
What type of metrics would you use?
how to test an web application. and what step have to considered first.
How to write JSON query ? Explain with Example
what is the role of QA in all the phases of SDLC?
Can you explain the importance of PII in SCAMPI?
what is user acceptence test?
How we map test cases with the requirement in Quality Center plzzz give the procedure step by step
last testcase for project will be written in which phase?