Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the criteria for choosing test cases for automation?
Ex: if you have some 300 test cases, then how many you choose for
automation. what is criteria of selecting?

Answers were Sorted based on User's Feedback



what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, t..

Answer / saff

they r no of criteria where we choose automating a
particlar feature ttesting like
1)when the test cases have to repeated for every build we
have to choose autoamting them
2)if the test cases are having data values to be passed in
that cases it is goodidea to automate them for better
coverage
3)and when the test cases are tested for compatibility fo
the system then this is the other situvation where we can
auotmate

Is This Answer Correct ?    13 Yes 2 No

what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, t..

Answer / bibhu

I would like to add a point, ie- We can choose the
particular test to automate if it's functionality is not
changing frequenly.

Is This Answer Correct ?    5 Yes 0 No

what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, t..

Answer / sajitha

Thnx for the answer

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?

5 Answers   AZTEC,


What is driver script and driver script in qtp frame work????

6 Answers   IBM,


explain structured testing? plz guys with exp. do answer

0 Answers  


how to write vbscript on web applications in qtp. explian with one example?

4 Answers   Wipro,


How do we handle run-time errors?

0 Answers  


Explain Checking XML....

1 Answers   Crea,


Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?

3 Answers   Semantic Space,


At a time how many users can access QTP?

5 Answers  


can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.

1 Answers  


QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!

1 Answers  


Definationions for keyword view and tree view?

1 Answers  


How to create runtime property for an object?

0 Answers  


Categories