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 |
How to verify the Cursor focus of a certain field?
Is it mandatory to know abt regular expression in descriptive programming
key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
By using QTP can we record any log files written by the application which is in execution?
After running scripts how you report results ,there is any specific report form
What are the Application Functions available in QTP?
what is a active x control?can any one brief me about active x controls
How to find a window is minimized or not
What does it mean when a check point is in red color? what do u do?
Does quicktest professional (qtp) is unicode compatible?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?