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 |
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
Write a script to customize the test results in PDF and HTML format.
Explain more about the Test Fusion Report of QTP?
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason
What is active screen?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
how to disable the pop ups through QTP using a script
Which Databases supports for QTP?
How many types of recording facility are available in quicktest professional (qtp)?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that