from what stage you will start automation in your project
Answers were Sorted based on User's Feedback
Answer / tvl
In the execution time when we have findout repeatable
actions ,then we will use the QTP.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / murali
When the application is stable enough. i.e., when the UAT
is done and one phase of the application signed off.
That particular phase can be automated.
Before automating one need to consider the points
Need to be automated
-> Can be automated
-> Cannot be automated
Technically difficult
Need not to be automated
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deven
Product based
-develope products
Project based
for example.
-bankofamerica.com
-large/medium size
-small (3 months)
-100 test cases
-Builds: weekly
============================================
what is right time to do automation in a project
-code freeze/feature complete(functionality is
stable)
-develop scripts
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vengi
When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / raghu
when repeatable actions are need to be perrformed then
automation testing takes place.
| Is This Answer Correct ? | 0 Yes | 2 No |
How can we do Data driven testing Using For loop in QTP?
can u tell me the the cost of automation tool QTP ?
Can I import a excel sheet in Action1 datatable? How?
Why qtp the best testing tool?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
If the object property is changing very frequently, what was your approach?
Explain about reusable actions?
Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers
Explain about Checking Bitmaps?
how did u use automating testing tools in ur job?
Hi, i am rani ,i am putting 1+years of fake exp ,so pls anyone explain how i get project (in real time) ? how it is tested ex: in banking ,test the number of textboxes in one window
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone