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
What is the recovery scenario in qtp?
give me the code to save all messages of inbox of gmail into a folder and notepad
Explain the checkpoint in qtp?
What are the types of object repositories? Which one is you are using?
Explain types of descriptive programming?
Explain how qtp identifies objects?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain how Does Run time data (Parameterization) is handled in QTP?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Discuss the QTP Environment?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
What are the types of object repository in qtp?
What does mean by Scope of Automation?n How we defined it?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
• What type of testing questions will be asked for 2+ yrs exp people in interview?