What is the entry and exit point of automation testing
Answer Posted / sandeep guttikonda
The word Automation can also called as computerization
means we are making the task simple.
But to go for automation we should have idea on Manual
tasks.
This tells that the entry point for atumation testing is
manual testing.
Actually we can go for automation testing only if the
system is stable i.e. some times after the applicatoini
when into production. ( Indicates the system is stable)
Here also there are many criteria's:
1) Suppose if we are following V-model then we can start
the coding (Descriptive Programming) at the time of
planning itself.
2) If we are following Agile Methodology, we can start the
coding for the small modules as reusable action and can use
these in the master action at the end of the testing in
Agile methodology.
while comming to exit point we cannot tell specifically.
1) As it may be the x% of the manual testing scripts.
2) Till the end of cycle 4
3) Till the end of release phase 3
Like this it may vary depending upon the situation.
The ideal case is automating the entire application and
running the scripts unattended.
Please let me know if you need further info.
Thanks.
Regards,
Sandeep Guttikonda
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can i initiate the objects to find uniquely in OR
If I change the object name in one action will it be updated in all the actions? Or not?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Your roles and responsibilities and daily tasks? (As automation tester)
How to capture a window in QTP?
How to analyzing test results using quicktest professional?
How many types of trigger events are there in qtp?
How can you identify the browser and its information using QTP script?
banking project description for software tester
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
how to find that tools work well with ur existing system?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Why do we use breakpoints in QTP?