Answer Posted / kundan yalangi
1)One Of the main benifits of automation Is Regression
Testing . When u Plan to launch a new release . then u cant
once again manually test the whole old application . So we
automate the flow of old version and run it on the new
version with added feautures . The simple answer is effort
and time reduction :)
2) As we always know that human judgement have some percent
of error embedded into the system . So if we want to
compare the logo's or bitmaps a human eye is not sufficient
to judge the Difference . Hence automation come into
picture which not only compares the results but also show
the difference in pixels .
3)Test Scripts may take more resources but with the power
of the automation tool it can be driven by one single
Expert :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the drawbacks of test automation?
what types of documents we need to write the nonfuntional test scripts?
How to select an automation tool best matched for your project?
Once you identify the tool what would be your next steps?
Explain what is a relative xpath?
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
How to decide the tool that one should use for automation testing in their projects?
Explain some automation testing tools.
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
In Selenium how a test suit is run and report is generated.
In Selenium how a test suit is run and report is generated.
Tell me what is automation testing?
Explain me how do you send enter/tab keys in webdriver?
How do you choose which automation tool is best for your specific scenario?
Can you do without a framework?