When should u feel that u can stop testing now?

The following are few of the common Test Stop criteria:

Answers were Sorted based on User's Feedback



When should u feel that u can stop testing now? The following are few of the common Test Stop cri..

Answer / sreeprasad

- All the high priority bugs are fixed.

- The rate at which bugs are found is too small.

- The testing budget is exhausted.

- The project duration is completed.

- The risk in the project is under acceptable limit.

Practically, the decision of stopping testing is based on

the level of the risk acceptable to the management. As

testing is a never ending process, we can never assume that

100 % testing has been done, we can only minimize the risk

of shipping the product to client with testing done.

Is This Answer Correct ?    3 Yes 0 No

When should u feel that u can stop testing now? The following are few of the common Test Stop cri..

Answer / priya

Testing can be stopped when
The bug rate is comparatively less to the acceptable limits.
All de test cases for tat particular functionality is passed.
Client urgency
Testing budget insufficient.
Lack of time for the testing process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.

1 Answers  


What is the use of Regular expression?

5 Answers  


How can you handle exceptions in qtp?

0 Answers  


What are the abbreviations for tsr and mtr?

17 Answers   Ordain Solutions, TSR,


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

0 Answers  






With what extension you can save the list of tests in a file to run in test batch runner?

0 Answers  


How do we retrieve the content from a text box in a web page

2 Answers  


In Manual testing , can u prpare bug report in TD?

1 Answers   TCS,


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

0 Answers  


Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).

10 Answers  


any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt

1 Answers  


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

0 Answers  


Categories