Answered Questions

  • Defect Report

    Write a defect report for this arithmetic issue. The program is supposed to add numbers properly and this is what you see:1+1=21+2=31+3=42+2=32+3=52+4=63+3=5Write a clear and concise description of the problem.

    Star Read Best Answer

    Editorial / Best Answer

    ramesh7584  

    • Member Since Mar-2007 | Jan 13th, 2010


    1+1=2
    1+2=3
    1+3=4
    2+2=3
    2+3=5
    2+4=6
    3+3=5

    Report of the above results: 
    The loop used for incrementing the first value is not implemented properly. on every 4th iteration, first value is not treated as appeared.
    See the highlighted values. In first highlighted calculation, still it is treating first value as '1' while calculating. and at last one it is treating it as '2' instead of 3.

    Asit Samal

    • Dec 1st, 2011

    Interviewer I think you are wrong because you have mentioned when X=Y then it is adding like: X+Y-1. But in case of 1+1=2 it is not adding like X+Y-1, rather it is adding as X+Y. So, ans should be : Except 1+1=2 in all other case it is adding like X+Y-1.

  • Bug Fixing Priority

    Which of these is the most important one to fix first, and why? a. The word "BlackBerry" is misspelled on the startup screen of the application.b. The application always rejects a user's first attempt to launch the application; subsequent attempts are successful.c. The application crashes and brings down the database server when it tries to add a record that contains an uncommon string, "123abc456xyz789".

    Star Read Best Answer

    Editorial / Best Answer

    vk1978  

    • Member Since Feb-2009 | Mar 25th, 2009


    Priority will be given based on stage of life cycle,

    1) Assume that application is middle stage (I mean to say build is 3rd one and still few more to come) and you are testing the application to accept it (Smoke/sanity Testing) for further testing I would like to give the preference as B, A, C Why I am giving last preference to C is when I am giving uncommon string then the application is getting crash, but as of now we have alternative and that is positive value, so with positive value we can work with the application Next why A is given second preference “black berry” Its company Name, not a simple title of application

    And lastly why I am giving first preference to BI am not able to launch the application in first attempt then it is a major issue, while accepting the build (smoke/sanity testing) if you are not able to launch then definitely we will reject the build.

    2) Assume application is completed and ready for use, then also I will give B, A, C Let me tell you in general way, Suppose you are a customer and interested to purchase Blackberry mobile and if it is not launching in first attempt, do you purchase that piece, no one will purchase, and coming second one company Label, Company goodwill is linked to it, and with this mistakes goodwill will be degraded so second preference, and coming to last one we have an alternative and that is we can give positive values with which that particular functionality will work Please correct me if I am wrong.

    Priyank

    • Jun 30th, 2016

    Bug is fixed according to its priority i.e
    1) Very High: Immediate fix needed, block further testing.
    2) High: Must get fixed before the product is released.
    3) Medium: Should fix if time permits.
    4) Low: Would like to fix but can be released as it is.

    Reddy

    • Nov 29th, 2015

    I hope that the following ans is helpful... 1) In these scenarios first we have to fix B, why because with out lancing of the application we cant do anything. 2) Secondly we have to fix A. why becau...

  • how to write test cases for triangle

    zaara

    • Jan 18th, 2010

    Test Case for a Triangle:1) It must be a closed figure.2) The figure must contain only 3 sides which are straight and only 3 angles.3) 2 sides must be passing throught each vertex.4) The sum of all 3 angles must be 180 degrees.

    GURU

    • Mar 1st, 2007

    You have to make use some properties of triangle...
    like sum of 2 sides should be more then other.
    sum of anagle should be equal to 180.
    like that we have to write TC for properties of triangle.

    GURU
    guruqualityguru@gmail.com