When should u feel that u can stop testing now?
The following are few of the common Test Stop criteria:
Answer Posted / 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 View All Answers
What are the advantages of parameterization ?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Step 3&4 are repeated until an the object in recognised uniquely.
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
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
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
what is output value in QTP and how it can be used in automation testing
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
How will you declare a variable in qtp?
Can we create user defined functions in qtp?
what is stepin & stepout?