What is the entry and exit point of automation testing

Answers were Sorted based on User's Feedback



What is the entry and exit point of automation testing..

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

What is the entry and exit point of automation testing..

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

Post New Answer

More QTP Interview Questions

What are the three challenges U faced during automation testing of your application.

2 Answers   L&T,


For what purpose to we use object repository in a application?also explain usage of obj.repository?

3 Answers  


What is keyword view in qtp?

0 Answers  


There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me

2 Answers   Livetek,


What will be the test script in QTP to test a ComboBox where a user has to select more than two items????

8 Answers   L&T,


What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...

5 Answers   Navis,


what is compiled module?

1 Answers  


Suppose U change the script whether it affect the object properties of the object in the object repository

4 Answers   IBM,


how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..

1 Answers   Synchronoss Technologies,


Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?

1 Answers  


Hi All, How to Compare two strings character by character in QTP

0 Answers  


What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?

1 Answers   Bank Of America,


Categories