What is the ur roles and responsibilities as automation
testing engineer?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sharad samant
1) Write the Test script
2) Run the Test Script
3) And make a Report
| Is This Answer Correct ? | 6 Yes | 9 No |
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Explain about the test fusion report of quicktest professional (qtp)?
what are the different kinds of frameworks in automation?
Explain in brief about the QTP Automation Object Model.
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Is it possible to check the Run time value property of a field through a Database Checkpoint ? Further, is it possible to localize and mention a particular cell , in the database dynamically. My requirement is that I would need to check the status of a particular field , that would change from an "Active" state to a "Stopped" state dynamically.
What does mean by Scope of Automation?n How we defined it?
what is meant by source control?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
how will check the links in multiple pages at a time