We have a testing assignment should be test in very short
span.Do you think automated tests are the best solution for
this type of scenario?
Answer Posted / p73_73@yahoo.com
No. Automated testing should be used when
1. there is need of regression testing.
2. It needs time to write scripts. Scripts can be written
ahede of time if there is time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell us what automation tools could be used for post-release validation with continuous integration?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
List some advantages and disadvantages of automation testing.
Explain some automation testing tools.
Tell me how a text written in a text field could be cleared?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?
Tell us what is junit? And what is junit annotation?
Tell me an example of the languages supported by webdriver?
What are the phases in automation testing life cycle?
What is build verification testing, bvt?
Tell us how to select a value in a dropdown?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
Tell us how do you get the width of the textbox?
What you know about table-driven testing?