| Topic : Today's Testing Challenges |
|
|
IT Solutions for Capital Markets |
Software Testing - |
Excellence Manpower Systems
|
|
||
|
Activity:
6 comments
550 views
last activity : 07 06 2010 20:18:04 +0000
|
||
|
|
Test Automation - everyone wants to use it but not many are ready to pay for it. Rarely does automation result in cost savings in the short term and as such most efforts for test automation are percieved as failures. As such it is really important to have a proper framework for assessing the feasibility of test automation for a particular project. A couple of points I like to consider in the automation fesaibility are
1. Longetivity of the application : Test automation would only be benefitial in applications which are there for the long haul i.e have a shelf life of atleast 3 years plus.
2. Stability : There are some applications which do have a long term life but are subject to major interface changes. Such applications are not suitable for automation .
3. Test management software: It is very important to have the test cases and other test managemetn aritifacts managed well. If there is no test management tool being used it becomes rather to manage the automation effort.
Furthermore I have yet to see any industry benchmarks for what % of test cases should be automated etc.. So please share your experiences and comments and we can continue to build our knowledge on this very interesting topic.
Abhijeet Dixit
|
|
|
|
|
|
|
|
|
|
Managing people is tough probably beause there is no science behind it. The same stimulus can yeld amazingly different responses from different individuals even sometimes from the same individual. There are too many variables to take into account... |
Usually in payment systems there are standard validations i.e. for the account number, balances, entitlement etc.. Some of them are performed in the payment system and some in the general ledger system. However there is a grey area and is always a... |
Automated testing is ultimatley writing code to verify code. As such the basic act of verification will be based on human intillegence. So Manual verification is the basis or core of testing. |