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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lia
No. Automating the test for projects with short development
life cycle is more time consuming and is not effective. It
can be handy for projects with long SDLC as automating the
scripts requires more time.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prem
We are using automation tool in case of a big project.
2.When we are conduct regresstion testion after it necessary
for automate.but in a small project it's not required for
automation.if we are using automation tool than
1.unnecessary it will take more time.
2.It's more costly.
Automation testing is necessary when retesting is more.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you decide which tool you have to use?
Describe some problem that you had with automating testing tool.
Can test automation improve test effectiveness?
how to map requirements& test cases in quality center ???
Describe some problem that you had with automating test tool?
what is the for identifying color of the object
what is the advantage and dis-advantages of using framework ?
On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.
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 me what is regression testing?
how can i count the no of edit field in a page and fill the multiple edit field
In what condition we cannot use automation testing for the agile method?