Do you support automated testing? Why?

Answer Posted / karim

i agree with one thing that manual testing can never be
replaced by automation testing, there is always a need for
manual testing team for any project since it helps in
detecting bugs that were never thought of earlier which can
always happen during build change of projects. Automation
helps in a way that it test only scenarios which have been
scripted

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a framework for automation testing?

572


Do you think that testing can be done only at the ui level?

616


Does every software project need testers?

551


What are pros and cons of automating tests at ui layer?

554


Why automation testing?

600






Do you know what is robot api?

555


what types of documents we need to write the nonfuntional test scripts?

1516


What is the purpose of deselectall() method?

509


Name the frameworks that are used in software automation testing?

533


Tell us what is the difference between getwindowhandles() and getwindowhandle()?

504


What is functional and regression testing?

624


Explain me which web driver implementation is the fastest?

550


What is hybrid automation?

578


Tell me what type of scenarios can be automated?

521


22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

1450