what are the qtp tester responsibilities?

Answer Posted / mahendra

The responsibilities of QTP tester are

1.Establish an automated test environment for UI and non-UI testing
2.Review the test cases
3.identify the Which test cases to be automated.
4.Then after that convert those the case in to automation
scripts
5.Review test scripts and enhance the scripts if required
6.after that execute the scripts on respect to functionality
7.Identify the defects and send it to developers.
8.Report to test lead about status of assigned tasks
a)daily Status Report
b)daily defect Report
c)Weekly Status report
9.Provide Enhancement to project based on end user perspective

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is object and child object.. explain ..if possible give some example for better understanding ..

1531


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1404


How to Test the mainframe application?

1820


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

1412


What is the difference between qtp and selenium?

549






What is Test Fusion Report in QTP?

620


How to find operating system information using the qtp script?

584


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

543


HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com

1539


Please Don't mind .i want in detail the real time process i.e in each document what it contains.

1437


Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in

1601


Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

1562


How to use transactions in qtp?

563


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

1588


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1414