When we are going for Automation?
Answers were Sorted based on User's Feedback
Answer / ns
once the application is stable we can automate the
testcases which are very critical and which need to be
regressed for future release.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rsntallapudi123
we have various reasons to go for autoamation
1. if we want to test the application with multiple data.
2. in Restesting the application.
3. in regreession testing.
4. suppose we want test the physical properties of object
then we go for autoamtion.
5. to check bitmap images.
6. to genarate reports. etc..
| Is This Answer Correct ? | 4 Yes | 2 No |
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 |
test scenarios for downloading a file
Test cases Asignment 1. Write test cases for if your pendrive is not working 2. Write test cases for if optical mouse is not working 3. Write test cases for login id if its range is of 11 alphanumeric 4. Write test cases for if next button is working or not 5. Write test cases for,where bike max race is 120 km/h Mail me on mca.rachna21@gmail.com
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
How to write an implementation plan for our QA system with small budget, from scratch.
What is control structure testing?
When to Stop Testing?
After working in development for six months, what made you to shift into testing? I faced this question several times.
i am a PG science(chemistry),now am working test engineer in small organization,now i will decide to move better organization please send model cv and advises
What is structural testing?
What is equivalence partitioning?
What is the meaning and purpose of each of: 1) Test Strategy 2) Test Plan #) Test Case? What is an example of each?
. when we preferred spiral model to develop an application? . explain testing methodologies? . explain cyclomatic complexity? .explain difference between stab & driver? . who will conduct integration testing?