Which of the Test cases can be automated?
can anybody tell me with an example.
Answers were Sorted based on User's Feedback
Answer / kumar.
There are only some specific test cases which can be
auotmated. Some of them are
To do automation, your build should be very stable.
1. Test cases that need to be executed on every build.
2. Test cases that need multiple values as input inorder to
check them for different outputs.
Correct me if i am wrong.
Kumar.
Kumar.rnv@gmail.com
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / dharmaraj allukapally
The Following are the testcses are preferred to automated:-
--> Testcases that need to run for every build.
--> Testcases that use multiple datavalues for same action.
--> Identical Testcases that need to executed using different
browers.
The folowing are the testcases not preferred to automated:-
--> Testcases that will be executed only once.
--> Testcases used for Adhoc/Random Testing.
--> Testcases that are infrequently selected for execution.
--> Testcases that will require only manual execution.
dharmarajtestengr@gmail.com
9885531134
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ram polavarapu
That is all depends upon your project
for example:if you want to execute the test case which is
related to the login functionality in your project so we
need to test with the all the combinations of test data for
that we need to go for the automation.
basically when the test cases related to the build if that
build is stable then will go for automation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / avijeet
The test case which is related to GUI we can automate.
| Is This Answer Correct ? | 2 Yes | 0 No |
How the object properties will be recognised by the tool If the functions/ statements are written manually?
I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.
What is junit? And what is junit annotation?
When will you automate a test?
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?
Do you know what is a xpath?
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 ^^
Sevirity & priority levels in bugzilla
Can anybody tell me the any open source automation testing tool for functional testing to test web based application.? pls suggest its urgent.
how can we reverse the string without using the revese of String function in QTP?
Which protocol cam be used to makw jdbc connection woth loadrunner
what r the diffence between QTP 8.2 & QTP9.0?