Answer Posted / lalithareddy
automatin framework can be classified into 2 phases
1. analysis
2. implementation
in analysis phase
study the application or website
find out all the screens or windows
find out all the objects in the windows (standard or custom)
standard means they can be identfied by the tool where as
custom can't be, so try to configure custom to standard
if we can't avoid those non configurable objects
try to plan for the automation architecture
create software structure for automation
prepare tcd for the scenarios where in you go for automation
create the object repository
generate the script
prepare test data and enhance the script using that test
data(replacing the fixed values with parameters)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is command for executing files?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How many types of parameters are there?
How can i check items sorted or not in a weblist ? Give me the script for this...
How can i initiate the objects to find uniquely in OR
What is the Command used to start the QTP
your coming from electrical backgroung..but y ur coming to software side?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Suppose I want fail that check point? How can you do that?
What is a programmatic description?
Can any suggest me what is exposure testing?
what is impact analysis on regression testing?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
how to convert 100 into hundred repees only and viceversa
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?