Answered Questions

  • Manual testing V Model

    How do you explain V Model in manual testing?

    ravi yadav

    • Oct 8th, 2011

    In the V Model SDLC, both the Development activity and the testing activities start almost at the same time with the same information. The development team does design and development and test team do...

  • Test Categories

    What are the different test categories that test cases are commonly grouped by?

    mathan_vel

    • Aug 27th, 2009

    Grouping Tests into Test Categories: You can add an automated test to one or multiple test categories using a test attribute. Each test can belong to multiple test categories. When tests are associated with categories, you can filter the tests in Test View and run them

  • Co-existence Testing

    What is co-existence testing? Why do we do it? What would be the passing criteria for a successful co-existence? Any sample application where you feel we require this kind of testing?

    Star Read Best Answer

    Editorial / Best Answer

    kamal1_batra  

    • Member Since Nov-2008 | Feb 11th, 2009


    Coexistence testing involves the working of application, on different hardware & software configurations. It checks the performance of the application with different combinations of different types of resources.

    Compatibility testing checks if the two systems or two different resources are able to exchange the information successfully when an application is implemented or installed. This testing is usually performed when an already existing program is replaced with a new application.

    Surendra

    • Jan 21st, 2015

    Do we have any specific tools to perform the co existance testing or a functional automation tool can automate these activities ?
    Please help.

    kurtz182

    • Dec 24th, 2009

    Coexistence testing seeks to identify issues when an application works alongside or interacts with other target software on the same machine.  Coexistence testing answers questions such as:1) Wil...