Submitted Questions

  • QA testing questions

    I want to answer for below question. while searching on net im getting different different answers.. im not getting which is correct one.Plz send answers to me.1. What are testing methodologies?2. What are testing technics?3. What are testing types?4. What are testing levels?5. How u calculate productivity of testing team?6. Testing Approach?7. What is testing starategy?

    Baisakhi Saha

    • Aug 15th, 2013

    Methodologies: Static and Dynamic

    Techniques: White box, black box, grey box

    Testing types: System testing, sys integration testing, UAT,

    Regression testing Levels: High level (UAT, SIT), Low level (Unit testing)

    ANIL

    • Mar 5th, 2013

    2) Testing Techniques: Black Box testing, Gray box testing, yellow box testing, Review techniques, White box, these all are testing techniques.

  • Seviority and priority

    Hi guys,Check below form.Ename: Text boxEno: Text boxDesignation: drop downAddress: text fieldSalary (total):Text field (numeric)Basic: Text field (numeric)HRA: Text field (numeric)Bonus: Text field (numeric)Save: button Cancel: buttonNow my question is I need 2 examples for below question.List 1. High severity and High priority bugsList 2. High severity and low priority bugsList 3. Low severity and...

    Vinayak82

    • Jun 29th, 2012

    Severity refers to the impact of bug on the software or any major functionality, whereas priority refers to the urgency in addressing the bug whether it has to be addressed immediately (high priority) or can be looked in later (low priority).

    ry

    • Feb 10th, 2012

    Severity is the impact of the issue on the use of the system.
    Priority is the urgency of getting the issue resolved.

  • Employee Query question

    Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field..