what is compatibility testing
Answers were Sorted based on User's Feedback
Answer / aditya m.
Testing the compatibility of the Software or Application
with various resources.
Like testing compatibility of Website with various browsers,
testing an application on various Operating Systems.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / c.dharani
Testing the application or www in different browsers ,OS,hardwareand also in different versions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat ,9052688079
it is a type of testing in which one will install the
application into multiple environment prepared with
different combination in-order to check whether it is
suitable with those environments or not
note: in usually this type of testing is conducted to
products rather than projects
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between functional & non-functional testing?
what is the impact analysis?
difference between QA, QC
differnce between testing life cycle and bug life cycle?
what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?
1.Test cases for Password cannot be used for next 13 times? 2.Test cases for Password should not be less than 8 to 13 chars and there should be at least one special character and one Capital letter.
Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?
Explain a bug which if you have missed could have created a big problem.
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
There is a field in the form...if i will put a number it will give the square of the number as output..it takes numbers from 1 to 100!!! how to test it???
name the types of methodologies
hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.