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 |
After running scripts how you report results ,there is any specific report form
Write a script to verify font style and color of a windows object using descriptive programming
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
How software automation specialist enter steps in the Expert View?
What are the advantages of Object Repository?
hello, i was install Q.T.P.8.2 in windows xp version .when i am running my programs all the desktop icons are disappear why so. please guide me anybody how can i come out side this problem.
how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
How to get data from excel sheet to the script? write the script.