Why we go for automated tesing?
Answers were Sorted based on User's Feedback
Answer / roshini
Conducting repetative tasks on the same applcation is
tedious process to over come this we go for automation
testing and it is more reliable.
Here we can record the test scripts once and run these test
scripts on each build of the application.Once regression
testing is done and application is stable then only we go
for automation testing.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / raghu ram
here v go for automation testing ,to overcome the drawbacks
of manual testing like time consumtion,man power etc
| Is This Answer Correct ? | 11 Yes | 3 No |
Automation testing is used when
1. Application needs a set of tests to be executed very
regularly due to a software change or defect fix.
2. Application undergoes constant changes and needs
regression tests to be reexecuted
3. Test expected results are clearly identified and
documented and is not expected to change every now and then
4. Performance and load tests needs to be done with large
volumes of data and user hits which are impossible to be
addressed by the number of available testers
4. Data driven testing is needed regularly . for eg: if the
same test requires to be executed 10 times with different
input data sets, it is better to automate
| Is This Answer Correct ? | 9 Yes | 1 No |
we can go for the automation
1.when we want to consume the time
2.when application has so many repeatable functionalities
3.when there are so many functionalities with tedious
processes
4.when we can expect the no of verssions of that software
5.when the application has enough time to testing with
enough budjet
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / nimesh
as we know that time is very precious during any
development...
we need to utilise it in best possible manner.
we also need to produce a bugfree solutions to the client.
so
overall
to increase the productivity with best quility is possible
throght only automation......
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pavithra
In manual testing it is difficult to find errors, and it is
time consuming, needs man Power.To Overcome all these
factors automated testing is used.Automated testing is used
only once the application is stable then only we can go for
automated testing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / srilatha
automation is happened when the application is stable .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shweta
we can go for automationonly for save money&time.In
automation our work complet very fast .it's save time &
money
| Is This Answer Correct ? | 1 Yes | 2 No |
WHAT IS TESTING
What is disaster recovery testing?
Explain ETVX concept?
viewing entire results after the batch run in qtp Is there is a easier way view the complete results with out opening one by one test scripts
The word “Madden” related to ________ a) Baseball b) Basket ball c) Rugby d) American Football
Explain path testing?
For the 7 stages of the SDLC (Planning, Analysis, Design, Development, Testing, Implementation, and Maintenance), What are the major inputs and outputs of each stage? What are the primary activities in each stage? Who are the primary "players" involved in each stage (e.g., Tech Arch's BA's, Testers etc.)?
may i know the sites which r giving model question papers for istqb exam
Hi I need install QC 9.2 on window xp sp2. Bt it shows the error msg the OS will not support. After that i install Oracle 8i then i try install QC. At that time also it shows the same error msg.. Plz Plz Plz help me in this one..
What is the role of quality assurance in a product development lifecycle?
Following questions were asked in amazon interview during written test for the post of Quality assurance engineer. Note. u can use any scripting language for 2nd 3 rd questions. Logic is important. 1.Write test cases for file transfer using bluetooth and IR in mobile… 2. Input = 193 the output should be displayed as 100+90+3. Write code without using inbuilt functions and procedures 3. string = performance and delimiter = r Write a code to display the output as Pe r For Man Ce Without using split function and inbuilt functions 4. please give correct test data for the remainder in the below program and also for the time TIME: DD MM YYYY HH MM SS Reminder: [ ] minutes
What is loop testing?