How to apporach while starting the automation testing?
Answers were Sorted based on User's Feedback
Answer / balaji s
We should have to do feasibility study for automation
testing.Trhe feasibility study includes
1.Which test case are applicable for automation and which
test case are not?
2.Frequently changing functionality should not be automated
3.Adhoc test cases are not automated
4.Automation is mainly used for regression test suite.So
automate the test case and run it for every build release
Regards,
Balaji S
9894207910
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gaurav
Balaji is right!!
But on the top of this we should check it out that what are
the various tools available to automate and which tool can
be useful for us, whether its a freeware so that it is not
neceesary everytime that we will use QTP only.
We should check that whether the toll is adabtable with our
application or not.
Please correct me if i am wrong.
Thanks
Gaurav
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suganthi arunachalam
first decide which test cases can be automated
identify the correct tools which has to be used for
automation
| Is This Answer Correct ? | 0 Yes | 0 No |
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
Hi, Can any one explain what is mean by Driver Script? is it AOM?
How to import a test case present in ".xls" file to TD under a Test set?
QTP in mumbai
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
what all are the coverages , explain ?
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
How to use conditional loops in qtp ?
i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What r the diffrernt file extentions in QTP?
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain