what we do after completion of functional and regression testing

Answer Posted / j. sambasivarao

After completion of functional and regression testing, a
review meeting is conducted. In that meeting, the Test
Lead will review all modules that are in application to
assess defect density. The regression test will be
conducted once again on the module, which has more defects
found by test engineer.

After completion of final regression, the application will
undergo for User Acceptance Test.

If I am wrong, please let me know.

J. Sambasivarao
9948280248
jampani_sivarao@yahoo.com

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

1384


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))

1496


What is object repository in qtp?

559


Explain Descriptive Programming Types with Examples?

921


hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?

2789






What is optional step in qtp? How you can add optional step in qtp?

530


Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project

1639


Describe the differences between functions and actions in UFT?

608


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2420


Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.

3421


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1627


Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1426


Mention the different actions types of qtp.

571


Get the count of files of similar types from a folder.

971


What is the Difference between copy to action and call to action?

584