Answered Questions

  • how to validate the functionalities of the reportswhat are all the things to be tested while validating reports

    saravanan123

    • Jul 18th, 2009

    Functionalities is nothing but checking the working behaviour how it works it is known through SRS by when you give any input what is the output you are getting whether it matches with the requirement it is correctIf it mismatches then it6 is a bug it is immediately reported

    sakhan1

    • Feb 22nd, 2006

    Hi All,Reprts are the means by which we are going to extract needful data and present it in a useful manner to the user, while validating the functionality of a report two things always need to be kee...

  • What does 6 Sigma represent ?

    Skill/Topic: Statistical Process ControlA) Meaning 99.999997% perfect; only 3.4 defects in a million.B) Meaning 5.6 defects in a millionC) Defect of one sixth of the product is acceptedD) None of the above

    Abhishek jha

    • Jan 12th, 2018

    99.99967% (3.4 PPM)

    kurtz182

    • Dec 25th, 2009

    Actually, six sigma represents the six standard deviations from the mean toward the upper specification limit in a normally distributed sample where an average of 3.4 defects per million are reported to live.   

  • how will we prepare test cases

    Star Read Best Answer

    Editorial / Best Answer

    ravisohal  

    • Member Since May-2008 | May 24th, 2008


    Test Case based on the Test Plan. A test case is a document, which contain Test case ID, Title, Test Plan, Test Catagory being conducted, input, action or event, expected output, actual output and Result. As mentioned above, test case based on test plan. It relates to single event or action which must reflets it relation to the module of test plan. This is a work intensive activity with the testing expert doing the writing and with the assistance of the business expert and the development expert.

    A good starting place is to identify some of the smallest or simplest business activities that the new software needs to support and define test cases for each of these activities. Then, define test cases that portray either larger business activities or specific sequences of smaller business activities that tend to

    approximate useful business tasks. Check the software business requirements and

    confirm that you have accounted for all required business activities with your test cases and add test cases for the business activities that are not covered yet by testing.

    kurtz182

    • Dec 26th, 2009

    The answer to this question depends on industry, company, the software development model, and project.  In general, you prepare functional test cases by first studying the product or project requ...