How exactly you start scripting in QTP? In the interview he
was not satisfied with my answer.Please post what is correct
answer.
Answers were Sorted based on User's Feedback
Answer / ravi, fortechsoft
In my company, we follow the below process while writing scripts
First, our Quality Leader will analyze the application and
identify the scenarios for automation. These scenarios are
divided among Automation Engineers for implementation.
This is the point where we(automation engineers) start our
automation process.
First we create automation folder structure(i.e., we create
separate folders for storing object repository files,
scripts, test data, test results, userdefined functions ,
recovery scenarios).
After creating the folder structure, we start recognizing
the objects using object repository manager and store the
object repository file in the specified folder. We then
attach the repository file to our test by using
Resources->Associate Repositories.
Now, we start writing the script for the scenarios.
We follow modular driven framework, and we also use data
driven framework where ever necessary to test the
application with multiple sets of data.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shraini
All the 7 steps , 1)prepare for the recording, 2)start
recording,3) add the logical statements,check points,&
commands, 4)Debugging the script, 5)Running the script
6) Analyzing the results & 7) reporting the results.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rajan velayutham
Simply following the 7 steps for Automation is not good
idea/move.
Once the Automation plan is completed should create POC.
Before POC should decide very important process.
That is AUTOMATION FRAMEWORK. It will guide to be in
positive track. The framework will tell you how the
reusability of functions and scripts and etc.
Until unless the framework is not designed the automation
testing will not give the good progress.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to get line numbers in your editor in expert view?
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
where the log files stored when using QTP? plz send answer to me ........
how to retrieve the column headers in database using vbscript statement in QTP
Can we use same virtual objects in many number of tests?
What is an optional step in qtp ?
What are the Features & Benefits of Quick Test Pro (QTP)..?
Why bpt?
During test run,How will you copy/paste from/to clipboard?
QTP supports both client server and Web applications. Does it support Plug-in?
How to return a value from a fn, if it has more than one value how to return
What is the dis advantage of check points in QTP, if any?