On what basis we select test cases to automate?
Answer / prasanna_ny
Usually, we automate the test cases if the test is:
1.Reusable
2.Repeatable
3.data driven test(for multiple set of data)
4.regression
Regards,
Prasu!!!!
| Is This Answer Correct ? | 12 Yes | 2 No |
you have any interaction with clients?
What testing activities you may want to automate in a project?
If testing is done using white box testing,then what is the need of using Black box testing again? I mean when unit testing and Integration testing is done at Coding level, what is the need of testing again at testing level?
Can you achieve 100% automation?
Give some examples for functional & regression test tools?
Tell me what is a keyword-driven framework?
I am using the selenium tool for my web application testing I recorded some script and agian i played same but while playing: Alert msg is not getting closed It needs the manual interaction [Note:Here alert is generated not at the time of onload event] Please provide some solution for this
What are the attributes of a good framework?
Explain load testing on websites?
Explain me what is a framework and what are the frameworks available in rc?
how can we reverse the string without using the revese of String function in QTP?
Why do you want to keep this kind of information in a separate file and not directly in the code?