diff b/w installation testing & compatibility testing?
Answer Posted / n@n!
testing the installations of hardwares and softwares in the
application is called installation testing.
testing the compatability between existing product and
comparative product is called compatability testing.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Difference between Re-testing and Regression testing?
What is the full form of cmmi?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
hi friends i recently finished testing course in hyderabad.now am looking for a job in uk.i need help about the projects in interview point.can any one explain me abt banking project or credit card.like what are the problems faced in u r last project etc.
What are joins and subjoins in the data bases what is data driven testing what is verification and validation What is Quality Assurance (QA) and Quality Control (QC) Is Verification is related to QA and Validation is related to QC ? which type of model you follow basically in your project what is a use case How to test a Bike how to test a Lift (Elevator). which configuration Management tool do you use which Bug tracking tool do you use explain Bug life cycle what is Regression testing what is ALPHA testing ans BETA testing What types of testings comes under Non functional testing what is TEST DIRECTOR what is CMM and CMM i whar are Expressions in Winrunner What is a Compile module Is it Necessary to open the tool first or the application first after getting a bug what will you do if you add a new object or a new module for the existing application then how will you test the application which Defect tracking tool do you use what is change management What is smoke Testing what is sanity testing A application is given to you but the requirements and functionalities are missing what will you do to start the testing which testing documents will be received by the client
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
How to Generate Test Case for Shopping Cart?
what is a data guidelines?
Do you know anything about Set Top Boxes?
How to integrate Bugzilla with QTP?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
What is neutral test case?
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
If asked to create a Configuration Design Pattern, where would you start?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }