Answered Questions

  • Install Perl module using CPAN

    How to install Perl module using CPAN. How to include the module in a program?

    ankitloud

    • Nov 20th, 2011

    I think the best option will be : type following command on command prompt

    cpan App::cpanminus then you can install any module using its name using following command

    cpan Module::Apache

    let me know if it doesn't work

  • remove duplicate bugs

    If at all 3 testers of a teem found same defect how to remove duplicate bugs

    MAHESH GUNDU

    • Apr 20th, 2018

    Using peer-review... we can eliminate the duplicate bugs

    Suma

    • Apr 22nd, 2012

    First of all we should not raise the defects again, which already raised by other tester. Before raising any defect we should check other defects in that particular module, release is any other tester...

  • when do u know that testing is over?

    PrafullaSutradhar

    • Sep 18th, 2012

    Teating prosses depends on software company but still has a guideline. When produce meets with it requirement, exit
    criteria, also sometime over budget, time is over but test is not finish.

    cnananthan

    • Apr 19th, 2012

    We can arrive at the decision of Testing is over based on the following criteria:

    * Level of Confidence on the functioning is greater than the Customer’s Confidence.

    * Known Bad (i.e.Tests Failed) + Unknown (i.e.Tests not run) is less than Known Good (i.e.Tests Passed)

  • What is Defect Life Cycle in Manual Testing?

    Nagarjuna

    • Dec 22nd, 2014

    When the bug is raised by tester then it is in NEW state--> ASSIGN that bug to developer ---> Then the dev OPEN the bug and starts working on it ----> Dev change the bug status as FIXED --> Then the ...

    Rudar

    • Dec 16th, 2014

    New>open state>assign to developers>verify>if No then Rejected or differed state>If yes then fix it and again send to tester>again test the bug if fix then close it.