What is the ur roles and responsibilities as automation
testing engineer?

Answer Posted / mogal

1.understanding the application whether it will be automated or not
2. if it is automated then prepare automation scripts
3. create test data using data parametrization like data tables, environment variables,random numbers,action parameters
4.storing objects using OR
5.writing scripts by using descriptive programming and create user defined functions
6.debugging the scripts by applying break points
7.execute the scripts
8.compare the actual results with expected results by using check points
9.and create the test results and prepare the reports.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1419


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

563


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

613


What is the difference between run time object and test object in QTP?

560


what are the challenges you have faced while testing web based application using the automation tools ?

587






Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1337


Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

1615


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

1616


Hi All, How to get repeated word in string . Thanks Balaji

924


How to find Operating system information using QTP script?

565


What is business process testing(bpt) in qtp?

683


What is checkpoints for quicktest professional?

541


How to use parameterization in qtp?

616


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1348


Explain different types of checkpoints?

554