What are Test case selection criteria for Automation?
Answers were Sorted based on User's Feedback
Answer / babu
Test Cases selection for automation will be based on
1)Test cases which has to be executed repeatedly
2)Test cases which will be used by the users more frequently
Pls let me know if i am wrong
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudhakar
Test cases will write for the features offered by the
application/product,
To automate the features offered by application/product
will be based on the below mentioned parameters:
1) Is it(features i.e relavant test cases) programable?
2) How frequently that featured have to test? i.e how
frequently the user will use such features.
3) Cost i.e to implment the automation script for the
feature?
| Is This Answer Correct ? | 3 Yes | 2 No |
Hoe we can export TEST RESUALT IN to XL-sheet?
wt is the xtension of the QTP result view file?
why don’t use real time they r not using check points
does test plan is in test strategy or test strategy is in test plan
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
HOW TO FIND WEBTABLE? HOW TO RETRIVE THE WEBTABLE VALUES? PLZ TELL ME THE PROCEDURE.
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
what is throw object ?
How to export QTP results to an ".xls" file?
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
What type of framework you are using in your company and explain it?
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.