What is the entry and exit point of automation testing
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mukil
I assume you want to know about the entry and exit point of
the automation scenarios. The exit page of scenario-1
should be the entry page of scenario-2.
| Is This Answer Correct ? | 1 Yes | 5 No |
how can we retrieve ten rows from the data table using loop concept?
What does it mean when a check point is in red color? what do u do?
Please explain me frameworks & how to generate the scripts in framework
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
how to write scripts in QTP?
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
what is reusable action and how the same can be implemented (process)?
how to get font size of a "WebEdit"
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How to check which add-ins are associated with a test in qtp?
what testing activities u may want to automate in a project?
Output values? i want a practical example