Roles and responsibilities of automation tester

67 views
Skip to first unread message

Anbu Arasan

unread,
May 27, 2014, 2:01:50 AM5/27/14
to mercu...@googlegroups.com
Hi friends,

Can you please tell me the roles and responsibilities of automation tester. Because many interviews i am stuck this question. please help me


Sarath Babu

unread,
May 27, 2014, 8:13:36 AM5/27/14
to mercu...@googlegroups.com
Hi,
 
Its depends upon exp...few are -
  • Participate in testing kick-off meetings along with project stakeholders.
  • Interacting with onshore and business analyst to solve ambiguous requirements
  • Designing of Automation Framework, Automation Test Plan and Coding Standards documents and Approach Documents
  • Analyzed and identify the test cases feasible for automation
  • Prepared estimates for the Project
  • Responsible for all the Automation deliverable in the Project
  • Review and Designing of Automation Scripts.
  • Documented defects in the ALM & prepared defects report.
  • Participated in Defect triage meetings
  • Prepared DSR, WSR and Monthly Decks
  • Involved in all phases of Test execution like Build Verification, Testing, Functional Testing, Adhoc Testing, Integration and Regression Testing
Thanks,
Sarath.


 
On Tue, May 27, 2014 at 11:31 AM, Anbu Arasan <anbu...@gmail.com> wrote:
Hi friends,

Can you please tell me the roles and responsibilities of automation tester. Because many interviews i am stuck this question. please help me


--
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to Mercu...@googlegroups.com
To unsubscribe from this group, send email to
MercuryQTP+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

---
You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mercuryqtp+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Anbu Arasan

unread,
May 28, 2014, 2:15:32 AM5/28/14
to mercu...@googlegroups.com
HI sarath,

Thanks for your points. Now i got a clarity of the roles and resposibilities

Smsonar

unread,
May 28, 2014, 5:11:28 AM5/28/14
to mercu...@googlegroups.com
Hi sarha,
Thanks for your reply,very good explanation
Same time can some share me working folder structure for hybrid framework with one line explanation for understanding,
Thanks

Anbu Arasan <anbu...@gmail.com> wrote:

>HI sarath,
>
>Thanks for your points. Now i got a clarity of the roles and resposibilities
>
>On Tuesday, May 27, 2014 5:43:36 PM UTC+5:30, sarath wrote:
>>
>> Hi,
>>
>> Its depends upon exp...few are -
>>
>> - Participate in testing kick-off meetings along with project
>> stakeholders.

>> - Interacting with onshore and business analyst to solve ambiguous
>> requirements
>> - Designing of Automation Framework, Automation Test Plan and Coding

>> Standards documents and Approach Documents

>> - Analyzed and identify the test cases feasible for automation
>> - Prepared estimates for the Project
>> - Responsible for all the Automation deliverable in the Project
>> - Review and Designing of Automation Scripts.
>> - Documented defects in the ALM & prepared defects report.
>> - Participated in Defect triage meetings
>> - Prepared DSR, WSR and Monthly Decks
>> - Involved in all phases of Test execution like Build Verification,

>> Testing, Functional Testing, Adhoc Testing, Integration and Regression
>> Testing
>>
>> Thanks,
>> Sarath.
>>
>>
>>

>> On Tue, May 27, 2014 at 11:31 AM, Anbu Arasan <anbu...@gmail.com<javascript:>


>> > wrote:
>>
>>> Hi friends,
>>>
>>> Can you please tell me the roles and responsibilities of automation
>>> tester. Because many interviews i am stuck this question. please help me
>>>
>>>
>>> --
>>> --
>>> You received this message because you are subscribed to the Google
>>> "QTP - HP Quick Test Professional - Automated Software Testing"
>>> group.

>>> To post to this group, send email to Mercu...@googlegroups.com<javascript:>


>>> To unsubscribe from this group, send email to

>>> MercuryQTP+...@googlegroups.com <javascript:>


>>> For more options, visit this group at
>>> http://groups.google.com/group/MercuryQTP?hl=en
>>>
>>> ---
>>> You received this message because you are subscribed to the Google Groups
>>> "QTP - HP Quick Test Professional - Automated Software Testing" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an

>>> email to mercuryqtp+...@googlegroups.com <javascript:>.

Dinesh Kumar

unread,
May 29, 2014, 7:55:43 AM5/29/14
to mercu...@googlegroups.com
Framework Folder Structure: -


Auto Frame: - It is a parent folder and it is a framework name. It contains bellow sub folders.
Documents, Data Library, Test Script, Function Library, Environment Variables, Logs, OR, Recovery
Documents: - It is used to maintain project related documents like Requirements, test cases, Automation Feasibility, Test Plan…etc.

Data Library: - This folders is used to maintaining files like .xls and Notepad
Ex: - àRun manager.xls
à Test Case related data.xls
àQueries in Notepad
Runmanager.xls: - It contains all test scripts with execution status YES/ NO.
Test Scripts: - In this folder we maintain automation test scripts
Functional Library: - It is used to maintain common functions and business functions
Common Function: - Function which are related to Framework
Business Framework: - Function which are related to Test Cases (AUT).
Environment Variable: - To maintain External Environment files (.xml)
Logs: - It is used to analyze and store test results
à During execution of test scripts, framework is creating a runtime[with system date time as name] folder and
creates Excel Reports, HTML Reports, Performance Reports, Screen Shots folders in Runtime folders.
Excel reports: - This folder is used to save and analyze results in Excel
HTML reports: - This folder is used to save and analyze results in HTML
Performance reports: - This folder is used to save and analyze test script performance
Screen shots: - This is used to save and analyze screen for failed test scripts
OR: - It is used to maintain shared object file
Recovery: - It is used to maintains recovery files
InitScript.vbs: - It is initialize vbs files, if we execute it.
à It does below
It lunches QTP with require ADD-Ins
Open driver script and executes
Close QTP after executing test scripts
Driver Scripts File: - To open and execute the required scripts selecting from excel

Types of Framework: -
1. Linear Framework
2. Data Driven Framework
3. Keyword Driven Framework
4. Modular Driven framework
5. Hybrid Framework
Linear Framework: - In this framework we design and maintain the scripts independently. We are not designing test scripts without reusability.
Data Driven Framework: - Maintaining the test scripts to execute with multiple Test Data.
Keyword Driven Framework: - Implementing scripts reusability by using Functions.
Modular Driven Framework: - Implementing scripts reusability by using Actions.
Hybrid Framework: - Combination of one or more framework.
Generally we use hybrid with Data Driven and Key Word Driven Frameworks


Thanks,
Dinesh Kumar.

QTP Tutorialnet

unread,
May 29, 2014, 11:22:16 PM5/29/14
to mercu...@googlegroups.com
These basically include making sure that all of the application's functionalities are carried out according to the specified requirements. Also making sure that the application is at it's peak quality without any high priority or user usability blocking bugs. Covering all scenarios where issues may arise currently or in the future. Running risk analysis to determine what functionality can cause the most issues. Using various types of testing to optimize the overall testing process. Let me know if you have any questions :)

Www.qtptutorial.net

Reply all
Reply to author
Forward
0 new messages