Answered Questions

  • What is the difference between and merge and update

    Star Read Best Answer

    Editorial / Best Answer

    promisingram  

    • Member Since Oct-2008 | Oct 19th, 2008


    Use update() if you are sure that the session does not contain an already persistent instance with the same identifier, and merge() if you want to merge your modifications at any time without consideration of the state of the session. In other words, update() is usually the first method you would call in a fresh session, ensuring that reattachment of your detached instances is the first operation that is executed.

    Thomas John

    • Sep 21st, 2015

    I create an object say Employee with id 1. I create this object by getting the student record from the database. Object s1 is in the session Employee e1 = null; Object o = session1.get(Employee.cl...

    Mukesh Vishwakarma

    • Aug 25th, 2015

    Update will work at same session. After close the session or detached the state, update will not work.
    But in the case of Merge after closed the session it will work.

  • What is the difference between a Bug and a Defect?

    Piyush Patwa

    • Nov 15th, 2017

    Bug: Flaw in system deviating from expected behavior.(Flaw In the whole system)
    Defect: A flaw in a component or system that can cause the component or system to fail to perform its required function.(Flaw in a Componenet)

    venkat reddy gopu

    • Jun 19th, 2017

    The Error Which is found by Tester is Called Defect.
    Defect Accepted by Development Team is Called Bug.

  • What types of documents would you need for QA, QC, and Testing?

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: Pranoy jyoti Swargiary

    • Aug 25th, 2005


    Documents for QA,QC/ Testing depends upon company to company standards and procedures to carry on the process.Generally,Project Plan,SRS,BRS,Design plan,use cases are reqd to prepare Test Plan for QA/Testing,test scenerios,test strategy,test cases,tracebility matirx,acceptance test plan,all types of testing phases' test plan if reqd.,checklists.Besides that,we will be having test result document,bug report document,test matrics documents,etc,The template for all the documents will vary according to company standards.

    Laxmi

    • Jul 5th, 2015

    QA team is responsible for monitoring the process to be carried out for development .
    QC finds the defects and suggests improvements.