what we do after completion of functional and regression testing
Answer Posted / rajasundar
After Completion of Regression Testing (i.e GM) :
1. A meeting with the testing resources to make sure there
are no MBF bugs and to measure the depth of not-MBF bugs
and to make sure whether all the requirements are met.
2.Test report will be prepared and reviewed.If there is any
rework then that will also be taken care and the final
version will be sent to the client.
3. Retrospection Meeting with Resources,Manager and Quality
(process Oriented) people. The purpose of Retrospection
Meeting is "We need to learn about what we did and how we
did" - This meeting is very important and useful because
through this meeting we can learn lot of things from our
mistakes.The duplicate and FAD bugs may be raised because
of insufficient knowledge on the product and not going
through the document properly.So, Defect Prevention methods
can also be discussed here.
4. Analyze the defect Density to make sure the following
things..
* defect density within the limit
* defect density greater than the limit
4. The final Build will be sent for UAT and in parallel an
internal Audit for process stuff will be done by the QA
people.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What does mean by Scope of Automation?n How we defined it?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How many types of recording facility are available in quicktest professional (qtp)?
How to execute a winrunner script in quicktest professional (qtp)?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
How to use descriptive programming?
Are Shared ORs read-only?
What is the difference between rational rose and QTP?
can i compare two databases using QTP ?
Is the qtp course will help to create a virtual object?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is the differences between image check point and bit map check point?
Describe how Smart Identification is used