How to Synchronize the Browser at Field level?
For example if you put Browser.sync(), it will wait upto
for that Browser sync only. But It should wait upto total
Browser get uploaded with all fields.
Note : We don't know Which fields will come in that
Browser. Means without knowing field names.
Answer Posted / harsha
Call AppBusyStatus(1)
Public Function AppBusyStatus(intCreationTime)
Do While Not (Browser("Creation
time:="&intCreationTime").Object.Busy)
Loop
This will work better. We are using this in our real time
project
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are parameterizing tests?
When should I use smart identification?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
How to creating an output value using quicktest professional?
i can done the project with QTP in that time i can say how many members in my team size?
what function you write to do database testing with the help of qtp?
How to get the particular property value?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is ‘object spy’ and what is the function of object spy in qtp?
What are the advantages of a Hybrid framework?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
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
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
If object is not recognized by qtp but the object is standard object what is your approach?