Answer Posted / dinesh
Automation is usally used for productivity improvement and
cost saving. So following facts are pimarily considered.
1)ROI(return on investment) is huge.
2)When same set of test cases needs to be executed for many
number of times.
ROI Calculation:
(Say to execute a test case manually if it takes 20 mins
and the same test case should be executed for next 5
releases it takes 100(20*5=100) mins. Now to generate
Automation script takes 50mins and to execute each time
takes 2 mins so 2* 5 times = 10 mins , so totally it takes
only 60 mins, thereby saving 40 mins). Here we go for
automation. The numbers said here is less for examples. it
makes huge difference if we just convert mins into Hrs.
In Manual:
20Hrs * 5 times = 100Hrs
In Automation
2hrs * 5 times = 10Hrs + 10Hrsscripting time = 20Hrs.
There by saving 80Hrs(100-20=80) by automating.
Per hour if the customer is charging $20 to a comapany the
company is saving 20*80 = $160 which is profit to the
company.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is lload testing?
Explain what n+1 testing is?
Mention what the difference between a 'defect' and a 'failure' in software testing is?
Best institute for protocol testing in Hyderabad ? How will be the market for protocol testing ?
9).explain difference between stab & driver? 10). who will conduct integration testing? 11). explain difference between system testing & functionality testing? 12). explain compatibility testing? 13). explain performance testing? 14). explain inter system testing? 15). explain difference between smoke testing & sanity testing? 16). explain difference between re-testing & regression testing? 17). you prefer manual testing or automation
18). explain testing process in your organization? 19). are you participated in test plan preparation? 20). how will you prepare test cases? 21). explain importance of the priority in test case documents? 22). explain test execution process? 23). how much time will you take to write one test case? 24). how many test cases you can execute in a day? 25). explain bug life cycle? explain difference between seveority & priority?
What is policy?
In which phase should testing begin – requirements, planning, design, or coding?
What is brainstorming?
In the 7 Stages of the SDLC (Planning, System Analysis, System Design, Development, Testing, Implementation, and Maintenance), WHO are the stakeholders of each stage?
What is the mission of testing?
There is very little time to test due to the development team delay how will you handle this situation?
you are a SQA lead on a project that uses an agile development environment, The lead developer has been instructed to write and initially-failing automated test case, then produce minimum amount of code to pass the test and finally refactor the new code to acceptable standards. based on above, Which type of SQA-focused SDLA is being used?
What are validation and verification?
What is a variant?