Answered Questions

  • What is the type of TRUNCATE statement, whether it is a DDL or DML type ?

    I have read somewhere as DDL statement as it has implicit commit statement.

    Chiranjeevi Manne

    • Mar 30th, 2007

    TRUNCATE is a DDL statement which can't be rolled back as there won't be any redolog generated during the trun operation and it is the fastest way of dropping big tables avoiding tons and tons of redolog generation.

  • What is SDLC and STLC , what is relationship between them

    Star Read Best Answer

    Editorial / Best Answer

    testingeek  

    • Member Since Jan-2008 | Feb 3rd, 2008


    SDLC is the main process in the developement of a software.
    The approcah generally depends on the framework that is followed like CMMI , SPICE etc. and the methodology used to build the product e.g Waterfall, agile etc.

    The general appraoch in SDLC though is :
    1. Domain analysis. (done by either and/or customer and Business analyst)
    re element analysis : SAG (software architecture group-> analyst, PM's, SQA managers etc....)
    3.Scope analysis
    4.Specification -->(client, system analyst)
    5.Design -->( Low level, High Level)
    6. Coding --> developers
    7. Testing--->testers
    8. Documentation --> testers, dev, tech writers
    9. Sign off -->after UAT by customers

    STLC :
    is related to SDLC but does not start at step 7 if a good product roll out is intented.
    Senior test analyst get involved in the Req analysis to get an idea of the requirements and spot gaps in requirements.
    2) During Design phase the work with developers to decide what aspects are testable as well as help with Unit testcase review if possible
    3)Test planning: Deciding the scope, strategy and enviornment and risks in testing -> done by Lead or senior testers
    4)Test developement ; Writing testcases, scenarios, Scripts, procedures etyc
    5)Execution : excuting testcases and capturing the results--> junior testers
     6)Reporting:logging bugs found. Done by junior testers.
    repeat of 5) and 6) in cycles of testing and resolution of defects.
    This is closely related to the Bug life cycle.

    SDLC is the master cycle and STLC is a sub cycle of the same.

    Prabhu Prasad Mishra

    • Apr 25th, 2014

    V-Model forms a relation between SDLC and STLC. Req Spec-------------->User Acceptance Testing Functional Spec------------------>System Testing High Level Design------------------->Integration Testing...

    abusaud

    • Jul 8th, 2008

    SDLC:-Software development Life CycleSTLC:-Software Test Life Cycle Information gatheringAnalysisDesigningCodingTestingImplementationRelease & MaintenanceSoftware testing life cycle(STLC) cov...

  • What is your server configration ?What is your SGA size ?what is Shared pool size ?How much size have you configured for oracle_block ?

  • What are two primary goals of testing?

    Can any one answer to this question

    Anant Chaudhary

    • Mar 14th, 2013

    There are 2 goals:

    1)To improve the quality of product by finding hidden defects.
    2)By testing ensure that all customer requirements are full fill in the product.

    Radha

    • Jan 17th, 2013

    The two primary goals of testing is 1. To make sure that we have covered all the requirement and functionality which is given by the client and the customer. 2. Most important of the Quality team i...