Answered Questions

  • Missing Test Cases

    A tester(A) is working on Module 1 and tester(B) is working on Module 2. After sometime manager appoints B to Module 1 and A to Module 2. Now If B sees that some test cases/data are missing. What Should B do?

    virgosls

    • Aug 13th, 2010

    Detailed RCA(root cause analysis) should be carried out.1. Any such scenarios should be verified using Bi-Directional Tracebility matrix. Using Tracebilty matrix, we can identify how particular requir...

  • Integration Test

    The product is in its later stages of development and you are going to release the product within the next few test cycles. You are supposed to begin testing this afternoon. Several mission-critical defects have been fixed but the development team has not completed Integration Testing. Unexpected circumstances have pushed your resources to the edge of the test window and you will not be able to...

    sarega99

    • Jun 30th, 2010

    Integration testing is done to make sure that all the modules are intergrated correctly together. Usually modules are broken down based on the functional groups. For integration testing, when writing ...

  • Test Process Improvement

    What improvement have you recommended or introduced to a test process?

    virgosls

    • Apr 24th, 2010

    - Requirements should be documented. Requirement Tracebility matrix should be created.- Test Plan/Test Strategy should be developed before jumping into test case creation/execution.- Defect reporting ...

    Reenasen

    • Feb 20th, 2010

    I have recomended Execution sequence plan sheet which contains Requirement Traceabilty Metrics id,Test script id,Resource name,Start date,End date,Execution status,Defect status.by scheduling the process using Execution sequence plan  will improve Test process.

  • Most Embarrassing Moment

    What was your most embarrassing moment as a tester?

    virgosls

    • Apr 24th, 2010

    Within a week of production release after testing 6 months, production enviorment crashed. It was working on Stage/Test envoirnment earlier but later it also stops working. Later reason identified was MS security patch which start blocking COM component. It was fixed and deployed later.

  • Test Effort

    You have been hired into a small company where a hot-shot developer serves as business analyst and project manager on top of his development duties. He has undermined your efforts to create a worthwhile test management process over the past month. He refused to provide requirements and specifications for the product and is now delivering the first build for you to test. How do you handle this situation?

    virgosls

    • Aug 13th, 2010

    Reason is not still clear why the BA/ProjectManager is failed to provide documented requirements. It could be either requirements are not freezed either its very rapid development approach where requi...

  • Defect Responsibility

    You have released a very complex product to production and customers are complaining that a particular functionality isn't working properly. Your test team had missed a subtle detail that is now producing a backlash from customers. Who is responsible for this oversight? What do you do about it?

    virgosls

    • Apr 24th, 2010

    Instead of finding responsibilty here, one should work first on solution.1. Check whether the defect is indeed exists.2. If yes, check whether defect scenario is within testing scope.3. If yes, check ...

  • Selecting Test Management / Defect Tracking System

    You are responsible for establishing and implementing a test group in your new company. How would you go about choosing the most appropriate Test Management / Defect Tracking system for your company?

  • Product Delivery

    The product has undergone several unexpected changes during your previous test cycles and as a result there have been more test cycles than originally planned. Marketing has a firm deadline on which to announce this product to the public and upper management feels obligated to deliver on schedule. Nevertheless, your test team had discovered several priority 1 defects in the last test run and the...

    virgosls

    • Aug 14th, 2010

    As requirement is frequently changing then the extra efforts to incorporate these changes must be published by Test manager to all the relevant parties and release must be postponed.But If release dat...

  • Test Database Upgrade

    Suppose a DB has just been upgraded from Oracle 10g to 11. What testing factors will you look at?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Nov 30th, 2009


    1) Test the upgrade itself.  Do problems arise?  Has anything new been introduced that needs to be accounted for?  If so, make sure it works properly.
    2) Run functional tests that rely on the database to ensure they function properly.   
    3) Run performance tests to ensure data is obtained within specified performance parameters. 
    4) Ensure data integrity is maintained after upgrade.  Contstraints, for example, should still be handled as expected.

    5) Run load and/or stress test to ensure the upgraded database still handles user load and performs well under the most business-critical resource-intensive circumstances.
    6) Test the Oracle client.  Ideally, any issues will have been caught in the upgrade test, but it is a necessary step in the process.

    virgosls

    • Apr 24th, 2010

    1. Identify and execute the testcases which can exercise all the database operations from application.2. Execute automation scripts3. Execute performance tests4. Identify and execute testcases which update the existing records to test the backward compatibilty.

  • What is project based testing and product based testing

    ilango_02

    • Jan 20th, 2006

    Added to his explanation I would like to add some more as follows,Once the project is delivered , the support for the future issues will not be comes to the company who developed. But whereas in product, they will have a SLA(Service Level Agreement) for the support related activities.

    virgosls

    • Jan 9th, 2006

    1. Project is done for specific clients of your company. For this some of the testing may be done at client's side. Product is not done for a single client and it is released as a product of the ...