what is the criteria for choosing test cases for automation?
Ex: if you have some 300 test cases, then how many you choose for
automation. what is criteria of selecting?
Answers were Sorted based on User's Feedback
Answer / saff
they r no of criteria where we choose automating a
particlar feature ttesting like
1)when the test cases have to repeated for every build we
have to choose autoamting them
2)if the test cases are having data values to be passed in
that cases it is goodidea to automate them for better
coverage
3)and when the test cases are tested for compatibility fo
the system then this is the other situvation where we can
auotmate
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / bibhu
I would like to add a point, ie- We can choose the
particular test to automate if it's functionality is not
changing frequenly.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to get the run time object property without using GetROProperty
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
What is the difference in testing a client-server application and a web application?
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..
from where we will retrieve data for data driven tests in qtp?
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
what is clean sweep?
What is method name to compare two XML files.
pls dont join MIndq nageshwar rao...Nageshwar rao sir didnt teach QTP indepth...he teach basics only...atleast he dont know about INSTR concept...this concept take min 30 min...buthe teach 3 min only...like this so many concepts are missing in class. IN CLASS ROOM NAGESHWAR RAO SIR HIPNATIZE THE STUDENTS....WITH OTHER ISSUES.. dont join... look other institutes...this is my personal openion share your comments thank u
In qtp,how to interact tool & application build?
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?