what we do after completion of functional and regression testing
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
QTP identified the object but not performing the desired action???what could be the reason?????
Is it mandatory to know abt regular expression in descriptive programming
What exactly is the difference among all the three recording modes.
Can u Reduce the size of Object repository? What are the problems u have faced in Qtp tool?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.