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

Can any one explain about environment variables with examples?

2 Answers  


How to make an Action as reusable?

1 Answers  


How open an excel sheet in QTP(not a run time )?

4 Answers   Tech Mahindra,


How Does Run time data (Parameterization) is handled in QTP?

4 Answers   IBM,


What are the advantages of Automation objects than Test Objects?

2 Answers   Adobe,






how do you remove object repository at runtime and load object repository and verify it

2 Answers   Thomson Reuters,


Can a function return a dictionary object?

2 Answers   CG, Semantic Space,


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

1 Answers  


Is virtual object supported in low level recording mode?

0 Answers  


i m tryed to use qtp in a user registration form but at the "image enter"part it gives a error when i run the qtp bcz the image is changed every time so it gives a error when i use regukar expreesion fot this it still gives a error value bcoz it reads the image code bt nt reconige the image which i enter in the image verification text box.so hw can i automate qtp for this function.plz give me a answer

1 Answers  


Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

0 Answers  


Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???

4 Answers  


Categories