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 |
what r advance features u had done in QTP?
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........
Explain the concept of object repository & how qtp recognizes objects?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
what is advantage of descripting programming in QTP?
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
What is the Maximum syncronization timeout in seconds in QTP 9.5
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
any challange that faced in your project? (please give me some examples in your project?
Explain about invoking of application?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?