What is compatibility testing?
Is there any certification available for testing, like MCP
etc..?
Answers were Sorted based on User's Feedback
Answer / pravin
To check the project functionality or application
functionality on different operating system is called
compatibility.
and i have no idea about the certification available for
testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rudraneel
Compatability Testing :
It is one kind of system testing that is non-functional
which is done to check whether the software product or the
application is comatible with respect to
platform,hardware,software,network..etc or not...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunithayagnamurthy.heartcom in
compatability testing means to test the applications
diffrent browsers.i.e called compatability testing....
cstp ,ctp certifications is thr in testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sai
there are many certifications available for testing..
list CSTE(refer www.softwarecertifications.org)
ISTQB(Refer istqb.org)
for CSTE u Require 2 years exp
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we call it as a regression test nor retest?
i want to write testing cerification. can anyone plz help how to go through. how to prepare for the exam and how i have to apply.
How would u test and automate an Antivirus application ?
What is Alpha testing/ Beta testing?
1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Partition? 4. What is Compatability testing? 5. How do you know Prepared Test cases are Responsable testcases or not? 6. Give me a Tracebility matrix documet & Deffination? 7. What is Error, Defect, Bug? 8. What is Smoke testing, Monkey testing, Sanity testing? 9. What is defference b/w Functionality testing & Regression testing? Give me a Example? 10. In your exp which type of defects you identify? 11. Tell me a defects for load testing,Security testing? 11. What is defference b/w System testing & User acceptance testing? 12. How many test cases write per a day& for one project how many testcases write you? 13. A professor has introduce some cources in college How to write test case for this requirement? 14. Write a test case for ATM Meachane? 15. Which configuration tool you used in .Net Application & Java based Applications? 16. What is the difference b/w Client server & Web based Application? 17. What is two tier & three tier application?Give me a example? 18. What is the defference b/w Java & J2ee? 19. Which model life cycles you used for Development & Testing? 20. Explain Development & Testing life cycles? 21. How to connect data table from QTP? 22. How QTP recognize Dynamic objects? 22. Which Atomation Frame work can you invoved in QTP& Explain me? 23. How QTP Tool Identify objects? 24 What is the difference b/w Check point & Out put value in QTP? 25. When did you give High Priority & High Seviority High Priority & Low Seviority High Seviority &High Priority High Seviority & Low Seviority?
difference between stress testing and loadtesting
If a webapplication is handed over and you are requested to come out with a test strategy. what are all the key things will you include in test strategy?
What should be done after writing test cases?
can any one of u give templates for test plan and test strategy
what is the use case ? what is the use of the use case ?
what are all the possible Test Cases for VoIP based applications
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;