Latest Answer : Test Planning Activities1. To determine scope and risks.2. To define test strategies.3. To integrate and coordinate test activities into SLC(software life cycle)4. To make decisions on what to test and how results will be evaluated5. To schedule test ...
Latest Answer : The Scope can be defined from the BRS, SRS, FRS or from functional points. It may be anything that is provided by the client. And regarding organizing we need to analyze the functionality to be covered and who will testing the modules and pros and cons ...
Latest Answer : FMEA (Failure Mode and Effects Analysis) is a proactive tool, technique and quality method that enables the identification and prevention of process or product errors before they occur. Failure modes and effects analysis (FMEA) is a disciplined ...
Latest Answer : Test plan is a document which gives the overall direction to the testing.Test plans and their formats vary from company to company.It might contain : Test Scope, Test objective,Assumptions, Risk Analysis ,Test DEsign, Roles & Responsibilities, ...
Latest Answer : koti reddy and meghana's replies are apt for ur doubt. It is the main eligibility for a test engineer to have the ability to prepare the test cases(ofcourse after thorough understanding of the functionality or application). In most of the cases ...
Latest Answer : U need to study clients requirement stated in SRS document first .Functional design document and technical design documents are the basis for preparing testcases ...
Latest Answer : study the Requirements document,design document throughly, to understand the main functionality of the application. after u get a clear idea on that then only start write test cases. if u have any doubts send them to the concerned person(Generally ...
Latest Answer : In these type of situations we do Adhoc testing(Testing with out any Required Documents), but basically testing without documents itsself is a bug,only thing we can do is by using our testing knowledge and experience wecan carry out. ...
Answer posted by Ravi on 2005-06-01 13:25:52: The bugs are entered into a bug-reporting tool. Nowadays, every organization uses the Test Director as their Test Management Tool. This has Defects section,
Latest Answer : in defect report followings elements are to be includedbug idapplication version test case numberbug detail descriptionis bug reproducibletester nametest datebug detected datebug description in a linebug description in detailname of the testername of ...
Answer posted by Ravi on 2005-06-01 13:37:16: Regression Testing is carried out both manually and automation. The automatic tools are mainly used for the Regression Testing as this is mainly focused repeatedly
Latest Answer : Regression testing can be done by using automation tools like QTP, so that in a repetitive way we can check that the new functionality works in a compatible way with the old one. ...